[svn] / trunk / xvidcore / examples / bench_list.pl Repository:
ViewVC logotype

Annotation of /trunk/xvidcore/examples/bench_list.pl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1618 - (view) (download) (as text)

1 : Skal 1614 #
2 :     # List of benches to run
3 :     #
4 :    
5 :     #########################################
6 :     # Decoder benches
7 :     #########################################
8 :    
9 :     # Raw command-line args passed to 'xvid_bench 9'
10 :     # format: bitstream_name width height checksum
11 :     # followed, possibly, by the CPU option to use.
12 :    
13 :     @Dec_Benches = (
14 : Skal 1618
15 :     "test1.m4v 640 352 0x9fa4494d -sse2"
16 :     , "test1.m4v 640 352 0x9fa4494d -mmxext"
17 :     , "test1.m4v 640 352 0x9fa4494d -mmx"
18 :     , "test1.m4v 640 352 0x76c9cde2 -c"
19 :    
20 :     , "qpel.m4v 352 288 0xc07eb687 -sse2"
21 :     , "qpel.m4v 352 288 0xc07eb687 -mmxext"
22 :     , "qpel.m4v 352 288 0xc07eb687 -mmx"
23 :     , "qpel.m4v 352 288 0x54e720e0 -c"
24 :    
25 :     , "lowdelay.m4v 720 576 0xf2a3229d -sse2"
26 :     , "lowdelay.m4v 720 576 0xf2a3229d -mmxext"
27 :     , "lowdelay.m4v 720 576 0xf2a3229d -mmx"
28 : Skal 1614 , "lowdelay.m4v 720 576 0x5ea8e958 -c"
29 : Skal 1618
30 :     , "gmc1.m4v 640 272 0x94f12062 -sse2"
31 :     , "gmc1.m4v 640 272 0x94f12062 -mmxext"
32 :     , "gmc1.m4v 640 272 0x94f12062 -mmx"
33 :     , "gmc1.m4v 640 272 0x3b938c99 -c"
34 :    
35 : Skal 1614 );
36 :    
37 :     #########################################

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4