View Full Version : Help x264 development: x264 assembly benchmark
Dark Shikari
4th June 2008, 02:08
We're done here! A patch and further testing will come soon.
One of the biggest problems in x264 development is trying to figure out what assembly functions work best on which CPUs. For a while, it's been mostly guesswork combined with a bit of actual testing. Benchmarking has been a serious problem because data and code alignment can cause huge variances in the test output.
But now we have a test that tries all 64 possible data alignments, all 4 possible code alignments, and 250 iterations for each of hundreds of assembly and C functions for each one. Of course, this means its slow; on a Core 2 this will probably take a few minutes, and you shouldn't use your computer while its running, since it might skew the test a bit. So don't start it unless you have a few minutes free :p
How to do the benchmark:
1. Download this self-extracting package (http://www.mediafire.com/?irtcixiczj9) and run it. (UPDATED to fix error some people were having)
2. Enter the "x264 bench" folder and run "benchmark.bat."
3. This will take a while. It will count up to 64 a total of 4 times. The output will be in "output.txt."
4. Post output.txt here in [code] tags, or use a "forever" pastebin (http://pastebin.com/) of some sort. Make sure to include detailed information about your CPU (no other hardware info necessary though).
This test includes an experimental SSSE3-based SATD that uses horizontal SIMD; our preliminary testing shows this is faster than the current SATD when used on Penryn-based (SSE4-supporting) Core 2 chips. Given that SATD uses more CPU time than any other function in x264 for most settings combinations, a speed boost there would be very useful. So we'll see how that goes, too.
Note: we are interested in chips OTHER THAN OLD CORE 2s, especially new ones like the Penryn Core 2s and Phenom chips, but also older CPUs. If you have a non-Penryn Core 2, we don't really need your result (we got a couple, that's all we really need).
Note 2: your CPU may show as supporting SSE4 even when it doesn't. This is because the "SSE4" function is actually an SSSE3 function that was slower on earlier Core 2s, but may be faster on later Core 2s, which happen to support SSE4 despite the function not actually using SSE4.
Snowknight26
4th June 2008, 02:22
output.txt is empty, perhaps you mean results1.txt-results4.txt?
SquallMX
4th June 2008, 02:34
Dark Shikari the "output.txt" file is empty for me too.
Dark Shikari
4th June 2008, 02:35
output.txt is empty, perhaps you mean results1.txt-results4.txt?Did you let it finish? At the end, the benchmark averages results1-4 and puts the output in output.txt.
Dark Shikari the "output.txt" file is empty for me too.That is really bizarre, because it works fine here.
OK, do the following:
1. Don't replace or delete results1-4.txt.
2. Download this (http://www.mediafire.com/?iimimdntitt) benchmark.sh and replace yours (note: it does not do any real benchmark now).
3. Run the benchmark again, and see what error message pops up, since obviously the only way it wouldn't have outputted anything is if there was an error.
TheRyuu
4th June 2008, 02:35
http://dragon5152.pastebin.com/f26595d51
Core2Quad Q6600 @ 3.6ghz.
Shinigami-Sama
4th June 2008, 02:37
real self extracting lawl
had to open it with 7zip 'cause it didn't save with the .exe for some reason
running
Snowknight26
4th June 2008, 02:37
Did you let it finish? At the end, the benchmark averages results1-4 and puts the output in output.txt.
I did. Not sure if it crashed or what as I was away from the computer.
LoRd_MuldeR
4th June 2008, 02:37
"The text that you have entered is too long (42966 characters). Please shorten it to 16000 characters long." :D
Here are my results uploaded at pastebin. The "output.txt" was empty. I uploaded the "results?.txt" files.
http://pastebin.com/f2845ef2f
It's a Q6600. See "My Specs" in my sig for details...
Dark Shikari
4th June 2008, 02:40
"The text that you have entered is too long (42966 characters). Please shorten it to 16000 characters long." :D
Here are my results uploaded at pastebin. The "output.txt" was empty. I uploaded the "results?.txt" files.
http://pastebin.com/f2845ef2f
It's a Q6600. See "My Specs" in my sig for details...We need the output.txt file, so don't post the results files until we fix the output issue some people seem to be having.
Snowknight26
4th June 2008, 02:45
Why does it create a tmp directory on my C: drive? :x
LoRd_MuldeR
4th June 2008, 02:46
OK, do the following:
1. Don't replace or delete results1-4.txt.
2. Download this benchmark.sh and replace yours (note: it does not do any real benchmark now).
3. Run the benchmark again, and see what error message pops up, since obviously the only way it wouldn't have outputted anything is if there was an error.
Okay, the error message is:
C:\Downloads\x264 bench>bash benchmark.sh
Can't locate strict.pm in @INC (@INC contains: perllibs /usr/lib/perl5/5.8/cygwi
n /usr/lib/perl5/5.8 /usr/lib/perl5/site_perl/5.8/cygwin /usr/lib/perl5/site_per
l/5.8 /usr/lib/perl5/site_perl/5.8 /usr/lib/perl5/vendor_perl/5.8/cygwin /usr/li
b/perl5/vendor_perl/5.8 /usr/lib/perl5/vendor_perl/5.8 .) at perllibs/File/Slurp
.pm line 3.
BEGIN failed--compilation aborted at perllibs/File/Slurp.pm line 3.
Compilation failed in require at average.pl line 6.
BEGIN failed--compilation aborted at average.pl line 6.
benchmark.sh: line 2: sleep: command not found
Press any key to continue . . .
Shinigami-Sama
4th June 2008, 02:48
I get this when I termiate the bat file
Can't locate strict.pm in @INC (@INC contains: perllibs /usr/lib/perl5/5.8/cygwi
n /usr/lib/perl5/5.8 /usr/lib/perl5/site_perl/5.8/cygwin /usr/lib/perl5/site_per
l/5.8 /usr/lib/perl5/site_perl/5.8 /usr/lib/perl5/vendor_perl/5.8/cygwin /usr/li
b/perl5/vendor_perl/5.8 /usr/lib/perl5/vendor_perl/5.8 .) at perllibs/File/Slurp
.pm line 3.
BEGIN failed--compilation aborted at perllibs/File/Slurp.pm line 3.
Compilation failed in require at average.pl line 6.
BEGIN failed--compilation aborted at average.pl line 6.
SquallMX
4th June 2008, 02:49
The same message for me too:
Can't locate strict.pm in @INC (@INC contains: perllibs /usr/lib/perl5/5.8/cygwi
n /usr/lib/perl5/5.8 /usr/lib/perl5/site_perl/5.8/cygwin /usr/lib/perl5/site_per
l/5.8 /usr/lib/perl5/site_perl/5.8 /usr/lib/perl5/vendor_perl/5.8/cygwin /usr/li
b/perl5/vendor_perl/5.8 /usr/lib/perl5/vendor_perl/5.8 .) at perllibs/File/Slurp
.pm line 3.
BEGIN failed--compilation aborted at perllibs/File/Slurp.pm line 3.
Compilation failed in require at average.pl line 6.
BEGIN failed--compilation aborted at average.pl line 6.
benchmark.sh: line 2: sleep: command not found
lexor
4th June 2008, 02:56
Same error as posters above. XP SP3 on an old first get Athlon64, if that matters.
Dark Shikari
4th June 2008, 03:10
Bruteforce fix applied: all perl libraries are now included in the download! :p
Redownload from the original post now.
akupenguin
4th June 2008, 03:17
By request, here are linux versions. (statically linked. require kernel 2.6, perl and 7zip. batteries not included.)
linux-x86_32 (http://akuvian.org/src/x264/x264_benchasm.r869.linux32.7z), linux-x86_64 (http://akuvian.org/src/x264/x264_benchasm.r869.linux64.7z)
edit:
and my results
Core2 e6600 2.4GHz 32bit (http://pastebin.com/f7d6c0ae3), 64bit (http://pastebin.com/f44d1481c)
Athlon64 3400+ 2.2GHz 32bit (http://pastebin.com/f28c80440), 64bit (http://pastebin.com/f4f505688)
Celeron Prescott 2.8GHz 32bit (http://pastebin.com/f41921236)
Shinigami-Sama
4th June 2008, 03:23
lol dark
so I take it cygwin and perl play nice together now?
also FF3 truncates the files to x264, it doesn't like the +
so lets see how this goes
Snowknight26
4th June 2008, 03:25
Bruteforce fix applied: all perl libraries are now included in the download! :p
Redownload from the original post now.
Still throws an error, output.txt isn't made.
Can't locate POSIX.pm in @INC (@INC contains: perllibs /usr/lib/perl5/5.8/cygwin
/usr/lib/perl5/5.8 /usr/lib/perl5/site_perl/5.8/cygwin /usr/lib/perl5/site_perl
/5.8 /usr/lib/perl5/site_perl/5.8 /usr/lib/perl5/vendor_perl/5.8/cygwin /usr/lib
/perl5/vendor_perl/5.8 /usr/lib/perl5/vendor_perl/5.8 .) at perllibs/File/Slurp.
pm line 6.
BEGIN failed--compilation aborted at perllibs/File/Slurp.pm line 6.
Compilation failed in require at average.pl line 6.
BEGIN failed--compilation aborted at average.pl line 6.
Core 2 Duo: E6600 @ stock clocks, aka 2.4 ghz.
Running Sabayon 3.5 loop2 32-bit.
Linux localhost 2.6.24-sabayon #1 SMP Sun Mar 16 18:33:34 UTC 2008 i686 Intel(R) Core(TM)2 CPU 6600 @ 2.40GHz GenuineIntel GNU/Linux
add4x4_idct_c: 1896
add4x4_idct_mmx: 403
add8x8_idct_c: 6454
add8x8_idct_mmx: 1318
add8x8_idct_sse2: 1086
add8x8_idct8_c: 14004
add8x8_idct8_mmx: 1876
add8x8_idct8_sse2: 1252
add16x16_idct_c: 24928
add16x16_idct_mmx: 5204
add16x16_idct_sse2: 4356
add16x16_idct8_c: 56254
add16x16_idct8_mmx: 7184
add16x16_idct8_sse2: 4973
avg_4x2_c: 297
avg_4x2_mmx: 100
avg_4x4_c: 655
avg_4x4_mmx: 132
avg_4x8_c: 854
avg_4x8_mmx: 218
avg_8x4_c: 876
avg_8x4_mmx: 147
avg_8x8_c: 1479
avg_8x8_mmx: 204
avg_8x16_c: 2786
avg_8x16_mmx: 377
avg_16x8_c: 2687
avg_16x8_mmx: 411
avg_16x8_sse2: 295
avg_16x16_c: 5242
avg_16x16_mmx: 718
avg_16x16_sse2: 583
avg_weight_4x4_c: 914
avg_weight_4x4_mmx: 328
avg_weight_8x4_c: 1601
avg_weight_8x4_mmx: 712
avg_weight_8x8_c: 3242
avg_weight_8x8_mmx: 1213
avg_weight_8x16_c: 6434
avg_weight_8x16_mmx: 2186
avg_weight_16x8_c: 6314
avg_weight_16x8_mmx: 1873
avg_weight_16x16_c: 12586
avg_weight_16x16_mmx: 3392
cabac_encode_decision_c: 1818398
cabac_encode_decision_mmx: 1417391
dct4x4dc_c: 852
dct4x4dc_mmx: 279
deblock_h_chroma_c: 1302
deblock_h_chroma_mmx: 883
deblock_h_chroma_intra_c: 1012
deblock_h_chroma_intra_mmx: 788
deblock_h_luma_c: 3828
deblock_h_luma_mmx: 2317
deblock_h_luma_sse2: 1926
deblock_h_luma_intra_c: 3747
deblock_h_luma_intra_mmx: 3423
deblock_h_luma_intra_sse2: 2594
deblock_v_chroma_c: 1450
deblock_v_chroma_mmx: 386
deblock_v_chroma_intra_c: 1096
deblock_v_chroma_intra_mmx: 376
deblock_v_luma_c: 4088
deblock_v_luma_mmx: 1169
deblock_v_luma_sse2: 586
deblock_v_luma_intra_c: 4172
deblock_v_luma_intra_mmx: 1852
deblock_v_luma_intra_sse2: 889
dequant_4x4_cqm_c: 596
dequant_4x4_cqm_mmx: 236
dequant_4x4_cqm_sse2: 214
dequant_4x4_flat_c: 596
dequant_4x4_flat_mmx: 140
dequant_4x4_flat_sse2: 200
dequant_8x8_cqm_c: 2486
dequant_8x8_cqm_mmx: 888
dequant_8x8_cqm_sse2: 662
dequant_8x8_flat_c: 2419
dequant_8x8_flat_mmx: 478
dequant_8x8_flat_sse2: 379
esa_ads_c: 3582
esa_ads_mmx: 1228
esa_ads_sse2: 1184
esa_ads_ssse3: 1149
get_ref_4x4_c: 1240
get_ref_4x4_mmx: 454
get_ref_4x4_mmx_c64: 466
get_ref_4x4_mmx_c32: 456
get_ref_4x4_sse2: 461
get_ref_4x4_sse2_c64: 454
get_ref_4x4_sse3_c64: 452
get_ref_4x8_c: 2176
get_ref_4x8_mmx: 568
get_ref_4x8_mmx_c64: 584
get_ref_4x8_mmx_c32: 574
get_ref_4x8_sse2: 572
get_ref_4x8_sse2_c64: 566
get_ref_4x8_sse3_c64: 573
get_ref_8x4_c: 1518
get_ref_8x4_mmx: 486
get_ref_8x4_mmx_c64: 417
get_ref_8x4_mmx_c32: 436
get_ref_8x4_sse2: 480
get_ref_8x4_sse2_c64: 420
get_ref_8x4_sse3_c64: 419
get_ref_8x8_c: 2710
get_ref_8x8_mmx: 620
get_ref_8x8_mmx_c64: 507
get_ref_8x8_mmx_c32: 522
get_ref_8x8_sse2: 623
get_ref_8x8_sse2_c64: 497
get_ref_8x8_sse3_c64: 495
get_ref_8x16_c: 5200
get_ref_8x16_mmx: 970
get_ref_8x16_mmx_c64: 710
get_ref_8x16_mmx_c32: 735
get_ref_8x16_sse2: 976
get_ref_8x16_sse2_c64: 700
get_ref_8x16_sse3_c64: 698
get_ref_12x10_c: 4144
get_ref_12x10_mmx: 1033
get_ref_12x10_mmx_c64: 881
get_ref_12x10_mmx_c32: 977
get_ref_12x10_sse2: 1036
get_ref_12x10_sse2_c64: 838
get_ref_12x10_sse3_c64: 1082
get_ref_16x8_c: 3997
get_ref_16x8_mmx: 952
get_ref_16x8_mmx_c64: 750
get_ref_16x8_mmx_c32: 865
get_ref_16x8_sse2: 942
get_ref_16x8_sse2_c64: 738
get_ref_16x8_sse3_c64: 943
get_ref_16x16_c: 1306
get_ref_16x16_mmx: 1542
get_ref_16x16_mmx_c64: 1165
get_ref_16x16_mmx_c32: 1400
get_ref_16x16_sse2: 1524
get_ref_16x16_sse2_c64: 1150
get_ref_16x16_sse3_c64: 1514
get_ref_20x18_c: 3596
get_ref_20x18_mmx: 2152
get_ref_20x18_mmx_c64: 1810
get_ref_20x18_mmx_c32: 2187
get_ref_20x18_sse2: 2074
get_ref_20x18_sse2_c64: 1803
get_ref_20x18_sse3_c64: 2070
hpel_filter_c: 188510
hpel_filter_mmx: 90306
hpel_filter_sse2: 56475
hpel_filter_ssse3: 51130
idct4x4dc_c: 970
idct4x4dc_mmx: 200
intra_predict_4x4_ddl_c: 289
intra_predict_4x4_ddl_mmx: 208
intra_predict_4x4_vl_c: 306
intra_predict_4x4_vl_mmx: 210
intra_predict_8x8_dc_c: 300
intra_predict_8x8_dc_mmx: 110
intra_predict_8x8_dcl_c: 222
intra_predict_8x8_dcl_mmx: 100
intra_predict_8x8_dct_c: 222
intra_predict_8x8_dct_mmx: 100
intra_predict_8x8_ddl_c: 1113
intra_predict_8x8_ddl_mmx: 323
intra_predict_8x8_ddl_sse2: 241
intra_predict_8x8_ddr_c: 1102
intra_predict_8x8_ddr_mmx: 433
intra_predict_8x8_ddr_sse2: 248
intra_predict_8x8_v_c: 120
intra_predict_8x8_v_mmx: 90
intra_predict_8x8_vl_c: 1042
intra_predict_8x8_vl_sse2: 229
intra_predict_8x8_vr_c: 1125
intra_predict_8x8_vr_mmx: 588
intra_predict_8x8c_dc_c: 420
intra_predict_8x8c_dc_mmx: 366
intra_predict_8x8c_p_c: 2172
intra_predict_8x8c_p_mmx: 878
intra_predict_8x8c_v_c: 109
intra_predict_8x8c_v_mmx: 90
intra_predict_16x16_dc_c: 1114
intra_predict_16x16_dc_mmx: 780
intra_predict_16x16_dc_sse2: 476
intra_predict_16x16_dct_c: 942
intra_predict_16x16_dct_mmx: 543
intra_predict_16x16_dct_sse2: 276
intra_predict_16x16_p_c: 7380
intra_predict_16x16_p_mmx: 1728
intra_predict_16x16_p_sse2: 1396
intra_predict_16x16_v_c: 742
intra_predict_16x16_v_mmx: 459
intra_predict_16x16_v_sse2: 156
intra_sa8d_x3_8x8_mmx: 3500
intra_satd_x3_4x4_mmx: 705
intra_satd_x3_4x4_ssse3: 700
intra_satd_x3_8x8c_mmx: 2137
intra_satd_x3_8x8c_ssse3: 2034
intra_satd_x3_16x16_mmx: 7320
intra_satd_x3_16x16_ssse3: 6928
mc_chroma_2x2_c: 710
mc_chroma_2x2_mmx: 407
mc_chroma_2x4_c: 1195
mc_chroma_2x4_mmx: 546
mc_chroma_4x2_c: 1044
mc_chroma_4x2_mmx: 410
mc_chroma_4x4_c: 1848
mc_chroma_4x4_mmx: 534
mc_chroma_4x8_c: 3461
mc_chroma_4x8_mmx: 870
mc_chroma_8x4_c: 3133
mc_chroma_8x4_mmx: 825
mc_chroma_8x8_c: 6042
mc_chroma_8x8_mmx: 1431
mc_luma_4x4_c: 1245
mc_luma_4x4_mmx: 466
mc_luma_4x4_mmx_c64: 468
mc_luma_4x4_mmx_c32: 464
mc_luma_4x4_sse2: 468
mc_luma_4x4_sse2_c64: 466
mc_luma_4x4_sse3_c64: 464
mc_luma_4x8_c: 2178
mc_luma_4x8_mmx: 627
mc_luma_4x8_mmx_c64: 624
mc_luma_4x8_mmx_c32: 621
mc_luma_4x8_sse2: 626
mc_luma_4x8_sse2_c64: 626
mc_luma_4x8_sse3_c64: 622
mc_luma_8x4_c: 1526
mc_luma_8x4_mmx: 522
mc_luma_8x4_mmx_c64: 471
mc_luma_8x4_mmx_c32: 488
mc_luma_8x4_sse2: 518
mc_luma_8x4_sse2_c64: 475
mc_luma_8x4_sse3_c64: 468
mc_luma_8x8_c: 2719
mc_luma_8x8_mmx: 704
mc_luma_8x8_mmx_c64: 588
mc_luma_8x8_mmx_c32: 602
mc_luma_8x8_sse2: 709
mc_luma_8x8_sse2_c64: 587
mc_luma_8x8_sse3_c64: 576
mc_luma_8x16_c: 5096
mc_luma_8x16_mmx: 1108
mc_luma_8x16_mmx_c64: 837
mc_luma_8x16_mmx_c32: 866
mc_luma_8x16_sse2: 1106
mc_luma_8x16_sse2_c64: 840
mc_luma_8x16_sse3_c64: 829
mc_luma_16x8_c: 3883
mc_luma_16x8_mmx: 1081
mc_luma_16x8_mmx_c64: 902
mc_luma_16x8_mmx_c32: 1020
mc_luma_16x8_sse2: 1066
mc_luma_16x8_sse2_c64: 882
mc_luma_16x8_sse3_c64: 1055
mc_luma_16x16_c: 1435
mc_luma_16x16_mmx: 1824
mc_luma_16x16_mmx_c64: 1452
mc_luma_16x16_mmx_c32: 1678
mc_luma_16x16_sse2: 1730
mc_luma_16x16_sse2_c64: 1380
mc_luma_16x16_sse3_c64: 1721
quant_2x2_dc_c: 242
quant_2x2_dc_mmx: 120
quant_2x2_dc_ssse3: 99
quant_4x4_c: 622
quant_4x4_mmx: 211
quant_4x4_sse2: 220
quant_4x4_ssse3: 102
quant_4x4_dc_c: 622
quant_4x4_dc_mmx: 289
quant_4x4_dc_sse2: 130
quant_4x4_dc_ssse3: 100
quant_8x8_c: 3183
quant_8x8_mmx: 654
quant_8x8_sse2: 385
quant_8x8_ssse3: 301
sa8d_8x8_c: 6098
sa8d_8x8_mmx: 2064
sa8d_8x8_sse2: 1586
sa8d_8x8_ssse3: 1552
sa8d_8x8_sse4: 1942
sa8d_16x16_c: 25829
sa8d_16x16_mmx: 8205
sa8d_16x16_sse2: 6216
sa8d_16x16_ssse3: 6003
sa8d_16x16_sse4: 7598
sad_4x4_c: 888
sad_4x4_mmx: 207
sad_4x8_c: 1360
sad_4x8_mmx: 278
sad_8x4_c: 1148
sad_8x4_mmx: 306
sad_8x4_mmx_c64: 158
sad_8x4_mmx_c32: 175
sad_8x8_c: 2139
sad_8x8_mmx: 420
sad_8x8_mmx_c64: 234
sad_8x8_mmx_c32: 257
sad_8x16_c: 4178
sad_8x16_mmx: 676
sad_8x16_mmx_c64: 401
sad_8x16_mmx_c32: 442
sad_16x8_c: 3653
sad_16x8_mmx: 732
sad_16x8_mmx_c64: 453
sad_16x8_mmx_c32: 535
sad_16x8_sse2: 680
sad_16x8_sse2_c64: 398
sad_16x8_sse3_c64: 680
sad_16x8_ssse3_c64: 362
sad_16x16_c: 7155
sad_16x16_mmx: 1270
sad_16x16_mmx_c64: 870
sad_16x16_mmx_c32: 1048
sad_16x16_sse2: 1115
sad_16x16_sse2_c64: 659
sad_16x16_sse3_c64: 1129
sad_16x16_ssse3_c64: 606
sad_x3_4x4_c: 2386
sad_x3_4x4_mmx: 377
sad_x3_4x8_c: 4022
sad_x3_4x8_mmx: 662
sad_x3_8x4_c: 3338
sad_x3_8x4_mmx: 652
sad_x3_8x8_c: 6492
sad_x3_8x8_mmx: 998
sad_x3_8x8_mmx_c64: 642
sad_x3_8x8_mmx_c32: 786
sad_x3_8x16_c: 13169
sad_x3_8x16_mmx: 1631
sad_x3_8x16_mmx_c64: 1011
sad_x3_8x16_mmx_c32: 1218
sad_x3_16x8_c: 11030
sad_x3_16x8_mmx: 1785
sad_x3_16x8_mmx_c64: 1242
sad_x3_16x8_mmx_c32: 1607
sad_x3_16x8_sse2: 1780
sad_x3_16x8_sse2_c64: 1025
sad_x3_16x8_sse3_c64: 1769
sad_x3_16x8_ssse3_c64: 965
sad_x3_16x16_c: 23279
sad_x3_16x16_mmx: 3056
sad_x3_16x16_mmx_c64: 2188
sad_x3_16x16_mmx_c32: 2834
sad_x3_16x16_sse2: 3026
sad_x3_16x16_sse2_c64: 1746
sad_x3_16x16_sse3_c64: 3032
sad_x3_16x16_ssse3_c64: 1630
sad_x4_4x4_c: 2952
sad_x4_4x4_mmx: 538
sad_x4_4x8_c: 5437
sad_x4_4x8_mmx: 873
sad_x4_8x4_c: 4558
sad_x4_8x4_mmx: 862
sad_x4_8x8_c: 9023
sad_x4_8x8_mmx: 1288
sad_x4_8x8_mmx_c64: 866
sad_x4_8x8_mmx_c32: 1080
sad_x4_8x16_c: 17902
sad_x4_8x16_mmx: 2149
sad_x4_8x16_mmx_c64: 1390
sad_x4_8x16_mmx_c32: 1676
sad_x4_16x8_c: 15905
sad_x4_16x8_mmx: 2368
sad_x4_16x8_mmx_c64: 1580
sad_x4_16x8_mmx_c32: 2084
sad_x4_16x8_sse2: 2330
sad_x4_16x8_sse2_c64: 1364
sad_x4_16x8_sse3_c64: 2329
sad_x4_16x8_ssse3_c64: 1267
sad_x4_16x16_c: 7337
sad_x4_16x16_mmx: 4022
sad_x4_16x16_mmx_c64: 2800
sad_x4_16x16_mmx_c32: 3633
sad_x4_16x16_sse2: 3998
sad_x4_16x16_sse2_c64: 2288
sad_x4_16x16_sse3_c64: 4010
sad_x4_16x16_ssse3_c64: 2154
satd_4x4_c: 1578
satd_4x4_mmx: 663
satd_4x4_ssse3: 599
satd_4x8_c: 3164
satd_4x8_mmx: 1026
satd_4x8_ssse3: 1004
satd_8x4_c: 3166
satd_8x4_mmx: 1003
satd_8x4_sse2: 887
satd_8x4_ssse3: 888
satd_8x4_sse4: 923
satd_8x8_c: 6174
satd_8x8_mmx: 1816
satd_8x8_sse2: 1562
satd_8x8_ssse3: 1451
satd_8x8_sse4: 1653
satd_8x16_c: 11971
satd_8x16_mmx: 3297
satd_8x16_sse2: 2839
satd_8x16_ssse3: 2673
satd_8x16_sse4: 3012
satd_16x8_c: 11834
satd_16x8_mmx: 3380
satd_16x8_sse2: 2888
satd_16x8_ssse3: 2747
satd_16x8_sse4: 3057
satd_16x16_c: 23304
satd_16x16_mmx: 6384
satd_16x16_sse2: 5504
satd_16x16_ssse3: 5110
satd_16x16_sse4: 5859
ssd_4x4_c: 716
ssd_4x4_mmx: 229
ssd_4x8_c: 1214
ssd_4x8_mmx: 400
ssd_8x4_c: 1468
ssd_8x4_mmx: 310
ssd_8x4_sse2: 230
ssd_8x8_c: 2906
ssd_8x8_mmx: 481
ssd_8x8_sse2: 502
ssd_8x16_c: 5792
ssd_8x16_mmx: 960
ssd_8x16_sse2: 850
ssd_16x8_c: 5469
ssd_16x8_mmx: 1050
ssd_16x8_sse2: 728
ssd_16x16_c: 10765
ssd_16x16_mmx: 1949
ssd_16x16_sse2: 1367
sub4x4_dct_c: 1086
sub4x4_dct_mmx: 449
sub8x8_dct_c: 3758
sub8x8_dct_mmx: 1289
sub8x8_dct_sse2: 1112
sub8x8_dct8_c: 8694
sub8x8_dct8_mmx: 1848
sub8x8_dct8_sse2: 1290
sub16x16_dct_c: 14671
sub16x16_dct_mmx: 5106
sub16x16_dct_sse2: 4450
sub16x16_dct8_c: 35604
sub16x16_dct8_mmx: 6983
sub16x16_dct8_sse2: 4785
zigzag_scan_4x4_field_c: 120
zigzag_scan_4x4_field_mmx: 100
zigzag_sub_4x4_frame_c: 386
zigzag_sub_4x4_frame_ssse3: 300
Dark Shikari
4th June 2008, 03:42
Snowknight confirms it: this one works :p
Download link updated.
Snowknight26
4th June 2008, 03:56
Intel Q6600
http://valid.x86-secret.com/show_oc.php?id=370533
http://www.stfcc.org/misc/x264/q6600.txt
Intel E6300
http://valid.x86-secret.com/show_oc.php?id=370550
http://www.stfcc.org/misc/x264/e6300.txt
AMD Athlon 64 3400+
http://valid.x86-secret.com/show_oc.php?id=370553
http://www.stfcc.org/misc/x264/3400+.txt
Intel Xeon
http://valid.x86-secret.com/show_oc.php?id=370555
http://www.stfcc.org/misc/x264/xeon.txt
AMD Athlon 64 X2 4000+
http://valid.x86-secret.com/show_oc.php?id=370559
http://www.stfcc.org/misc/x264/4000+.txt
AMD Athlon 64 X2 6400+
http://valid.x86-secret.com/show_oc.php?id=370569
http://www.stfcc.org/misc/x264/6400+.txt
Intel Celeron 215
http://valid.x86-secret.com/show_oc.php?id=370572
http://www.stfcc.org/misc/x264/celeron.txt
Intel Mobile Pentium II
http://valid.x86-secret.com/show_oc.php?id=370581
Blank output.txt :eek:
More to come!...
cyberbeing
4th June 2008, 04:02
The test only took ~4 minutes not 15-20 minutes like you estimated. Is the 10-15 minutes less just because of the lack of ssse3 and sse4 tests or is there something wrong with my results.
AMD X2 4800+ @2.64Ghz | DDR440 2-3-3-6 | WinXP SP3 32bit
add4x4_idct_c: 2610
add4x4_idct_mmx: 453
add8x8_idct_c: 9151
add8x8_idct_mmx: 1532
add8x8_idct_sse2: 1455
add8x8_idct8_c: 14108
add8x8_idct8_mmx: 2014
add8x8_idct8_sse2: 1962
add16x16_idct_c: 37318
add16x16_idct_mmx: 6044
add16x16_idct_sse2: 5696
add16x16_idct8_c: 54878
add16x16_idct8_mmx: 7840
add16x16_idct8_sse2: 7699
avg_4x2_c: 381
avg_4x2_mmx: 191
avg_4x4_c: 662
avg_4x4_mmx: 242
avg_4x8_c: 1111
avg_4x8_mmx: 322
avg_8x4_c: 1077
avg_8x4_mmx: 242
avg_8x8_c: 2001
avg_8x8_mmx: 322
avg_8x16_c: 3875
avg_8x16_mmx: 481
avg_16x8_c: 3438
avg_16x8_mmx: 462
avg_16x8_sse2: 621
avg_16x16_c: 6860
avg_16x16_mmx: 776
avg_16x16_sse2: 1102
avg_weight_4x4_c: 1315
avg_weight_4x4_mmx: 445
avg_weight_8x4_c: 2454
avg_weight_8x4_mmx: 864
avg_weight_8x8_c: 5166
avg_weight_8x8_mmx: 1384
avg_weight_8x16_c: 10022
avg_weight_8x16_mmx: 2719
avg_weight_16x8_c: 9609
avg_weight_16x8_mmx: 2492
avg_weight_16x16_c: 18964
avg_weight_16x16_mmx: 4919
cabac_encode_decision_c: 1900051
cabac_encode_decision_mmx: 1589488
dct4x4dc_c: 898
dct4x4dc_mmx: 280
deblock_h_chroma_c: 1702
deblock_h_chroma_mmx: 816
deblock_h_chroma_intra_c: 1111
deblock_h_chroma_intra_mmx: 764
deblock_h_luma_c: 4886
deblock_h_luma_mmx: 2373
deblock_h_luma_sse2: 2161
deblock_h_luma_intra_c: 4756
deblock_h_luma_intra_mmx: 3561
deblock_h_luma_intra_sse2: 3304
deblock_v_chroma_c: 1783
deblock_v_chroma_mmx: 464
deblock_v_chroma_intra_c: 1369
deblock_v_chroma_intra_mmx: 411
deblock_v_luma_c: 5450
deblock_v_luma_mmx: 1631
deblock_v_luma_sse2: 1233
deblock_v_luma_intra_c: 6021
deblock_v_luma_intra_mmx: 2443
deblock_v_luma_intra_sse2: 2011
dequant_4x4_cqm_c: 842
dequant_4x4_cqm_mmx: 344
dequant_4x4_cqm_sse2: 344
dequant_4x4_flat_c: 839
dequant_4x4_flat_mmx: 260
dequant_4x4_flat_sse2: 261
dequant_8x8_cqm_c: 3136
dequant_8x8_cqm_mmx: 1227
dequant_8x8_cqm_sse2: 1057
dequant_8x8_flat_c: 3052
dequant_8x8_flat_mmx: 686
dequant_8x8_flat_sse2: 644
esa_ads_c: 4390
esa_ads_mmx: 1348
esa_ads_sse2: 1585
get_ref_4x4_c: 1384
get_ref_4x4_mmx: 580
get_ref_4x4_mmx_c64: 581
get_ref_4x4_mmx_c32: 580
get_ref_4x4_sse2: 580
get_ref_4x4_sse2_c64: 579
get_ref_4x4_sse3_c64: 580
get_ref_4x8_c: 2251
get_ref_4x8_mmx: 685
get_ref_4x8_mmx_c64: 687
get_ref_4x8_mmx_c32: 685
get_ref_4x8_sse2: 686
get_ref_4x8_sse2_c64: 684
get_ref_4x8_sse3_c64: 685
get_ref_8x4_c: 2054
get_ref_8x4_mmx: 602
get_ref_8x4_mmx_c64: 617
get_ref_8x4_mmx_c32: 621
get_ref_8x4_sse2: 602
get_ref_8x4_sse2_c64: 616
get_ref_8x4_sse3_c64: 617
get_ref_8x8_c: 3429
get_ref_8x8_mmx: 731
get_ref_8x8_mmx_c64: 752
get_ref_8x8_mmx_c32: 758
get_ref_8x8_sse2: 732
get_ref_8x8_sse2_c64: 750
get_ref_8x8_sse3_c64: 752
get_ref_8x16_c: 6174
get_ref_8x16_mmx: 1112
get_ref_8x16_mmx_c64: 1147
get_ref_8x16_mmx_c32: 1160
get_ref_8x16_sse2: 1114
get_ref_8x16_sse2_c64: 1144
get_ref_8x16_sse3_c64: 1148
get_ref_12x10_c: 6233
get_ref_12x10_mmx: 928
get_ref_12x10_mmx_c64: 1014
get_ref_12x10_mmx_c32: 1084
get_ref_12x10_sse2: 931
get_ref_12x10_sse2_c64: 1092
get_ref_12x10_sse3_c64: 1002
get_ref_16x8_c: 6116
get_ref_16x8_mmx: 873
get_ref_16x8_mmx_c64: 925
get_ref_16x8_mmx_c32: 968
get_ref_16x8_sse2: 894
get_ref_16x8_sse2_c64: 944
get_ref_16x8_sse3_c64: 894
get_ref_16x16_c: 4596
get_ref_16x16_mmx: 1384
get_ref_16x16_mmx_c64: 1480
get_ref_16x16_mmx_c32: 1569
get_ref_16x16_sse2: 1430
get_ref_16x16_sse2_c64: 1516
get_ref_16x16_sse3_c64: 1432
get_ref_20x18_c: 1052
get_ref_20x18_mmx: 1859
get_ref_20x18_mmx_c64: 2091
get_ref_20x18_mmx_c32: 1938
get_ref_20x18_sse2: 2137
get_ref_20x18_sse2_c64: 2270
get_ref_20x18_sse3_c64: 2036
hpel_filter_c: 259347
hpel_filter_mmx: 52767
hpel_filter_sse2: 67935
idct4x4dc_c: 1027
idct4x4dc_mmx: 254
intra_predict_4x4_ddl_c: 358
intra_predict_4x4_ddl_mmx: 163
intra_predict_4x4_vl_c: 342
intra_predict_4x4_vl_mmx: 113
intra_predict_8x8_dc_c: 319
intra_predict_8x8_dc_mmx: 190
intra_predict_8x8_dcl_c: 260
intra_predict_8x8_dcl_mmx: 175
intra_predict_8x8_dct_c: 260
intra_predict_8x8_dct_mmx: 140
intra_predict_8x8_ddl_c: 878
intra_predict_8x8_ddl_mmx: 430
intra_predict_8x8_ddl_sse2: 291
intra_predict_8x8_ddr_c: 910
intra_predict_8x8_ddr_mmx: 435
intra_predict_8x8_ddr_sse2: 291
intra_predict_8x8_v_c: 190
intra_predict_8x8_v_mmx: 140
intra_predict_8x8_vl_c: 870
intra_predict_8x8_vl_sse2: 319
intra_predict_8x8_vr_c: 994
intra_predict_8x8_vr_mmx: 539
intra_predict_8x8c_dc_c: 394
intra_predict_8x8c_dc_mmx: 382
intra_predict_8x8c_p_c: 2854
intra_predict_8x8c_p_mmx: 920
intra_predict_8x8c_v_c: 190
intra_predict_8x8c_v_mmx: 142
intra_predict_16x16_dc_c: 748
intra_predict_16x16_dc_mmx: 737
intra_predict_16x16_dc_sse2: 716
intra_predict_16x16_dct_c: 573
intra_predict_16x16_dct_mmx: 476
intra_predict_16x16_dct_sse2: 533
intra_predict_16x16_p_c: 9432
intra_predict_16x16_p_mmx: 2116
intra_predict_16x16_p_sse2: 2182
intra_predict_16x16_v_c: 497
intra_predict_16x16_v_mmx: 347
intra_predict_16x16_v_sse2: 331
intra_sa8d_x3_8x8_mmx: 3414
intra_satd_x3_4x4_mmx: 844
intra_satd_x3_8x8c_mmx: 2460
intra_satd_x3_16x16_mmx: 8578
mc_chroma_2x2_c: 765
mc_chroma_2x2_mmx: 500
mc_chroma_2x4_c: 1352
mc_chroma_2x4_mmx: 782
mc_chroma_4x2_c: 1187
mc_chroma_4x2_mmx: 500
mc_chroma_4x4_c: 1935
mc_chroma_4x4_mmx: 738
mc_chroma_4x8_c: 3353
mc_chroma_4x8_mmx: 1075
mc_chroma_8x4_c: 3346
mc_chroma_8x4_mmx: 1174
mc_chroma_8x8_c: 6150
mc_chroma_8x8_mmx: 2090
mc_luma_4x4_c: 1370
mc_luma_4x4_mmx: 602
mc_luma_4x4_mmx_c64: 602
mc_luma_4x4_mmx_c32: 601
mc_luma_4x4_sse2: 601
mc_luma_4x4_sse2_c64: 602
mc_luma_4x4_sse3_c64: 600
mc_luma_4x8_c: 2272
mc_luma_4x8_mmx: 727
mc_luma_4x8_mmx_c64: 728
mc_luma_4x8_mmx_c32: 725
mc_luma_4x8_sse2: 726
mc_luma_4x8_sse2_c64: 727
mc_luma_4x8_sse3_c64: 726
mc_luma_8x4_c: 2055
mc_luma_8x4_mmx: 632
mc_luma_8x4_mmx_c64: 646
mc_luma_8x4_mmx_c32: 655
mc_luma_8x4_sse2: 634
mc_luma_8x4_sse2_c64: 646
mc_luma_8x4_sse3_c64: 647
mc_luma_8x8_c: 3413
mc_luma_8x8_mmx: 789
mc_luma_8x8_mmx_c64: 807
mc_luma_8x8_mmx_c32: 817
mc_luma_8x8_sse2: 792
mc_luma_8x8_sse2_c64: 806
mc_luma_8x8_sse3_c64: 806
mc_luma_8x16_c: 6174
mc_luma_8x16_mmx: 1222
mc_luma_8x16_mmx_c64: 1256
mc_luma_8x16_mmx_c32: 1272
mc_luma_8x16_sse2: 1222
mc_luma_8x16_sse2_c64: 1254
mc_luma_8x16_sse3_c64: 1258
mc_luma_16x8_c: 6100
mc_luma_16x8_mmx: 978
mc_luma_16x8_mmx_c64: 1035
mc_luma_16x8_mmx_c32: 1082
mc_luma_16x8_sse2: 1012
mc_luma_16x8_sse2_c64: 1063
mc_luma_16x8_sse3_c64: 1012
mc_luma_16x16_c: 4623
mc_luma_16x16_mmx: 1573
mc_luma_16x16_mmx_c64: 1683
mc_luma_16x16_mmx_c32: 1775
mc_luma_16x16_sse2: 1641
mc_luma_16x16_sse2_c64: 1725
mc_luma_16x16_sse3_c64: 1643
quant_2x2_dc_c: 422
quant_2x2_dc_mmx: 161
quant_4x4_c: 975
quant_4x4_mmx: 298
quant_4x4_sse2: 230
quant_4x4_dc_c: 1115
quant_4x4_dc_mmx: 295
quant_4x4_dc_sse2: 271
quant_8x8_c: 4118
quant_8x8_mmx: 1025
quant_8x8_sse2: 916
sa8d_8x8_c: 6816
sa8d_8x8_mmx: 2022
sa8d_8x8_sse2: 1981
sa8d_16x16_c: 25952
sa8d_16x16_mmx: 8222
sa8d_16x16_sse2: 8062
sad_4x4_c: 869
sad_4x4_mmx: 218
sad_4x8_c: 1550
sad_4x8_mmx: 326
sad_8x4_c: 1467
sad_8x4_mmx: 240
sad_8x4_mmx_c64: 248
sad_8x4_mmx_c32: 254
sad_8x8_c: 2766
sad_8x8_mmx: 383
sad_8x8_mmx_c64: 391
sad_8x8_mmx_c32: 397
sad_8x16_c: 5424
sad_8x16_mmx: 580
sad_8x16_mmx_c64: 596
sad_8x16_mmx_c32: 609
sad_16x8_c: 5089
sad_16x8_mmx: 496
sad_16x8_mmx_c64: 560
sad_16x8_mmx_c32: 601
sad_16x8_sse2: 605
sad_16x8_sse2_c64: 741
sad_16x8_sse3_c64: 605
sad_16x16_c: 10099
sad_16x16_mmx: 829
sad_16x16_mmx_c64: 998
sad_16x16_mmx_c32: 1151
sad_16x16_sse2: 981
sad_16x16_sse2_c64: 1148
sad_16x16_sse3_c64: 981
sad_x3_4x4_c: 2455
sad_x3_4x4_mmx: 386
sad_x3_4x8_c: 4554
sad_x3_4x8_mmx: 539
sad_x3_8x4_c: 4250
sad_x3_8x4_mmx: 446
sad_x3_8x8_c: 8346
sad_x3_8x8_mmx: 643
sad_x3_8x8_mmx_c64: 828
sad_x3_8x8_mmx_c32: 960
sad_x3_8x16_c: 18182
sad_x3_8x16_mmx: 1072
sad_x3_8x16_mmx_c64: 1344
sad_x3_8x16_mmx_c32: 1530
sad_x3_16x8_c: 15446
sad_x3_16x8_mmx: 1104
sad_x3_16x8_mmx_c64: 1445
sad_x3_16x8_mmx_c32: 1755
sad_x3_16x8_sse2: 1168
sad_x3_16x8_sse2_c64: 1902
sad_x3_16x8_sse3_c64: 1168
sad_x3_16x16_c: 3664
sad_x3_16x16_mmx: 1979
sad_x3_16x16_mmx_c64: 2691
sad_x3_16x16_mmx_c32: 3346
sad_x3_16x16_sse2: 2106
sad_x3_16x16_sse2_c64: 3006
sad_x3_16x16_sse3_c64: 2106
sad_x4_4x4_c: 3313
sad_x4_4x4_mmx: 478
sad_x4_4x8_c: 6181
sad_x4_4x8_mmx: 668
sad_x4_8x4_c: 5826
sad_x4_8x4_mmx: 540
sad_x4_8x8_c: 11702
sad_x4_8x8_mmx: 809
sad_x4_8x8_mmx_c64: 1094
sad_x4_8x8_mmx_c32: 1319
sad_x4_8x16_c: 23821
sad_x4_8x16_mmx: 1381
sad_x4_8x16_mmx_c64: 1742
sad_x4_8x16_mmx_c32: 2067
sad_x4_16x8_c: 21770
sad_x4_16x8_mmx: 1385
sad_x4_16x8_mmx_c64: 1901
sad_x4_16x8_mmx_c32: 2390
sad_x4_16x8_sse2: 1534
sad_x4_16x8_sse2_c64: 2590
sad_x4_16x8_sse3_c64: 1534
sad_x4_16x16_c: 15250
sad_x4_16x16_mmx: 2526
sad_x4_16x16_mmx_c64: 3525
sad_x4_16x16_mmx_c32: 4500
sad_x4_16x16_sse2: 2775
sad_x4_16x16_sse2_c64: 4069
sad_x4_16x16_sse3_c64: 2776
satd_4x4_c: 1514
satd_4x4_mmx: 546
satd_4x8_c: 3141
satd_4x8_mmx: 935
satd_8x4_c: 3056
satd_8x4_mmx: 937
satd_8x4_sse2: 918
satd_8x8_c: 6327
satd_8x8_mmx: 1700
satd_8x8_sse2: 1640
satd_8x16_c: 12139
satd_8x16_mmx: 3168
satd_8x16_sse2: 3080
satd_16x8_c: 12517
satd_16x8_mmx: 3195
satd_16x8_sse2: 3103
satd_16x16_c: 24592
satd_16x16_mmx: 6146
satd_16x16_sse2: 5984
ssd_4x4_c: 710
ssd_4x4_mmx: 259
ssd_4x8_c: 1278
ssd_4x8_mmx: 414
ssd_8x4_c: 1658
ssd_8x4_mmx: 419
ssd_8x4_sse2: 370
ssd_8x8_c: 3096
ssd_8x8_mmx: 732
ssd_8x8_sse2: 656
ssd_8x16_c: 6192
ssd_8x16_mmx: 1360
ssd_8x16_sse2: 1215
ssd_16x8_c: 5750
ssd_16x8_mmx: 1370
ssd_16x8_sse2: 1170
ssd_16x16_c: 11412
ssd_16x16_mmx: 2620
ssd_16x16_sse2: 2250
sub4x4_dct_c: 1162
sub4x4_dct_mmx: 385
sub8x8_dct_c: 4387
sub8x8_dct_mmx: 1356
sub8x8_dct_sse2: 1290
sub8x8_dct8_c: 8619
sub8x8_dct8_mmx: 2005
sub8x8_dct8_sse2: 1948
sub16x16_dct_c: 17726
sub16x16_dct_mmx: 5224
sub16x16_dct_sse2: 4928
sub16x16_dct8_c: 34638
sub16x16_dct8_mmx: 7867
sub16x16_dct8_sse2: 7434
zigzag_scan_4x4_field_c: 216
zigzag_scan_4x4_field_mmx: 189
Dark Shikari
4th June 2008, 04:24
The test only took ~4 minutes not 15-20 minutes like you estimated.No, my estimate just sucked.
Inventive Software
4th June 2008, 04:42
I have a Turion64 X2 (1.6 GHz, SSE3 max) and a Celeron 800 MHz (SSE max), will test those and report back. Stay tuned. ;)
Zanejin
4th June 2008, 04:43
AMD Athlon 64 3200+ (Venice core, socket 939, 2.0 GHz)
add4x4_idct_c: 2576
add4x4_idct_mmx: 450
add8x8_idct_c: 9134
add8x8_idct_mmx: 1535
add8x8_idct_sse2: 1455
add8x8_idct8_c: 14023
add8x8_idct8_mmx: 2016
add8x8_idct8_sse2: 1954
add16x16_idct_c: 37282
add16x16_idct_mmx: 6062
add16x16_idct_sse2: 5700
add16x16_idct8_c: 54870
add16x16_idct8_mmx: 7844
add16x16_idct8_sse2: 7697
avg_4x2_c: 374
avg_4x2_mmx: 192
avg_4x4_c: 662
avg_4x4_mmx: 242
avg_4x8_c: 1114
avg_4x8_mmx: 322
avg_8x4_c: 1084
avg_8x4_mmx: 242
avg_8x8_c: 1995
avg_8x8_mmx: 322
avg_8x16_c: 3847
avg_8x16_mmx: 481
avg_16x8_c: 3444
avg_16x8_mmx: 463
avg_16x8_sse2: 622
avg_16x16_c: 6865
avg_16x16_mmx: 778
avg_16x16_sse2: 1103
avg_weight_4x4_c: 1317
avg_weight_4x4_mmx: 446
avg_weight_8x4_c: 2454
avg_weight_8x4_mmx: 878
avg_weight_8x8_c: 5162
avg_weight_8x8_mmx: 1400
avg_weight_8x16_c: 10016
avg_weight_8x16_mmx: 2722
avg_weight_16x8_c: 9604
avg_weight_16x8_mmx: 2497
avg_weight_16x16_c: 18959
avg_weight_16x16_mmx: 4919
cabac_encode_decision_c: 1887421
cabac_encode_decision_mmx: 1580812
dct4x4dc_c: 898
dct4x4dc_mmx: 280
deblock_h_chroma_c: 1706
deblock_h_chroma_mmx: 817
deblock_h_chroma_intra_c: 1112
deblock_h_chroma_intra_mmx: 764
deblock_h_luma_c: 4898
deblock_h_luma_mmx: 2382
deblock_h_luma_sse2: 2167
deblock_h_luma_intra_c: 4756
deblock_h_luma_intra_mmx: 3567
deblock_h_luma_intra_sse2: 3315
deblock_v_chroma_c: 1802
deblock_v_chroma_mmx: 468
deblock_v_chroma_intra_c: 1380
deblock_v_chroma_intra_mmx: 415
deblock_v_luma_c: 5512
deblock_v_luma_mmx: 1634
deblock_v_luma_sse2: 1239
deblock_v_luma_intra_c: 6116
deblock_v_luma_intra_mmx: 2418
deblock_v_luma_intra_sse2: 1991
dequant_4x4_cqm_c: 852
dequant_4x4_cqm_mmx: 344
dequant_4x4_cqm_sse2: 345
dequant_4x4_flat_c: 839
dequant_4x4_flat_mmx: 260
dequant_4x4_flat_sse2: 261
dequant_8x8_cqm_c: 3151
dequant_8x8_cqm_mmx: 1226
dequant_8x8_cqm_sse2: 1057
dequant_8x8_flat_c: 3050
dequant_8x8_flat_mmx: 686
dequant_8x8_flat_sse2: 650
esa_ads_c: 4392
esa_ads_mmx: 1350
esa_ads_sse2: 1588
get_ref_4x4_c: 1385
get_ref_4x4_mmx: 581
get_ref_4x4_mmx_c64: 580
get_ref_4x4_mmx_c32: 579
get_ref_4x4_sse2: 578
get_ref_4x4_sse2_c64: 580
get_ref_4x4_sse3_c64: 580
get_ref_4x8_c: 2250
get_ref_4x8_mmx: 688
get_ref_4x8_mmx_c64: 686
get_ref_4x8_mmx_c32: 686
get_ref_4x8_sse2: 684
get_ref_4x8_sse2_c64: 687
get_ref_4x8_sse3_c64: 686
get_ref_8x4_c: 2054
get_ref_8x4_mmx: 604
get_ref_8x4_mmx_c64: 617
get_ref_8x4_mmx_c32: 622
get_ref_8x4_sse2: 602
get_ref_8x4_sse2_c64: 618
get_ref_8x4_sse3_c64: 618
get_ref_8x8_c: 3431
get_ref_8x8_mmx: 734
get_ref_8x8_mmx_c64: 750
get_ref_8x8_mmx_c32: 759
get_ref_8x8_sse2: 732
get_ref_8x8_sse2_c64: 754
get_ref_8x8_sse3_c64: 753
get_ref_8x16_c: 6181
get_ref_8x16_mmx: 1129
get_ref_8x16_mmx_c64: 1151
get_ref_8x16_mmx_c32: 1168
get_ref_8x16_sse2: 1124
get_ref_8x16_sse2_c64: 1158
get_ref_8x16_sse3_c64: 1156
get_ref_12x10_c: 6270
get_ref_12x10_mmx: 932
get_ref_12x10_mmx_c64: 1010
get_ref_12x10_mmx_c32: 1081
get_ref_12x10_sse2: 928
get_ref_12x10_sse2_c64: 1098
get_ref_12x10_sse3_c64: 1002
get_ref_16x8_c: 6148
get_ref_16x8_mmx: 878
get_ref_16x8_mmx_c64: 920
get_ref_16x8_mmx_c32: 966
get_ref_16x8_sse2: 891
get_ref_16x8_sse2_c64: 947
get_ref_16x8_sse3_c64: 893
get_ref_16x16_c: 4672
get_ref_16x16_mmx: 1394
get_ref_16x16_mmx_c64: 1473
get_ref_16x16_mmx_c32: 1566
get_ref_16x16_sse2: 1430
get_ref_16x16_sse2_c64: 1524
get_ref_16x16_sse3_c64: 1434
get_ref_20x18_c: 1147
get_ref_20x18_mmx: 1868
get_ref_20x18_mmx_c64: 2078
get_ref_20x18_mmx_c32: 1938
get_ref_20x18_sse2: 2128
get_ref_20x18_sse2_c64: 2282
get_ref_20x18_sse3_c64: 2035
hpel_filter_c: 262746
hpel_filter_mmx: 58301
hpel_filter_sse2: 68774
idct4x4dc_c: 1027
idct4x4dc_mmx: 255
intra_predict_4x4_ddl_c: 359
intra_predict_4x4_ddl_mmx: 163
intra_predict_4x4_vl_c: 344
intra_predict_4x4_vl_mmx: 114
intra_predict_8x8_dc_c: 318
intra_predict_8x8_dc_mmx: 190
intra_predict_8x8_dcl_c: 260
intra_predict_8x8_dcl_mmx: 175
intra_predict_8x8_dct_c: 260
intra_predict_8x8_dct_mmx: 140
intra_predict_8x8_ddl_c: 876
intra_predict_8x8_ddl_mmx: 430
intra_predict_8x8_ddl_sse2: 290
intra_predict_8x8_ddr_c: 916
intra_predict_8x8_ddr_mmx: 435
intra_predict_8x8_ddr_sse2: 290
intra_predict_8x8_v_c: 190
intra_predict_8x8_v_mmx: 140
intra_predict_8x8_vl_c: 871
intra_predict_8x8_vl_sse2: 319
intra_predict_8x8_vr_c: 951
intra_predict_8x8_vr_mmx: 554
intra_predict_8x8c_dc_c: 398
intra_predict_8x8c_dc_mmx: 389
intra_predict_8x8c_p_c: 2852
intra_predict_8x8c_p_mmx: 915
intra_predict_8x8c_v_c: 190
intra_predict_8x8c_v_mmx: 143
intra_predict_16x16_dc_c: 747
intra_predict_16x16_dc_mmx: 739
intra_predict_16x16_dc_sse2: 716
intra_predict_16x16_dct_c: 573
intra_predict_16x16_dct_mmx: 471
intra_predict_16x16_dct_sse2: 530
intra_predict_16x16_p_c: 9475
intra_predict_16x16_p_mmx: 2123
intra_predict_16x16_p_sse2: 2185
intra_predict_16x16_v_c: 498
intra_predict_16x16_v_mmx: 342
intra_predict_16x16_v_sse2: 332
intra_sa8d_x3_8x8_mmx: 3400
intra_satd_x3_4x4_mmx: 844
intra_satd_x3_8x8c_mmx: 2462
intra_satd_x3_16x16_mmx: 8568
mc_chroma_2x2_c: 777
mc_chroma_2x2_mmx: 511
mc_chroma_2x4_c: 1319
mc_chroma_2x4_mmx: 712
mc_chroma_4x2_c: 1087
mc_chroma_4x2_mmx: 528
mc_chroma_4x4_c: 1923
mc_chroma_4x4_mmx: 730
mc_chroma_4x8_c: 3326
mc_chroma_4x8_mmx: 1104
mc_chroma_8x4_c: 3332
mc_chroma_8x4_mmx: 1104
mc_chroma_8x8_c: 6017
mc_chroma_8x8_mmx: 2137
mc_luma_4x4_c: 1370
mc_luma_4x4_mmx: 613
mc_luma_4x4_mmx_c64: 610
mc_luma_4x4_mmx_c32: 609
mc_luma_4x4_sse2: 609
mc_luma_4x4_sse2_c64: 614
mc_luma_4x4_sse3_c64: 610
mc_luma_4x8_c: 2272
mc_luma_4x8_mmx: 732
mc_luma_4x8_mmx_c64: 733
mc_luma_4x8_mmx_c32: 730
mc_luma_4x8_sse2: 731
mc_luma_4x8_sse2_c64: 734
mc_luma_4x8_sse3_c64: 730
mc_luma_8x4_c: 2055
mc_luma_8x4_mmx: 633
mc_luma_8x4_mmx_c64: 647
mc_luma_8x4_mmx_c32: 656
mc_luma_8x4_sse2: 635
mc_luma_8x4_sse2_c64: 648
mc_luma_8x4_sse3_c64: 648
mc_luma_8x8_c: 3415
mc_luma_8x8_mmx: 798
mc_luma_8x8_mmx_c64: 812
mc_luma_8x8_mmx_c32: 822
mc_luma_8x8_sse2: 798
mc_luma_8x8_sse2_c64: 814
mc_luma_8x8_sse3_c64: 812
mc_luma_8x16_c: 6184
mc_luma_8x16_mmx: 1224
mc_luma_8x16_mmx_c64: 1254
mc_luma_8x16_mmx_c32: 1273
mc_luma_8x16_sse2: 1220
mc_luma_8x16_sse2_c64: 1258
mc_luma_8x16_sse3_c64: 1258
mc_luma_16x8_c: 6132
mc_luma_16x8_mmx: 981
mc_luma_16x8_mmx_c64: 1036
mc_luma_16x8_mmx_c32: 1083
mc_luma_16x8_sse2: 1015
mc_luma_16x8_sse2_c64: 1068
mc_luma_16x8_sse3_c64: 1016
mc_luma_16x16_c: 4703
mc_luma_16x16_mmx: 1579
mc_luma_16x16_mmx_c64: 1681
mc_luma_16x16_mmx_c32: 1774
mc_luma_16x16_sse2: 1650
mc_luma_16x16_sse2_c64: 1733
mc_luma_16x16_sse3_c64: 1648
quant_2x2_dc_c: 422
quant_2x2_dc_mmx: 161
quant_4x4_c: 979
quant_4x4_mmx: 298
quant_4x4_sse2: 230
quant_4x4_dc_c: 1114
quant_4x4_dc_mmx: 295
quant_4x4_dc_sse2: 271
quant_8x8_c: 4158
quant_8x8_mmx: 1026
quant_8x8_sse2: 915
sa8d_8x8_c: 6705
sa8d_8x8_mmx: 1997
sa8d_8x8_sse2: 1965
sa8d_16x16_c: 25634
sa8d_16x16_mmx: 8188
sa8d_16x16_sse2: 8023
sad_4x4_c: 869
sad_4x4_mmx: 218
sad_4x8_c: 1543
sad_4x8_mmx: 320
sad_8x4_c: 1468
sad_8x4_mmx: 240
sad_8x4_mmx_c64: 248
sad_8x4_mmx_c32: 254
sad_8x8_c: 2762
sad_8x8_mmx: 379
sad_8x8_mmx_c64: 387
sad_8x8_mmx_c32: 392
sad_8x16_c: 5418
sad_8x16_mmx: 577
sad_8x16_mmx_c64: 593
sad_8x16_mmx_c32: 605
sad_16x8_c: 5084
sad_16x8_mmx: 493
sad_16x8_mmx_c64: 558
sad_16x8_mmx_c32: 598
sad_16x8_sse2: 600
sad_16x8_sse2_c64: 737
sad_16x8_sse3_c64: 600
sad_16x16_c: 10090
sad_16x16_mmx: 827
sad_16x16_mmx_c64: 995
sad_16x16_mmx_c32: 1148
sad_16x16_sse2: 979
sad_16x16_sse2_c64: 1146
sad_16x16_sse3_c64: 979
sad_x3_4x4_c: 2454
sad_x3_4x4_mmx: 386
sad_x3_4x8_c: 4556
sad_x3_4x8_mmx: 540
sad_x3_8x4_c: 4251
sad_x3_8x4_mmx: 447
sad_x3_8x8_c: 8348
sad_x3_8x8_mmx: 644
sad_x3_8x8_mmx_c64: 829
sad_x3_8x8_mmx_c32: 958
sad_x3_8x16_c: 18178
sad_x3_8x16_mmx: 1074
sad_x3_8x16_mmx_c64: 1344
sad_x3_8x16_mmx_c32: 1521
sad_x3_16x8_c: 15444
sad_x3_16x8_mmx: 1105
sad_x3_16x8_mmx_c64: 1443
sad_x3_16x8_mmx_c32: 1750
sad_x3_16x8_sse2: 1168
sad_x3_16x8_sse2_c64: 1904
sad_x3_16x8_sse3_c64: 1168
sad_x3_16x16_c: 3654
sad_x3_16x16_mmx: 1983
sad_x3_16x16_mmx_c64: 2688
sad_x3_16x16_mmx_c32: 3346
sad_x3_16x16_sse2: 2106
sad_x3_16x16_sse2_c64: 3004
sad_x3_16x16_sse3_c64: 2106
sad_x4_4x4_c: 3314
sad_x4_4x4_mmx: 478
sad_x4_4x8_c: 6182
sad_x4_4x8_mmx: 666
sad_x4_8x4_c: 5838
sad_x4_8x4_mmx: 539
sad_x4_8x8_c: 11699
sad_x4_8x8_mmx: 808
sad_x4_8x8_mmx_c64: 1096
sad_x4_8x8_mmx_c32: 1320
sad_x4_8x16_c: 23841
sad_x4_8x16_mmx: 1379
sad_x4_8x16_mmx_c64: 1741
sad_x4_8x16_mmx_c32: 2067
sad_x4_16x8_c: 21758
sad_x4_16x8_mmx: 1385
sad_x4_16x8_mmx_c64: 1900
sad_x4_16x8_mmx_c32: 2390
sad_x4_16x8_sse2: 1537
sad_x4_16x8_sse2_c64: 2590
sad_x4_16x8_sse3_c64: 1537
sad_x4_16x16_c: 15249
sad_x4_16x16_mmx: 2526
sad_x4_16x16_mmx_c64: 3524
sad_x4_16x16_mmx_c32: 4500
sad_x4_16x16_sse2: 2777
sad_x4_16x16_sse2_c64: 4070
sad_x4_16x16_sse3_c64: 2778
satd_4x4_c: 1521
satd_4x4_mmx: 546
satd_4x8_c: 3134
satd_4x8_mmx: 933
satd_8x4_c: 3060
satd_8x4_mmx: 936
satd_8x4_sse2: 918
satd_8x8_c: 6319
satd_8x8_mmx: 1698
satd_8x8_sse2: 1637
satd_8x16_c: 12108
satd_8x16_mmx: 3166
satd_8x16_sse2: 3077
satd_16x8_c: 12514
satd_16x8_mmx: 3193
satd_16x8_sse2: 3100
satd_16x16_c: 24564
satd_16x16_mmx: 6141
satd_16x16_sse2: 5981
ssd_4x4_c: 710
ssd_4x4_mmx: 259
ssd_4x8_c: 1274
ssd_4x8_mmx: 409
ssd_8x4_c: 1650
ssd_8x4_mmx: 420
ssd_8x4_sse2: 370
ssd_8x8_c: 3066
ssd_8x8_mmx: 730
ssd_8x8_sse2: 654
ssd_8x16_c: 6109
ssd_8x16_mmx: 1360
ssd_8x16_sse2: 1214
ssd_16x8_c: 5842
ssd_16x8_mmx: 1369
ssd_16x8_sse2: 1169
ssd_16x16_c: 11550
ssd_16x16_mmx: 2619
ssd_16x16_sse2: 2250
sub4x4_dct_c: 1156
sub4x4_dct_mmx: 379
sub8x8_dct_c: 4442
sub8x8_dct_mmx: 1355
sub8x8_dct_sse2: 1291
sub8x8_dct8_c: 8586
sub8x8_dct8_mmx: 2014
sub8x8_dct8_sse2: 1947
sub16x16_dct_c: 17883
sub16x16_dct_mmx: 5240
sub16x16_dct_sse2: 4945
sub16x16_dct8_c: 34573
sub16x16_dct8_mmx: 7884
sub16x16_dct8_sse2: 7450
zigzag_scan_4x4_field_c: 216
zigzag_scan_4x4_field_mmx: 189
SquallMX
4th June 2008, 05:42
Pentium Dual Core T2330: (http://valid.x86-secret.com/show_oc.php?id=370582)
add4x4_idct_c: 2097
add4x4_idct_mmx: 430
add8x8_idct_c: 7571
add8x8_idct_mmx: 1344
add8x8_idct_sse2: 1116
add8x8_idct8_c: 14306
add8x8_idct8_mmx: 1911
add8x8_idct8_sse2: 1282
add16x16_idct_c: 33449
add16x16_idct_mmx: 5241
add16x16_idct_sse2: 4392
add16x16_idct8_c: 56796
add16x16_idct8_mmx: 7232
add16x16_idct8_sse2: 5012
avg_4x2_c: 320
avg_4x2_mmx: 128
avg_4x4_c: 697
avg_4x4_mmx: 162
avg_4x8_c: 910
avg_4x8_mmx: 247
avg_8x4_c: 920
avg_8x4_mmx: 158
avg_8x8_c: 1472
avg_8x8_mmx: 251
avg_8x16_c: 2812
avg_8x16_mmx: 433
avg_16x8_c: 2712
avg_16x8_mmx: 439
avg_16x8_sse2: 300
avg_16x16_c: 5284
avg_16x16_mmx: 756
avg_16x16_sse2: 622
avg_weight_4x4_c: 923
avg_weight_4x4_mmx: 397
avg_weight_8x4_c: 1506
avg_weight_8x4_mmx: 772
avg_weight_8x8_c: 3089
avg_weight_8x8_mmx: 1294
avg_weight_8x16_c: 5970
avg_weight_8x16_mmx: 2309
avg_weight_16x8_c: 5594
avg_weight_16x8_mmx: 1917
avg_weight_16x16_c: 11044
avg_weight_16x16_mmx: 3452
cabac_encode_decision_c: 1875090
cabac_encode_decision_mmx: 1475418
dct4x4dc_c: 836
dct4x4dc_mmx: 309
deblock_h_chroma_c: 1281
deblock_h_chroma_mmx: 781
deblock_h_chroma_intra_c: 1022
deblock_h_chroma_intra_mmx: 641
deblock_h_luma_c: 3638
deblock_h_luma_mmx: 2133
deblock_h_luma_sse2: 1730
deblock_h_luma_intra_c: 3764
deblock_h_luma_intra_mmx: 3160
deblock_h_luma_intra_sse2: 2329
deblock_v_chroma_c: 1382
deblock_v_chroma_mmx: 391
deblock_v_chroma_intra_c: 1087
deblock_v_chroma_intra_mmx: 386
deblock_v_luma_c: 4002
deblock_v_luma_mmx: 1187
deblock_v_luma_sse2: 596
deblock_v_luma_intra_c: 4534
deblock_v_luma_intra_mmx: 1868
deblock_v_luma_intra_sse2: 901
dequant_4x4_cqm_c: 623
dequant_4x4_cqm_mmx: 265
dequant_4x4_cqm_sse2: 236
dequant_4x4_flat_c: 625
dequant_4x4_flat_mmx: 200
dequant_4x4_flat_sse2: 160
dequant_8x8_cqm_c: 2489
dequant_8x8_cqm_mmx: 919
dequant_8x8_cqm_sse2: 676
dequant_8x8_flat_c: 2435
dequant_8x8_flat_mmx: 496
dequant_8x8_flat_sse2: 390
esa_ads_c: 3683
esa_ads_mmx: 1287
esa_ads_sse2: 1240
esa_ads_ssse3: 1192
get_ref_4x4_c: 1118
get_ref_4x4_mmx: 495
get_ref_4x4_mmx_c64: 502
get_ref_4x4_mmx_c32: 494
get_ref_4x4_sse2: 496
get_ref_4x4_sse2_c64: 497
get_ref_4x4_sse3_c64: 494
get_ref_4x8_c: 2021
get_ref_4x8_mmx: 661
get_ref_4x8_mmx_c64: 652
get_ref_4x8_mmx_c32: 661
get_ref_4x8_sse2: 661
get_ref_4x8_sse2_c64: 664
get_ref_4x8_sse3_c64: 658
get_ref_8x4_c: 1648
get_ref_8x4_mmx: 516
get_ref_8x4_mmx_c64: 472
get_ref_8x4_mmx_c32: 487
get_ref_8x4_sse2: 514
get_ref_8x4_sse2_c64: 478
get_ref_8x4_sse3_c64: 474
get_ref_8x8_c: 2751
get_ref_8x8_mmx: 734
get_ref_8x8_mmx_c64: 552
get_ref_8x8_mmx_c32: 584
get_ref_8x8_sse2: 730
get_ref_8x8_sse2_c64: 563
get_ref_8x8_sse3_c64: 564
get_ref_8x16_c: 5348
get_ref_8x16_mmx: 1238
get_ref_8x16_mmx_c64: 755
get_ref_8x16_mmx_c32: 791
get_ref_8x16_sse2: 1231
get_ref_8x16_sse2_c64: 757
get_ref_8x16_sse3_c64: 753
get_ref_12x10_c: 4448
get_ref_12x10_mmx: 1244
get_ref_12x10_mmx_c64: 944
get_ref_12x10_mmx_c32: 1046
get_ref_12x10_sse2: 1240
get_ref_12x10_sse2_c64: 874
get_ref_12x10_sse3_c64: 1277
get_ref_16x8_c: 4291
get_ref_16x8_mmx: 1083
get_ref_16x8_mmx_c64: 787
get_ref_16x8_mmx_c32: 906
get_ref_16x8_sse2: 1058
get_ref_16x8_sse2_c64: 779
get_ref_16x8_sse3_c64: 1051
get_ref_16x16_c: 2321
get_ref_16x16_mmx: 2078
get_ref_16x16_mmx_c64: 1210
get_ref_16x16_mmx_c32: 1456
get_ref_16x16_sse2: 2015
get_ref_16x16_sse2_c64: 1186
get_ref_16x16_sse3_c64: 2024
get_ref_20x18_c: 4911
get_ref_20x18_mmx: 2957
get_ref_20x18_mmx_c64: 1942
get_ref_20x18_mmx_c32: 2882
get_ref_20x18_sse2: 2853
get_ref_20x18_sse2_c64: 1948
get_ref_20x18_sse3_c64: 2846
hpel_filter_c: 212317
hpel_filter_mmx: 113448
hpel_filter_sse2: 58842
hpel_filter_ssse3: 53410
idct4x4dc_c: 1053
idct4x4dc_mmx: 228
intra_predict_4x4_ddl_c: 315
intra_predict_4x4_ddl_mmx: 209
intra_predict_4x4_vl_c: 434
intra_predict_4x4_vl_mmx: 209
intra_predict_8x8_dc_c: 320
intra_predict_8x8_dc_mmx: 129
intra_predict_8x8_dcl_c: 240
intra_predict_8x8_dcl_mmx: 130
intra_predict_8x8_dct_c: 240
intra_predict_8x8_dct_mmx: 129
intra_predict_8x8_ddl_c: 1162
intra_predict_8x8_ddl_mmx: 344
intra_predict_8x8_ddl_sse2: 268
intra_predict_8x8_ddr_c: 1137
intra_predict_8x8_ddr_mmx: 421
intra_predict_8x8_ddr_sse2: 300
intra_predict_8x8_v_c: 150
intra_predict_8x8_v_mmx: 120
intra_predict_8x8_vl_c: 1098
intra_predict_8x8_vl_sse2: 278
intra_predict_8x8_vr_c: 1142
intra_predict_8x8_vr_mmx: 623
intra_predict_8x8c_dc_c: 361
intra_predict_8x8c_dc_mmx: 366
intra_predict_8x8c_p_c: 2412
intra_predict_8x8c_p_mmx: 890
intra_predict_8x8c_v_c: 153
intra_predict_8x8c_v_mmx: 120
intra_predict_16x16_dc_c: 1137
intra_predict_16x16_dc_mmx: 805
intra_predict_16x16_dc_sse2: 506
intra_predict_16x16_dct_c: 1087
intra_predict_16x16_dct_mmx: 587
intra_predict_16x16_dct_sse2: 283
intra_predict_16x16_p_c: 7844
intra_predict_16x16_p_mmx: 1722
intra_predict_16x16_p_sse2: 1377
intra_predict_16x16_v_c: 827
intra_predict_16x16_v_mmx: 486
intra_predict_16x16_v_sse2: 181
intra_sa8d_x3_8x8_mmx: 3626
intra_satd_x3_4x4_mmx: 699
intra_satd_x3_4x4_ssse3: 729
intra_satd_x3_8x8c_mmx: 2280
intra_satd_x3_8x8c_ssse3: 2152
intra_satd_x3_16x16_mmx: 7411
intra_satd_x3_16x16_ssse3: 6836
mc_chroma_2x2_c: 721
mc_chroma_2x2_mmx: 457
mc_chroma_2x4_c: 1205
mc_chroma_2x4_mmx: 585
mc_chroma_4x2_c: 1039
mc_chroma_4x2_mmx: 461
mc_chroma_4x4_c: 1831
mc_chroma_4x4_mmx: 589
mc_chroma_4x8_c: 3382
mc_chroma_4x8_mmx: 958
mc_chroma_8x4_c: 3124
mc_chroma_8x4_mmx: 914
mc_chroma_8x8_c: 5970
mc_chroma_8x8_mmx: 1469
mc_luma_4x4_c: 1187
mc_luma_4x4_mmx: 514
mc_luma_4x4_mmx_c64: 513
mc_luma_4x4_mmx_c32: 513
mc_luma_4x4_sse2: 515
mc_luma_4x4_sse2_c64: 516
mc_luma_4x4_sse3_c64: 512
mc_luma_4x8_c: 1953
mc_luma_4x8_mmx: 684
mc_luma_4x8_mmx_c64: 687
mc_luma_4x8_mmx_c32: 683
mc_luma_4x8_sse2: 685
mc_luma_4x8_sse2_c64: 688
mc_luma_4x8_sse3_c64: 680
mc_luma_8x4_c: 1652
mc_luma_8x4_mmx: 549
mc_luma_8x4_mmx_c64: 505
mc_luma_8x4_mmx_c32: 526
mc_luma_8x4_sse2: 549
mc_luma_8x4_sse2_c64: 508
mc_luma_8x4_sse3_c64: 507
mc_luma_8x8_c: 2754
mc_luma_8x8_mmx: 767
mc_luma_8x8_mmx_c64: 601
mc_luma_8x8_mmx_c32: 624
mc_luma_8x8_sse2: 766
mc_luma_8x8_sse2_c64: 598
mc_luma_8x8_sse3_c64: 594
mc_luma_8x16_c: 5223
mc_luma_8x16_mmx: 1378
mc_luma_8x16_mmx_c64: 899
mc_luma_8x16_mmx_c32: 940
mc_luma_8x16_sse2: 1374
mc_luma_8x16_sse2_c64: 896
mc_luma_8x16_sse3_c64: 895
mc_luma_16x8_c: 4414
mc_luma_16x8_mmx: 1192
mc_luma_16x8_mmx_c64: 935
mc_luma_16x8_mmx_c32: 1068
mc_luma_16x8_sse2: 1189
mc_luma_16x8_sse2_c64: 939
mc_luma_16x8_sse3_c64: 1180
mc_luma_16x16_c: 2206
mc_luma_16x16_mmx: 2365
mc_luma_16x16_mmx_c64: 1558
mc_luma_16x16_mmx_c32: 1804
mc_luma_16x16_sse2: 2282
mc_luma_16x16_sse2_c64: 1506
mc_luma_16x16_sse3_c64: 2280
quant_2x2_dc_c: 283
quant_2x2_dc_mmx: 150
quant_2x2_dc_ssse3: 140
quant_4x4_c: 673
quant_4x4_mmx: 280
quant_4x4_sse2: 150
quant_4x4_ssse3: 130
quant_4x4_dc_c: 690
quant_4x4_dc_mmx: 260
quant_4x4_dc_sse2: 159
quant_4x4_dc_ssse3: 150
quant_8x8_c: 3229
quant_8x8_mmx: 686
quant_8x8_sse2: 408
quant_8x8_ssse3: 328
sa8d_8x8_c: 6211
sa8d_8x8_mmx: 2043
sa8d_8x8_sse2: 1573
sa8d_8x8_ssse3: 1493
sa8d_8x8_sse4: 1914
sa8d_16x16_c: 26152
sa8d_16x16_mmx: 8150
sa8d_16x16_sse2: 6129
sa8d_16x16_ssse3: 5930
sa8d_16x16_sse4: 7640
sad_4x4_c: 950
sad_4x4_mmx: 196
sad_4x8_c: 1361
sad_4x8_mmx: 276
sad_8x4_c: 1203
sad_8x4_mmx: 232
sad_8x4_mmx_c64: 187
sad_8x4_mmx_c32: 205
sad_8x8_c: 2251
sad_8x8_mmx: 393
sad_8x8_mmx_c64: 262
sad_8x8_mmx_c32: 286
sad_8x16_c: 4178
sad_8x16_mmx: 644
sad_8x16_mmx_c64: 424
sad_8x16_mmx_c32: 463
sad_16x8_c: 3685
sad_16x8_mmx: 645
sad_16x8_mmx_c64: 476
sad_16x8_mmx_c32: 557
sad_16x8_sse2: 575
sad_16x8_sse2_c64: 428
sad_16x8_sse3_c64: 575
sad_16x8_ssse3_c64: 388
sad_16x16_c: 7187
sad_16x16_mmx: 1174
sad_16x16_mmx_c64: 892
sad_16x16_mmx_c32: 1073
sad_16x16_sse2: 1021
sad_16x16_sse2_c64: 683
sad_16x16_sse3_c64: 1026
sad_16x16_ssse3_c64: 629
sad_x3_4x4_c: 2296
sad_x3_4x4_mmx: 359
sad_x3_4x8_c: 3796
sad_x3_4x8_mmx: 623
sad_x3_8x4_c: 3375
sad_x3_8x4_mmx: 504
sad_x3_8x8_c: 6564
sad_x3_8x8_mmx: 869
sad_x3_8x8_mmx_c64: 659
sad_x3_8x8_mmx_c32: 796
sad_x3_8x16_c: 13333
sad_x3_8x16_mmx: 1531
sad_x3_8x16_mmx_c64: 1051
sad_x3_8x16_mmx_c32: 1240
sad_x3_16x8_c: 11318
sad_x3_16x8_mmx: 1496
sad_x3_16x8_mmx_c64: 1245
sad_x3_16x8_mmx_c32: 1555
sad_x3_16x8_sse2: 1446
sad_x3_16x8_sse2_c64: 1041
sad_x3_16x8_sse3_c64: 1447
sad_x3_16x8_ssse3_c64: 996
sad_x3_16x16_c: 23321
sad_x3_16x16_mmx: 2799
sad_x3_16x16_mmx_c64: 2156
sad_x3_16x16_mmx_c32: 2690
sad_x3_16x16_sse2: 2755
sad_x3_16x16_sse2_c64: 1781
sad_x3_16x16_sse3_c64: 2755
sad_x3_16x16_ssse3_c64: 1672
sad_x4_4x4_c: 3056
sad_x4_4x4_mmx: 466
sad_x4_4x8_c: 5076
sad_x4_4x8_mmx: 807
sad_x4_8x4_c: 4564
sad_x4_8x4_mmx: 655
sad_x4_8x8_c: 9031
sad_x4_8x8_mmx: 1060
sad_x4_8x8_mmx_c64: 886
sad_x4_8x8_mmx_c32: 1097
sad_x4_8x16_c: 17740
sad_x4_8x16_mmx: 1947
sad_x4_8x16_mmx_c64: 1382
sad_x4_8x16_mmx_c32: 1693
sad_x4_16x8_c: 15828
sad_x4_16x8_mmx: 1877
sad_x4_16x8_mmx_c64: 1699
sad_x4_16x8_mmx_c32: 2290
sad_x4_16x8_sse2: 1849
sad_x4_16x8_sse2_c64: 1374
sad_x4_16x8_sse3_c64: 1855
sad_x4_16x8_ssse3_c64: 1294
sad_x4_16x16_c: 7178
sad_x4_16x16_mmx: 3570
sad_x4_16x16_mmx_c64: 2845
sad_x4_16x16_mmx_c32: 3706
sad_x4_16x16_sse2: 3543
sad_x4_16x16_sse2_c64: 2319
sad_x4_16x16_sse3_c64: 3547
sad_x4_16x16_ssse3_c64: 2180
satd_4x4_c: 1526
satd_4x4_mmx: 645
satd_4x4_ssse3: 618
satd_4x8_c: 3206
satd_4x8_mmx: 1038
satd_4x8_ssse3: 1000
satd_8x4_c: 3132
satd_8x4_mmx: 988
satd_8x4_sse2: 855
satd_8x4_ssse3: 856
satd_8x4_sse4: 895
satd_8x8_c: 6068
satd_8x8_mmx: 1790
satd_8x8_sse2: 1546
satd_8x8_ssse3: 1418
satd_8x8_sse4: 1592
satd_8x16_c: 11857
satd_8x16_mmx: 3282
satd_8x16_sse2: 2829
satd_8x16_ssse3: 2619
satd_8x16_sse4: 2988
satd_16x8_c: 11602
satd_16x8_mmx: 3321
satd_16x8_sse2: 2824
satd_16x8_ssse3: 2665
satd_16x8_sse4: 2948
satd_16x16_c: 23150
satd_16x16_mmx: 6356
satd_16x16_sse2: 5453
satd_16x16_ssse3: 5006
satd_16x16_sse4: 5753
ssd_4x4_c: 746
ssd_4x4_mmx: 261
ssd_4x8_c: 1238
ssd_4x8_mmx: 401
ssd_8x4_c: 1475
ssd_8x4_mmx: 340
ssd_8x4_sse2: 250
ssd_8x8_c: 2876
ssd_8x8_mmx: 501
ssd_8x8_sse2: 501
ssd_8x16_c: 5717
ssd_8x16_mmx: 990
ssd_8x16_sse2: 870
ssd_16x8_c: 5443
ssd_16x8_mmx: 1050
ssd_16x8_sse2: 750
ssd_16x16_c: 10720
ssd_16x16_mmx: 1981
ssd_16x16_sse2: 1390
sub4x4_dct_c: 1047
sub4x4_dct_mmx: 381
sub8x8_dct_c: 4227
sub8x8_dct_mmx: 1263
sub8x8_dct_sse2: 1168
sub8x8_dct8_c: 8088
sub8x8_dct8_mmx: 1882
sub8x8_dct8_sse2: 1291
sub16x16_dct_c: 16719
sub16x16_dct_mmx: 5133
sub16x16_dct_sse2: 4502
sub16x16_dct8_c: 33177
sub16x16_dct8_mmx: 7030
sub16x16_dct8_sse2: 4780
zigzag_scan_4x4_field_c: 150
zigzag_scan_4x4_field_mmx: 130
zigzag_sub_4x4_frame_c: 423
zigzag_sub_4x4_frame_ssse3: 291
Intel T7700
add4x4_idct_c: 2092
add4x4_idct_mmx: 430
add8x8_idct_c: 7568
add8x8_idct_mmx: 1343
add8x8_idct_sse2: 1115
add8x8_idct8_c: 14194
add8x8_idct8_mmx: 1895
add8x8_idct8_sse2: 1282
add16x16_idct_c: 33468
add16x16_idct_mmx: 5239
add16x16_idct_sse2: 4388
add16x16_idct8_c: 56491
add16x16_idct8_mmx: 7222
add16x16_idct8_sse2: 5013
avg_4x2_c: 332
avg_4x2_mmx: 130
avg_4x4_c: 687
avg_4x4_mmx: 165
avg_4x8_c: 888
avg_4x8_mmx: 249
avg_8x4_c: 904
avg_8x4_mmx: 172
avg_8x8_c: 1484
avg_8x8_mmx: 247
avg_8x16_c: 2820
avg_8x16_mmx: 441
avg_16x8_c: 2784
avg_16x8_mmx: 444
avg_16x8_sse2: 306
avg_16x16_c: 5347
avg_16x16_mmx: 756
avg_16x16_sse2: 612
avg_weight_4x4_c: 925
avg_weight_4x4_mmx: 420
avg_weight_8x4_c: 1509
avg_weight_8x4_mmx: 766
avg_weight_8x8_c: 3069
avg_weight_8x8_mmx: 1305
avg_weight_8x16_c: 5932
avg_weight_8x16_mmx: 2333
avg_weight_16x8_c: 5584
avg_weight_16x8_mmx: 1912
avg_weight_16x16_c: 11030
avg_weight_16x16_mmx: 3425
cabac_encode_decision_c: 1843881
cabac_encode_decision_mmx: 1459760
dct4x4dc_c: 832
dct4x4dc_mmx: 310
deblock_h_chroma_c: 1280
deblock_h_chroma_mmx: 790
deblock_h_chroma_intra_c: 1010
deblock_h_chroma_intra_mmx: 640
deblock_h_luma_c: 3626
deblock_h_luma_mmx: 2137
deblock_h_luma_sse2: 1734
deblock_h_luma_intra_c: 3761
deblock_h_luma_intra_mmx: 3153
deblock_h_luma_intra_sse2: 2330
deblock_v_chroma_c: 1378
deblock_v_chroma_mmx: 390
deblock_v_chroma_intra_c: 1084
deblock_v_chroma_intra_mmx: 402
deblock_v_luma_c: 3999
deblock_v_luma_mmx: 1179
deblock_v_luma_sse2: 601
deblock_v_luma_intra_c: 4536
deblock_v_luma_intra_mmx: 1852
deblock_v_luma_intra_sse2: 891
dequant_4x4_cqm_c: 622
dequant_4x4_cqm_mmx: 268
dequant_4x4_cqm_sse2: 235
dequant_4x4_flat_c: 620
dequant_4x4_flat_mmx: 200
dequant_4x4_flat_sse2: 159
dequant_8x8_cqm_c: 2490
dequant_8x8_cqm_mmx: 922
dequant_8x8_cqm_sse2: 674
dequant_8x8_flat_c: 2437
dequant_8x8_flat_mmx: 495
dequant_8x8_flat_sse2: 390
esa_ads_c: 3693
esa_ads_mmx: 1293
esa_ads_sse2: 1245
esa_ads_ssse3: 1192
get_ref_4x4_c: 1124
get_ref_4x4_mmx: 493
get_ref_4x4_mmx_c64: 496
get_ref_4x4_mmx_c32: 492
get_ref_4x4_sse2: 494
get_ref_4x4_sse2_c64: 492
get_ref_4x4_sse3_c64: 494
get_ref_4x8_c: 2029
get_ref_4x8_mmx: 626
get_ref_4x8_mmx_c64: 618
get_ref_4x8_mmx_c32: 624
get_ref_4x8_sse2: 626
get_ref_4x8_sse2_c64: 625
get_ref_4x8_sse3_c64: 627
get_ref_8x4_c: 1650
get_ref_8x4_mmx: 516
get_ref_8x4_mmx_c64: 468
get_ref_8x4_mmx_c32: 486
get_ref_8x4_sse2: 515
get_ref_8x4_sse2_c64: 472
get_ref_8x4_sse3_c64: 472
get_ref_8x8_c: 2741
get_ref_8x8_mmx: 690
get_ref_8x8_mmx_c64: 549
get_ref_8x8_mmx_c32: 578
get_ref_8x8_sse2: 686
get_ref_8x8_sse2_c64: 556
get_ref_8x8_sse3_c64: 554
get_ref_8x16_c: 5316
get_ref_8x16_mmx: 1012
get_ref_8x16_mmx_c64: 750
get_ref_8x16_mmx_c32: 788
get_ref_8x16_sse2: 1009
get_ref_8x16_sse2_c64: 752
get_ref_8x16_sse3_c64: 753
get_ref_12x10_c: 4474
get_ref_12x10_mmx: 1096
get_ref_12x10_mmx_c64: 914
get_ref_12x10_mmx_c32: 1016
get_ref_12x10_sse2: 1094
get_ref_12x10_sse2_c64: 878
get_ref_12x10_sse3_c64: 1139
get_ref_16x8_c: 4310
get_ref_16x8_mmx: 1007
get_ref_16x8_mmx_c64: 796
get_ref_16x8_mmx_c32: 912
get_ref_16x8_sse2: 987
get_ref_16x8_sse2_c64: 784
get_ref_16x8_sse3_c64: 989
get_ref_16x16_c: 2326
get_ref_16x16_mmx: 1632
get_ref_16x16_mmx_c64: 1233
get_ref_16x16_mmx_c32: 1470
get_ref_16x16_sse2: 1581
get_ref_16x16_sse2_c64: 1193
get_ref_16x16_sse3_c64: 1589
get_ref_20x18_c: 4926
get_ref_20x18_mmx: 2214
get_ref_20x18_mmx_c64: 1852
get_ref_20x18_mmx_c32: 2245
get_ref_20x18_sse2: 2118
get_ref_20x18_sse2_c64: 1848
get_ref_20x18_sse3_c64: 2118
hpel_filter_c: 211182
hpel_filter_mmx: 115523
hpel_filter_sse2: 59387
hpel_filter_ssse3: 53935
idct4x4dc_c: 1054
idct4x4dc_mmx: 229
intra_predict_4x4_ddl_c: 312
intra_predict_4x4_ddl_mmx: 212
intra_predict_4x4_vl_c: 391
intra_predict_4x4_vl_mmx: 210
intra_predict_8x8_dc_c: 321
intra_predict_8x8_dc_mmx: 130
intra_predict_8x8_dcl_c: 240
intra_predict_8x8_dcl_mmx: 130
intra_predict_8x8_dct_c: 240
intra_predict_8x8_dct_mmx: 130
intra_predict_8x8_ddl_c: 1130
intra_predict_8x8_ddl_mmx: 347
intra_predict_8x8_ddl_sse2: 271
intra_predict_8x8_ddr_c: 1120
intra_predict_8x8_ddr_mmx: 486
intra_predict_8x8_ddr_sse2: 300
intra_predict_8x8_v_c: 149
intra_predict_8x8_v_mmx: 120
intra_predict_8x8_vl_c: 1090
intra_predict_8x8_vl_sse2: 283
intra_predict_8x8_vr_c: 1138
intra_predict_8x8_vr_mmx: 623
intra_predict_8x8c_dc_c: 356
intra_predict_8x8c_dc_mmx: 369
intra_predict_8x8c_p_c: 2433
intra_predict_8x8c_p_mmx: 889
intra_predict_8x8c_v_c: 131
intra_predict_8x8c_v_mmx: 120
intra_predict_16x16_dc_c: 1143
intra_predict_16x16_dc_mmx: 804
intra_predict_16x16_dc_sse2: 498
intra_predict_16x16_dct_c: 950
intra_predict_16x16_dct_mmx: 579
intra_predict_16x16_dct_sse2: 292
intra_predict_16x16_p_c: 7792
intra_predict_16x16_p_mmx: 1724
intra_predict_16x16_p_sse2: 1379
intra_predict_16x16_v_c: 787
intra_predict_16x16_v_mmx: 488
intra_predict_16x16_v_sse2: 183
intra_sa8d_x3_8x8_mmx: 3600
intra_satd_x3_4x4_mmx: 704
intra_satd_x3_4x4_ssse3: 728
intra_satd_x3_8x8c_mmx: 2284
intra_satd_x3_8x8c_ssse3: 2152
intra_satd_x3_16x16_mmx: 7480
intra_satd_x3_16x16_ssse3: 6913
mc_chroma_2x2_c: 722
mc_chroma_2x2_mmx: 453
mc_chroma_2x4_c: 1204
mc_chroma_2x4_mmx: 585
mc_chroma_4x2_c: 1044
mc_chroma_4x2_mmx: 456
mc_chroma_4x4_c: 1832
mc_chroma_4x4_mmx: 593
mc_chroma_4x8_c: 3379
mc_chroma_4x8_mmx: 956
mc_chroma_8x4_c: 3122
mc_chroma_8x4_mmx: 908
mc_chroma_8x8_c: 5964
mc_chroma_8x8_mmx: 1463
mc_luma_4x4_c: 1192
mc_luma_4x4_mmx: 526
mc_luma_4x4_mmx_c64: 522
mc_luma_4x4_mmx_c32: 524
mc_luma_4x4_sse2: 524
mc_luma_4x4_sse2_c64: 525
mc_luma_4x4_sse3_c64: 525
mc_luma_4x8_c: 1962
mc_luma_4x8_mmx: 660
mc_luma_4x8_mmx_c64: 657
mc_luma_4x8_mmx_c32: 656
mc_luma_4x8_sse2: 658
mc_luma_4x8_sse2_c64: 659
mc_luma_4x8_sse3_c64: 659
mc_luma_8x4_c: 1656
mc_luma_8x4_mmx: 556
mc_luma_8x4_mmx_c64: 514
mc_luma_8x4_mmx_c32: 531
mc_luma_8x4_sse2: 555
mc_luma_8x4_sse2_c64: 514
mc_luma_8x4_sse3_c64: 513
mc_luma_8x8_c: 2745
mc_luma_8x8_mmx: 725
mc_luma_8x8_mmx_c64: 600
mc_luma_8x8_mmx_c32: 624
mc_luma_8x8_sse2: 719
mc_luma_8x8_sse2_c64: 601
mc_luma_8x8_sse3_c64: 596
mc_luma_8x16_c: 5186
mc_luma_8x16_mmx: 1127
mc_luma_8x16_mmx_c64: 866
mc_luma_8x16_mmx_c32: 908
mc_luma_8x16_sse2: 1124
mc_luma_8x16_sse2_c64: 864
mc_luma_8x16_sse3_c64: 865
mc_luma_16x8_c: 4437
mc_luma_16x8_mmx: 1114
mc_luma_16x8_mmx_c64: 937
mc_luma_16x8_mmx_c32: 1067
mc_luma_16x8_sse2: 1108
mc_luma_16x8_sse2_c64: 938
mc_luma_16x8_sse3_c64: 1112
mc_luma_16x16_c: 2211
mc_luma_16x16_mmx: 1835
mc_luma_16x16_mmx_c64: 1468
mc_luma_16x16_mmx_c32: 1714
mc_luma_16x16_sse2: 1777
mc_luma_16x16_sse2_c64: 1436
mc_luma_16x16_sse3_c64: 1786
quant_2x2_dc_c: 282
quant_2x2_dc_mmx: 150
quant_2x2_dc_ssse3: 140
quant_4x4_c: 672
quant_4x4_mmx: 279
quant_4x4_sse2: 150
quant_4x4_ssse3: 130
quant_4x4_dc_c: 690
quant_4x4_dc_mmx: 260
quant_4x4_dc_sse2: 160
quant_4x4_dc_ssse3: 150
quant_8x8_c: 3245
quant_8x8_mmx: 685
quant_8x8_sse2: 409
quant_8x8_ssse3: 331
sa8d_8x8_c: 6244
sa8d_8x8_mmx: 2050
sa8d_8x8_sse2: 1568
sa8d_8x8_ssse3: 1491
sa8d_8x8_sse4: 1912
sa8d_16x16_c: 26261
sa8d_16x16_mmx: 8147
sa8d_16x16_sse2: 6144
sa8d_16x16_ssse3: 5937
sa8d_16x16_sse4: 7630
sad_4x4_c: 942
sad_4x4_mmx: 201
sad_4x8_c: 1365
sad_4x8_mmx: 275
sad_8x4_c: 1187
sad_8x4_mmx: 232
sad_8x4_mmx_c64: 189
sad_8x4_mmx_c32: 207
sad_8x8_c: 2231
sad_8x8_mmx: 393
sad_8x8_mmx_c64: 263
sad_8x8_mmx_c32: 287
sad_8x16_c: 4196
sad_8x16_mmx: 640
sad_8x16_mmx_c64: 424
sad_8x16_mmx_c32: 464
sad_16x8_c: 3711
sad_16x8_mmx: 648
sad_16x8_mmx_c64: 476
sad_16x8_mmx_c32: 567
sad_16x8_sse2: 577
sad_16x8_sse2_c64: 420
sad_16x8_sse3_c64: 576
sad_16x8_ssse3_c64: 386
sad_16x16_c: 7211
sad_16x16_mmx: 1173
sad_16x16_mmx_c64: 892
sad_16x16_mmx_c32: 1074
sad_16x16_sse2: 1013
sad_16x16_sse2_c64: 682
sad_16x16_sse3_c64: 1023
sad_16x16_ssse3_c64: 630
sad_x3_4x4_c: 2279
sad_x3_4x4_mmx: 362
sad_x3_4x8_c: 3801
sad_x3_4x8_mmx: 622
sad_x3_8x4_c: 3372
sad_x3_8x4_mmx: 512
sad_x3_8x8_c: 6572
sad_x3_8x8_mmx: 870
sad_x3_8x8_mmx_c64: 660
sad_x3_8x8_mmx_c32: 799
sad_x3_8x16_c: 13364
sad_x3_8x16_mmx: 1525
sad_x3_8x16_mmx_c64: 1052
sad_x3_8x16_mmx_c32: 1240
sad_x3_16x8_c: 11316
sad_x3_16x8_mmx: 1492
sad_x3_16x8_mmx_c64: 1246
sad_x3_16x8_mmx_c32: 1555
sad_x3_16x8_sse2: 1450
sad_x3_16x8_sse2_c64: 1043
sad_x3_16x8_sse3_c64: 1448
sad_x3_16x8_ssse3_c64: 995
sad_x3_16x16_c: 23319
sad_x3_16x16_mmx: 2776
sad_x3_16x16_mmx_c64: 2160
sad_x3_16x16_mmx_c32: 2700
sad_x3_16x16_sse2: 2736
sad_x3_16x16_sse2_c64: 1783
sad_x3_16x16_sse3_c64: 2732
sad_x3_16x16_ssse3_c64: 1672
sad_x4_4x4_c: 3052
sad_x4_4x4_mmx: 464
sad_x4_4x8_c: 5092
sad_x4_4x8_mmx: 805
sad_x4_8x4_c: 4576
sad_x4_8x4_mmx: 653
sad_x4_8x8_c: 9040
sad_x4_8x8_mmx: 1061
sad_x4_8x8_mmx_c64: 889
sad_x4_8x8_mmx_c32: 1101
sad_x4_8x16_c: 17812
sad_x4_8x16_mmx: 1935
sad_x4_8x16_mmx_c64: 1384
sad_x4_8x16_mmx_c32: 1696
sad_x4_16x8_c: 15848
sad_x4_16x8_mmx: 1878
sad_x4_16x8_mmx_c64: 1684
sad_x4_16x8_mmx_c32: 2253
sad_x4_16x8_sse2: 1854
sad_x4_16x8_sse2_c64: 1375
sad_x4_16x8_sse3_c64: 1852
sad_x4_16x8_ssse3_c64: 1298
sad_x4_16x16_c: 7134
sad_x4_16x16_mmx: 3547
sad_x4_16x16_mmx_c64: 2839
sad_x4_16x16_mmx_c32: 3698
sad_x4_16x16_sse2: 3514
sad_x4_16x16_sse2_c64: 2322
sad_x4_16x16_sse3_c64: 3514
sad_x4_16x16_ssse3_c64: 2181
satd_4x4_c: 1532
satd_4x4_mmx: 664
satd_4x4_ssse3: 606
satd_4x8_c: 3206
satd_4x8_mmx: 1034
satd_4x8_ssse3: 1009
satd_8x4_c: 3143
satd_8x4_mmx: 985
satd_8x4_sse2: 849
satd_8x4_ssse3: 855
satd_8x4_sse4: 892
satd_8x8_c: 6084
satd_8x8_mmx: 1779
satd_8x8_sse2: 1526
satd_8x8_ssse3: 1420
satd_8x8_sse4: 1595
satd_8x16_c: 11862
satd_8x16_mmx: 3279
satd_8x16_sse2: 2815
satd_8x16_ssse3: 2622
satd_8x16_sse4: 2981
satd_16x8_c: 11657
satd_16x8_mmx: 3305
satd_16x8_sse2: 2805
satd_16x8_ssse3: 2662
satd_16x8_sse4: 2954
satd_16x16_c: 23142
satd_16x16_mmx: 6343
satd_16x16_sse2: 5443
satd_16x16_ssse3: 5006
satd_16x16_sse4: 5750
ssd_4x4_c: 751
ssd_4x4_mmx: 261
ssd_4x8_c: 1236
ssd_4x8_mmx: 400
ssd_8x4_c: 1474
ssd_8x4_mmx: 338
ssd_8x4_sse2: 251
ssd_8x8_c: 2891
ssd_8x8_mmx: 501
ssd_8x8_sse2: 499
ssd_8x16_c: 5742
ssd_8x16_mmx: 990
ssd_8x16_sse2: 870
ssd_16x8_c: 5412
ssd_16x8_mmx: 1049
ssd_16x8_sse2: 748
ssd_16x16_c: 10790
ssd_16x16_mmx: 1979
ssd_16x16_sse2: 1387
sub4x4_dct_c: 1087
sub4x4_dct_mmx: 384
sub8x8_dct_c: 4240
sub8x8_dct_mmx: 1296
sub8x8_dct_sse2: 1167
sub8x8_dct8_c: 8077
sub8x8_dct8_mmx: 1873
sub8x8_dct8_sse2: 1290
sub16x16_dct_c: 16834
sub16x16_dct_mmx: 5157
sub16x16_dct_sse2: 4507
sub16x16_dct8_c: 32851
sub16x16_dct8_mmx: 7026
sub16x16_dct8_sse2: 4797
zigzag_scan_4x4_field_c: 150
zigzag_scan_4x4_field_mmx: 128
zigzag_sub_4x4_frame_c: 421
zigzag_sub_4x4_frame_ssse3: 263
Selur
4th June 2008, 07:19
Q9450@2.6add4x4_idct_c: 2073
add4x4_idct_mmx: 323
add8x8_idct_c: 7583
add8x8_idct_mmx: 1297
add8x8_idct_sse2: 884
add8x8_idct8_c: 14224
add8x8_idct8_mmx: 1841
add8x8_idct8_sse2: 989
add16x16_idct_c: 33417
add16x16_idct_mmx: 5116
add16x16_idct_sse2: 3453
add16x16_idct8_c: 56429
add16x16_idct8_mmx: 7154
add16x16_idct8_sse2: 3665
avg_4x2_c: 246
avg_4x2_mmx: 144
avg_4x4_c: 396
avg_4x4_mmx: 186
avg_4x8_c: 757
avg_4x8_mmx: 258
avg_8x4_c: 703
avg_8x4_mmx: 190
avg_8x8_c: 1475
avg_8x8_mmx: 261
avg_8x16_c: 3018
avg_8x16_mmx: 383
avg_16x8_c: 2668
avg_16x8_mmx: 332
avg_16x8_sse2: 294
avg_16x16_c: 5239
avg_16x16_mmx: 636
avg_16x16_sse2: 486
avg_weight_4x4_c: 837
avg_weight_4x4_mmx: 408
avg_weight_8x4_c: 1448
avg_weight_8x4_mmx: 760
avg_weight_8x8_c: 2961
avg_weight_8x8_mmx: 1252
avg_weight_8x16_c: 5820
avg_weight_8x16_mmx: 2302
avg_weight_16x8_c: 5504
avg_weight_16x8_mmx: 1860
avg_weight_16x16_c: 10986
avg_weight_16x16_mmx: 3375
cabac_encode_decision_c: 1797074
cabac_encode_decision_mmx: 1385482
dct4x4dc_c: 764
dct4x4dc_mmx: 289
deblock_h_chroma_c: 1182
deblock_h_chroma_mmx: 722
deblock_h_chroma_intra_c: 931
deblock_h_chroma_intra_mmx: 657
deblock_h_luma_c: 3602
deblock_h_luma_mmx: 2111
deblock_h_luma_sse2: 1692
deblock_h_luma_intra_c: 3622
deblock_h_luma_intra_mmx: 3100
deblock_h_luma_intra_sse2: 2266
deblock_v_chroma_c: 1292
deblock_v_chroma_mmx: 336
deblock_v_chroma_intra_c: 995
deblock_v_chroma_intra_mmx: 299
deblock_v_luma_c: 3925
deblock_v_luma_mmx: 1140
deblock_v_luma_sse2: 510
deblock_v_luma_intra_c: 4478
deblock_v_luma_intra_mmx: 1772
deblock_v_luma_intra_sse2: 827
dequant_4x4_cqm_c: 528
dequant_4x4_cqm_mmx: 240
dequant_4x4_cqm_sse2: 180
dequant_4x4_flat_c: 534
dequant_4x4_flat_mmx: 160
dequant_4x4_flat_sse2: 150
dequant_8x8_cqm_c: 2234
dequant_8x8_cqm_mmx: 800
dequant_8x8_cqm_sse2: 512
dequant_8x8_flat_c: 2163
dequant_8x8_flat_mmx: 424
dequant_8x8_flat_sse2: 287
esa_ads_c: 3533
esa_ads_mmx: 1162
esa_ads_sse2: 1065
esa_ads_ssse3: 1034
get_ref_4x4_c: 1053
get_ref_4x4_mmx: 545
get_ref_4x4_mmx_c64: 535
get_ref_4x4_mmx_c32: 547
get_ref_4x4_sse2: 554
get_ref_4x4_sse2_c64: 544
get_ref_4x4_sse3_c64: 542
get_ref_4x8_c: 1895
get_ref_4x8_mmx: 718
get_ref_4x8_mmx_c64: 700
get_ref_4x8_mmx_c32: 722
get_ref_4x8_sse2: 723
get_ref_4x8_sse2_c64: 724
get_ref_4x8_sse3_c64: 710
get_ref_8x4_c: 1430
get_ref_8x4_mmx: 582
get_ref_8x4_mmx_c64: 460
get_ref_8x4_mmx_c32: 478
get_ref_8x4_sse2: 588
get_ref_8x4_sse2_c64: 462
get_ref_8x4_sse3_c64: 464
get_ref_8x8_c: 2672
get_ref_8x8_mmx: 787
get_ref_8x8_mmx_c64: 533
get_ref_8x8_mmx_c32: 563
get_ref_8x8_sse2: 798
get_ref_8x8_sse2_c64: 544
get_ref_8x8_sse3_c64: 539
get_ref_8x16_c: 5141
get_ref_8x16_mmx: 1212
get_ref_8x16_mmx_c64: 703
get_ref_8x16_mmx_c32: 750
get_ref_8x16_sse2: 1228
get_ref_8x16_sse2_c64: 715
get_ref_8x16_sse3_c64: 708
get_ref_12x10_c: 4268
get_ref_12x10_mmx: 1312
get_ref_12x10_mmx_c64: 937
get_ref_12x10_mmx_c32: 1052
get_ref_12x10_sse2: 1324
get_ref_12x10_sse2_c64: 868
get_ref_12x10_sse3_c64: 1362
get_ref_16x8_c: 4227
get_ref_16x8_mmx: 1194
get_ref_16x8_mmx_c64: 766
get_ref_16x8_mmx_c32: 897
get_ref_16x8_sse2: 1196
get_ref_16x8_sse2_c64: 775
get_ref_16x8_sse3_c64: 1164
get_ref_16x16_c: 2116
get_ref_16x16_mmx: 2064
get_ref_16x16_mmx_c64: 1190
get_ref_16x16_mmx_c32: 1448
get_ref_16x16_sse2: 2019
get_ref_16x16_sse2_c64: 1169
get_ref_16x16_sse3_c64: 1966
get_ref_20x18_c: 4790
get_ref_20x18_mmx: 2875
get_ref_20x18_mmx_c64: 1904
get_ref_20x18_mmx_c32: 2792
get_ref_20x18_sse2: 2801
get_ref_20x18_sse2_c64: 1917
get_ref_20x18_sse3_c64: 2750
hpel_filter_c: 207738
hpel_filter_mmx: 85822
hpel_filter_sse2: 46882
hpel_filter_ssse3: 43210
idct4x4dc_c: 948
idct4x4dc_mmx: 230
intra_predict_4x4_ddl_c: 392
intra_predict_4x4_ddl_mmx: 184
intra_predict_4x4_vl_c: 402
intra_predict_4x4_vl_mmx: 132
intra_predict_8x8_dc_c: 341
intra_predict_8x8_dc_mmx: 140
intra_predict_8x8_dcl_c: 240
intra_predict_8x8_dcl_mmx: 130
intra_predict_8x8_dct_c: 240
intra_predict_8x8_dct_mmx: 130
intra_predict_8x8_ddl_c: 1114
intra_predict_8x8_ddl_mmx: 297
intra_predict_8x8_ddl_sse2: 217
intra_predict_8x8_ddr_c: 1164
intra_predict_8x8_ddr_mmx: 347
intra_predict_8x8_ddr_sse2: 237
intra_predict_8x8_v_c: 140
intra_predict_8x8_v_mmx: 120
intra_predict_8x8_vl_c: 993
intra_predict_8x8_vl_sse2: 169
intra_predict_8x8_vr_c: 1133
intra_predict_8x8_vr_mmx: 512
intra_predict_8x8c_dc_c: 336
intra_predict_8x8c_dc_mmx: 372
intra_predict_8x8c_p_c: 2312
intra_predict_8x8c_p_mmx: 766
intra_predict_8x8c_v_c: 136
intra_predict_8x8c_v_mmx: 103
intra_predict_16x16_dc_c: 1046
intra_predict_16x16_dc_mmx: 716
intra_predict_16x16_dc_sse2: 488
intra_predict_16x16_dct_c: 854
intra_predict_16x16_dct_mmx: 467
intra_predict_16x16_dct_sse2: 228
intra_predict_16x16_p_c: 7674
intra_predict_16x16_p_mmx: 1654
intra_predict_16x16_p_sse2: 1129
intra_predict_16x16_v_c: 750
intra_predict_16x16_v_mmx: 418
intra_predict_16x16_v_sse2: 170
intra_sa8d_x3_8x8_mmx: 3360
intra_satd_x3_4x4_mmx: 682
intra_satd_x3_4x4_ssse3: 661
intra_satd_x3_8x8c_mmx: 2213
intra_satd_x3_8x8c_ssse3: 2112
intra_satd_x3_16x16_mmx: 7262
intra_satd_x3_16x16_ssse3: 6758
mc_chroma_2x2_c: 609
mc_chroma_2x2_mmx: 345
mc_chroma_2x4_c: 1102
mc_chroma_2x4_mmx: 487
mc_chroma_4x2_c: 939
mc_chroma_4x2_mmx: 351
mc_chroma_4x4_c: 1716
mc_chroma_4x4_mmx: 496
mc_chroma_4x8_c: 3278
mc_chroma_4x8_mmx: 791
mc_chroma_8x4_c: 3014
mc_chroma_8x4_mmx: 790
mc_chroma_8x8_c: 5869
mc_chroma_8x8_mmx: 1360
mc_luma_4x4_c: 1048
mc_luma_4x4_mmx: 576
mc_luma_4x4_mmx_c64: 573
mc_luma_4x4_mmx_c32: 579
mc_luma_4x4_sse2: 588
mc_luma_4x4_sse2_c64: 578
mc_luma_4x4_sse3_c64: 579
mc_luma_4x8_c: 1889
mc_luma_4x8_mmx: 764
mc_luma_4x8_mmx_c64: 760
mc_luma_4x8_mmx_c32: 772
mc_luma_4x8_sse2: 780
mc_luma_4x8_sse2_c64: 764
mc_luma_4x8_sse3_c64: 768
mc_luma_8x4_c: 1432
mc_luma_8x4_mmx: 642
mc_luma_8x4_mmx_c64: 520
mc_luma_8x4_mmx_c32: 534
mc_luma_8x4_sse2: 647
mc_luma_8x4_sse2_c64: 519
mc_luma_8x4_sse3_c64: 521
mc_luma_8x8_c: 2678
mc_luma_8x8_mmx: 890
mc_luma_8x8_mmx_c64: 640
mc_luma_8x8_mmx_c32: 664
mc_luma_8x8_sse2: 898
mc_luma_8x8_sse2_c64: 637
mc_luma_8x8_sse3_c64: 639
mc_luma_8x16_c: 5137
mc_luma_8x16_mmx: 1378
mc_luma_8x16_mmx_c64: 877
mc_luma_8x16_mmx_c32: 918
mc_luma_8x16_sse2: 1394
mc_luma_8x16_sse2_c64: 872
mc_luma_8x16_sse3_c64: 876
mc_luma_16x8_c: 4235
mc_luma_16x8_mmx: 1361
mc_luma_16x8_mmx_c64: 927
mc_luma_16x8_mmx_c32: 1049
mc_luma_16x8_sse2: 1342
mc_luma_16x8_sse2_c64: 906
mc_luma_16x8_sse3_c64: 1328
mc_luma_16x16_c: 2113
mc_luma_16x16_mmx: 2388
mc_luma_16x16_mmx_c64: 1529
mc_luma_16x16_mmx_c32: 1770
mc_luma_16x16_sse2: 2313
mc_luma_16x16_sse2_c64: 1451
mc_luma_16x16_sse3_c64: 2282
quant_2x2_dc_c: 261
quant_2x2_dc_mmx: 130
quant_2x2_dc_ssse3: 120
quant_4x4_c: 586
quant_4x4_mmx: 213
quant_4x4_sse2: 154
quant_4x4_ssse3: 134
quant_4x4_dc_c: 658
quant_4x4_dc_mmx: 209
quant_4x4_dc_sse2: 160
quant_4x4_dc_ssse3: 150
quant_8x8_c: 2828
quant_8x8_mmx: 648
quant_8x8_sse2: 364
quant_8x8_ssse3: 268
sa8d_8x8_c: 6145
sa8d_8x8_mmx: 2024
sa8d_8x8_sse2: 1216
sa8d_8x8_ssse3: 1175
sa8d_8x8_sse4: 1259
sa8d_16x16_c: 25796
sa8d_16x16_mmx: 8236
sa8d_16x16_sse2: 5086
sa8d_16x16_ssse3: 4852
sa8d_16x16_sse4: 5093
sad_4x4_c: 690
sad_4x4_mmx: 178
sad_4x8_c: 1290
sad_4x8_mmx: 267
sad_8x4_c: 1040
sad_8x4_mmx: 216
sad_8x4_mmx_c64: 192
sad_8x4_mmx_c32: 203
sad_8x8_c: 2048
sad_8x8_mmx: 344
sad_8x8_mmx_c64: 239
sad_8x8_mmx_c32: 259
sad_8x16_c: 4079
sad_8x16_mmx: 685
sad_8x16_mmx_c64: 400
sad_8x16_mmx_c32: 430
sad_16x8_c: 3596
sad_16x8_mmx: 618
sad_16x8_mmx_c64: 436
sad_16x8_mmx_c32: 493
sad_16x8_sse2: 541
sad_16x8_sse2_c64: 339
sad_16x8_sse3_c64: 542
sad_16x8_ssse3_c64: 323
sad_16x16_c: 7062
sad_16x16_mmx: 1286
sad_16x16_mmx_c64: 803
sad_16x16_mmx_c32: 903
sad_16x16_sse2: 1115
sad_16x16_sse2_c64: 598
sad_16x16_sse3_c64: 1117
sad_16x16_ssse3_c64: 580
sad_x3_4x4_c: 1954
sad_x3_4x4_mmx: 317
sad_x3_4x8_c: 3660
sad_x3_4x8_mmx: 558
sad_x3_8x4_c: 3221
sad_x3_8x4_mmx: 461
sad_x3_8x8_c: 6439
sad_x3_8x8_mmx: 778
sad_x3_8x8_mmx_c64: 574
sad_x3_8x8_mmx_c32: 692
sad_x3_8x16_c: 13260
sad_x3_8x16_mmx: 1620
sad_x3_8x16_mmx_c64: 948
sad_x3_8x16_mmx_c32: 1132
sad_x3_16x8_c: 11080
sad_x3_16x8_mmx: 1443
sad_x3_16x8_mmx_c64: 1120
sad_x3_16x8_mmx_c32: 1427
sad_x3_16x8_sse2: 1410
sad_x3_16x8_sse2_c64: 891
sad_x3_16x8_sse3_c64: 1397
sad_x3_16x8_ssse3_c64: 862
sad_x3_16x16_c: 23318
sad_x3_16x16_mmx: 3081
sad_x3_16x16_mmx_c64: 2025
sad_x3_16x16_mmx_c32: 2570
sad_x3_16x16_sse2: 3010
sad_x3_16x16_sse2_c64: 1543
sad_x3_16x16_sse3_c64: 3008
sad_x3_16x16_ssse3_c64: 1514
sad_x4_4x4_c: 2740
sad_x4_4x4_mmx: 428
sad_x4_4x8_c: 4990
sad_x4_4x8_mmx: 721
sad_x4_8x4_c: 4396
sad_x4_8x4_mmx: 634
sad_x4_8x8_c: 8783
sad_x4_8x8_mmx: 1055
sad_x4_8x8_mmx_c64: 834
sad_x4_8x8_mmx_c32: 1019
sad_x4_8x16_c: 17635
sad_x4_8x16_mmx: 2168
sad_x4_8x16_mmx_c64: 1355
sad_x4_8x16_mmx_c32: 1649
sad_x4_16x8_c: 15722
sad_x4_16x8_mmx: 1834
sad_x4_16x8_mmx_c64: 1519
sad_x4_16x8_mmx_c32: 1990
sad_x4_16x8_sse2: 1813
sad_x4_16x8_sse2_c64: 1213
sad_x4_16x8_sse3_c64: 1813
sad_x4_16x8_ssse3_c64: 1178
sad_x4_16x16_c: 6983
sad_x4_16x16_mmx: 3989
sad_x4_16x16_mmx_c64: 2711
sad_x4_16x16_mmx_c32: 3561
sad_x4_16x16_sse2: 3960
sad_x4_16x16_sse2_c64: 2101
sad_x4_16x16_sse3_c64: 3953
sad_x4_16x16_ssse3_c64: 2075
satd_4x4_c: 1357
satd_4x4_mmx: 556
satd_4x4_ssse3: 502
satd_4x8_c: 3024
satd_4x8_mmx: 945
satd_4x8_ssse3: 892
satd_8x4_c: 2948
satd_8x4_mmx: 902
satd_8x4_sse2: 665
satd_8x4_ssse3: 602
satd_8x4_sse4: 608
satd_8x8_c: 5842
satd_8x8_mmx: 1667
satd_8x8_sse2: 1104
satd_8x8_ssse3: 999
satd_8x8_sse4: 975
satd_8x16_c: 11509
satd_8x16_mmx: 3304
satd_8x16_sse2: 2042
satd_8x16_ssse3: 1902
satd_8x16_sse4: 1805
satd_16x8_c: 11371
satd_16x8_mmx: 3176
satd_16x8_sse2: 2079
satd_16x8_ssse3: 1844
satd_16x8_sse4: 1759
satd_16x16_c: 22669
satd_16x16_mmx: 6312
satd_16x16_sse2: 3999
satd_16x16_ssse3: 3636
satd_16x16_sse4: 3480
ssd_4x4_c: 551
ssd_4x4_mmx: 230
ssd_4x8_c: 1140
ssd_4x8_mmx: 324
ssd_8x4_c: 1424
ssd_8x4_mmx: 320
ssd_8x4_sse2: 220
ssd_8x8_c: 2842
ssd_8x8_mmx: 560
ssd_8x8_sse2: 310
ssd_8x16_c: 5700
ssd_8x16_mmx: 960
ssd_8x16_sse2: 530
ssd_16x8_c: 5464
ssd_16x8_mmx: 980
ssd_16x8_sse2: 510
ssd_16x16_c: 10793
ssd_16x16_mmx: 1890
ssd_16x16_sse2: 950
sub4x4_dct_c: 998
sub4x4_dct_mmx: 315
sub8x8_dct_c: 4152
sub8x8_dct_mmx: 1217
sub8x8_dct_sse2: 754
sub8x8_dct8_c: 8079
sub8x8_dct8_mmx: 1685
sub8x8_dct8_sse2: 945
sub16x16_dct_c: 16550
sub16x16_dct_mmx: 4836
sub16x16_dct_sse2: 2964
sub16x16_dct8_c: 32737
sub16x16_dct8_mmx: 6873
sub16x16_dct8_sse2: 3618
zigzag_scan_4x4_field_c: 139
zigzag_scan_4x4_field_mmx: 110
zigzag_sub_4x4_frame_c: 349
zigzag_sub_4x4_frame_ssse3: 193
Shinigami-Sama
4th June 2008, 07:35
P4 northwood 130nm
socket 478 mPGA
add4x4_idct_c: 3289
add4x4_idct_mmx: 431
add8x8_idct_c: 15543
add8x8_idct_mmx: 2385
add8x8_idct_sse2: 1968
add8x8_idct8_c: 23982
add8x8_idct8_mmx: 3699
add8x8_idct8_sse2: 2517
add16x16_idct_c: 78551
add16x16_idct_mmx: 10218
add16x16_idct_sse2: 8238
add16x16_idct8_c: 94806
add16x16_idct8_mmx: 15857
add16x16_idct8_sse2: 10388
avg_4x2_c: 444
avg_4x2_mmx: 242
avg_4x4_c: 696
avg_4x4_mmx: 332
avg_4x8_c: 1224
avg_4x8_mmx: 478
avg_8x4_c: 1146
avg_8x4_mmx: 334
avg_8x8_c: 2134
avg_8x8_mmx: 478
avg_8x16_c: 4621
avg_8x16_mmx: 759
avg_16x8_c: 3709
avg_16x8_mmx: 631
avg_16x8_sse2: 594
avg_16x16_c: 8225
avg_16x16_mmx: 1259
avg_16x16_sse2: 973
avg_weight_4x4_c: 2485
avg_weight_4x4_mmx: 1432
avg_weight_8x4_c: 4849
avg_weight_8x4_mmx: 2137
avg_weight_8x8_c: 10167
avg_weight_8x8_mmx: 3078
avg_weight_8x16_c: 20538
avg_weight_8x16_mmx: 5102
avg_weight_16x8_c: 20148
avg_weight_16x8_mmx: 5029
avg_weight_16x16_c: 43200
avg_weight_16x16_mmx: 9228
cabac_encode_decision_c: 2847941
cabac_encode_decision_mmx: 1702654
dct4x4dc_c: 1280
dct4x4dc_mmx: 308
deblock_h_chroma_c: 2053
deblock_h_chroma_mmx: 1554
deblock_h_chroma_intra_c: 1197
deblock_h_chroma_intra_mmx: 1438
deblock_h_luma_c: 5925
deblock_h_luma_mmx: 4791
deblock_h_luma_sse2: 4779
deblock_h_luma_intra_c: 6020
deblock_h_luma_intra_mmx: 6821
deblock_h_luma_intra_sse2: 6606
deblock_v_chroma_c: 2217
deblock_v_chroma_mmx: 538
deblock_v_chroma_intra_c: 1620
deblock_v_chroma_intra_mmx: 480
deblock_v_luma_c: 5682
deblock_v_luma_mmx: 2354
deblock_v_luma_sse2: 1534
deblock_v_luma_intra_c: 7443
deblock_v_luma_intra_mmx: 3643
deblock_v_luma_intra_sse2: 2773
dequant_4x4_cqm_c: 1367
dequant_4x4_cqm_mmx: 483
dequant_4x4_cqm_sse2: 367
dequant_4x4_flat_c: 1368
dequant_4x4_flat_mmx: 297
dequant_4x4_flat_sse2: 242
dequant_8x8_cqm_c: 5642
dequant_8x8_cqm_mmx: 1765
dequant_8x8_cqm_sse2: 1156
dequant_8x8_flat_c: 5591
dequant_8x8_flat_mmx: 970
dequant_8x8_flat_sse2: 615
esa_ads_c: 4424
esa_ads_mmx: 2543
esa_ads_sse2: 2337
get_ref_4x4_c: 1815
get_ref_4x4_mmx: 1048
get_ref_4x4_mmx_c64: 1046
get_ref_4x4_mmx_c32: 1061
get_ref_4x4_sse2: 1052
get_ref_4x4_sse2_c64: 1051
get_ref_4x8_c: 3144
get_ref_4x8_mmx: 1300
get_ref_4x8_mmx_c64: 1297
get_ref_4x8_mmx_c32: 1315
get_ref_4x8_sse2: 1306
get_ref_4x8_sse2_c64: 1302
get_ref_8x4_c: 2441
get_ref_8x4_mmx: 1088
get_ref_8x4_mmx_c64: 922
get_ref_8x4_mmx_c32: 968
get_ref_8x4_sse2: 1091
get_ref_8x4_sse2_c64: 935
get_ref_8x8_c: 4281
get_ref_8x8_mmx: 1398
get_ref_8x8_mmx_c64: 1088
get_ref_8x8_mmx_c32: 1149
get_ref_8x8_sse2: 1402
get_ref_8x8_sse2_c64: 1102
get_ref_8x16_c: 18446744073709551616
get_ref_8x16_mmx: 1942
get_ref_8x16_mmx_c64: 1346
get_ref_8x16_mmx_c32: 1447
get_ref_8x16_sse2: 1954
get_ref_8x16_sse2_c64: 1363
get_ref_12x10_c: 6644
get_ref_12x10_mmx: 1965
get_ref_12x10_mmx_c64: 1578
get_ref_12x10_mmx_c32: 1724
get_ref_12x10_sse2: 1966
get_ref_12x10_sse2_c64: 1599
get_ref_16x8_c: 6618
get_ref_16x8_mmx: 1797
get_ref_16x8_mmx_c64: 1363
get_ref_16x8_mmx_c32: 1540
get_ref_16x8_sse2: 1903
get_ref_16x8_sse2_c64: 1430
get_ref_16x16_c: 4146
get_ref_16x16_mmx: 2914
get_ref_16x16_mmx_c64: 1978
get_ref_16x16_mmx_c32: 2266
get_ref_16x16_sse2: 2986
get_ref_16x16_sse2_c64: 2028
get_ref_20x18_c: 4083
get_ref_20x18_mmx: 3940
get_ref_20x18_mmx_c64: 2945
get_ref_20x18_mmx_c32: 3904
get_ref_20x18_sse2: 4002
get_ref_20x18_sse2_c64: 2906
hpel_filter_c: 367528
hpel_filter_mmx: 164887
hpel_filter_sse2: 148881
idct4x4dc_c: 1448
idct4x4dc_mmx: 255
intra_predict_4x4_ddl_c: 659
intra_predict_4x4_ddl_mmx: 300
intra_predict_4x4_vl_c: 536
intra_predict_4x4_vl_mmx: 198
intra_predict_8x8_dc_c: 502
intra_predict_8x8_dc_mmx: 245
intra_predict_8x8_dcl_c: 378
intra_predict_8x8_dcl_mmx: 247
intra_predict_8x8_dct_c: 362
intra_predict_8x8_dct_mmx: 250
intra_predict_8x8_ddl_c: 2420
intra_predict_8x8_ddl_mmx: 632
intra_predict_8x8_ddl_sse2: 548
intra_predict_8x8_ddr_c: 2519
intra_predict_8x8_ddr_mmx: 616
intra_predict_8x8_ddr_sse2: 550
intra_predict_8x8_v_c: 266
intra_predict_8x8_v_mmx: 194
intra_predict_8x8_vl_c: 2536
intra_predict_8x8_vl_sse2: 286
intra_predict_8x8_vr_c: 2736
intra_predict_8x8_vr_mmx: 1093
intra_predict_8x8c_dc_c: 584
intra_predict_8x8c_dc_mmx: 872
intra_predict_8x8c_p_c: 4295
intra_predict_8x8c_p_mmx: 2006
intra_predict_8x8c_v_c: 282
intra_predict_8x8c_v_mmx: 162
intra_predict_16x16_dc_c: 2148
intra_predict_16x16_dc_mmx: 2041
intra_predict_16x16_dc_sse2: 646
intra_predict_16x16_dct_c: 1920
intra_predict_16x16_dct_mmx: 1234
intra_predict_16x16_dct_sse2: 388
intra_predict_16x16_p_c: 12919
intra_predict_16x16_p_mmx: 3624
intra_predict_16x16_p_sse2: 2372
intra_predict_16x16_v_c: 2132
intra_predict_16x16_v_mmx: 1420
intra_predict_16x16_v_sse2: 386
intra_sa8d_x3_8x8_mmx: 6713
intra_satd_x3_4x4_mmx: 1584
intra_satd_x3_8x8c_mmx: 4543
intra_satd_x3_16x16_mmx: 14868
mc_chroma_2x2_c: 1748
mc_chroma_2x2_mmx: 683
mc_chroma_2x4_c: 2962
mc_chroma_2x4_mmx: 1019
mc_chroma_4x2_c: 2589
mc_chroma_4x2_mmx: 680
mc_chroma_4x4_c: 4885
mc_chroma_4x4_mmx: 1014
mc_chroma_4x8_c: 9060
mc_chroma_4x8_mmx: 1657
mc_chroma_8x4_c: 8196
mc_chroma_8x4_mmx: 1666
mc_chroma_8x8_c: 15536
mc_chroma_8x8_mmx: 2888
mc_luma_4x4_c: 1809
mc_luma_4x4_mmx: 1092
mc_luma_4x4_mmx_c64: 1088
mc_luma_4x4_mmx_c32: 1102
mc_luma_4x4_sse2: 1096
mc_luma_4x4_sse2_c64: 1096
mc_luma_4x8_c: 3154
mc_luma_4x8_mmx: 1332
mc_luma_4x8_mmx_c64: 1326
mc_luma_4x8_mmx_c32: 1343
mc_luma_4x8_sse2: 1337
mc_luma_4x8_sse2_c64: 1336
mc_luma_8x4_c: 2445
mc_luma_8x4_mmx: 1165
mc_luma_8x4_mmx_c64: 991
mc_luma_8x4_mmx_c32: 1032
mc_luma_8x4_sse2: 1174
mc_luma_8x4_sse2_c64: 1004
mc_luma_8x8_c: 4287
mc_luma_8x8_mmx: 1465
mc_luma_8x8_mmx_c64: 1175
mc_luma_8x8_mmx_c32: 1232
mc_luma_8x8_sse2: 1469
mc_luma_8x8_sse2_c64: 1189
mc_luma_8x16_c: 18446744073709551616
mc_luma_8x16_mmx: 2179
mc_luma_8x16_mmx_c64: 1592
mc_luma_8x16_mmx_c32: 1692
mc_luma_8x16_sse2: 2198
mc_luma_8x16_sse2_c64: 1620
mc_luma_16x8_c: 6647
mc_luma_16x8_mmx: 1969
mc_luma_16x8_mmx_c64: 1543
mc_luma_16x8_mmx_c32: 1722
mc_luma_16x8_sse2: 2073
mc_luma_16x8_sse2_c64: 1620
mc_luma_16x16_c: 4044
mc_luma_16x16_mmx: 3322
mc_luma_16x16_mmx_c64: 2401
mc_luma_16x16_mmx_c32: 2694
mc_luma_16x16_sse2: 3383
mc_luma_16x16_sse2_c64: 2414
quant_2x2_dc_c: 449
quant_2x2_dc_mmx: 160
quant_4x4_c: 1415
quant_4x4_mmx: 357
quant_4x4_sse2: 241
quant_4x4_dc_c: 1459
quant_4x4_dc_mmx: 310
quant_4x4_dc_sse2: 242
quant_8x8_c: 7010
quant_8x8_mmx: 1519
quant_8x8_sse2: 1072
sa8d_8x8_c: 9118
sa8d_8x8_mmx: 3774
sa8d_8x8_sse2: 3408
sa8d_16x16_c: 45004
sa8d_16x16_mmx: 15829
sa8d_16x16_sse2: 13734
sad_4x4_c: 837
sad_4x4_mmx: 294
sad_4x8_c: 1458
sad_4x8_mmx: 425
sad_8x4_c: 1307
sad_8x4_mmx: 352
sad_8x4_mmx_c64: 311
sad_8x4_mmx_c32: 318
sad_8x8_c: 2377
sad_8x8_mmx: 525
sad_8x8_mmx_c64: 424
sad_8x8_mmx_c32: 455
sad_8x16_c: 4850
sad_8x16_mmx: 972
sad_8x16_mmx_c64: 734
sad_8x16_mmx_c32: 819
sad_16x8_c: 4407
sad_16x8_mmx: 899
sad_16x8_mmx_c64: 692
sad_16x8_mmx_c32: 792
sad_16x8_sse2: 957
sad_16x8_sse2_c64: 660
sad_16x16_c: 8850
sad_16x16_mmx: 1882
sad_16x16_mmx_c64: 1476
sad_16x16_mmx_c32: 1707
sad_16x16_sse2: 1703
sad_16x16_sse2_c64: 1178
sad_x3_4x4_c: 2546
sad_x3_4x4_mmx: 535
sad_x3_4x8_c: 4580
sad_x3_4x8_mmx: 920
sad_x3_8x4_c: 3945
sad_x3_8x4_mmx: 713
sad_x3_8x8_c: 8042
sad_x3_8x8_mmx: 1360
sad_x3_8x8_mmx_c64: 1165
sad_x3_8x8_mmx_c32: 1437
sad_x3_8x16_c: 16305
sad_x3_8x16_mmx: 2807
sad_x3_8x16_mmx_c64: 2364
sad_x3_8x16_mmx_c32: 2771
sad_x3_16x8_c: 14023
sad_x3_16x8_mmx: 2471
sad_x3_16x8_mmx_c64: 2146
sad_x3_16x8_mmx_c32: 2733
sad_x3_16x8_sse2: 2360
sad_x3_16x8_sse2_c64: 2084
sad_x3_16x16_c: 4611686018427409408
sad_x3_16x16_mmx: 4884
sad_x3_16x16_mmx_c64: 4250
sad_x3_16x16_mmx_c32: 5352
sad_x3_16x16_sse2: 4530
sad_x3_16x16_sse2_c64: 3597
sad_x4_4x4_c: 3386
sad_x4_4x4_mmx: 662
sad_x4_4x8_c: 6522
sad_x4_4x8_mmx: 1340
sad_x4_8x4_c: 5355
sad_x4_8x4_mmx: 931
sad_x4_8x8_c: 10906
sad_x4_8x8_mmx: 1798
sad_x4_8x8_mmx_c64: 1752
sad_x4_8x8_mmx_c32: 2179
sad_x4_8x16_c: 22316
sad_x4_8x16_mmx: 3546
sad_x4_8x16_mmx_c64: 3175
sad_x4_8x16_mmx_c32: 3758
sad_x4_16x8_c: 19987
sad_x4_16x8_mmx: 3047
sad_x4_16x8_mmx_c64: 2871
sad_x4_16x8_mmx_c32: 3748
sad_x4_16x8_sse2: 3082
sad_x4_16x8_sse2_c64: 2819
sad_x4_16x16_c: 6925
sad_x4_16x16_mmx: 6010
sad_x4_16x16_mmx_c64: 5633
sad_x4_16x16_mmx_c32: 7366
sad_x4_16x16_sse2: 5850
sad_x4_16x16_sse2_c64: 4784
satd_4x4_c: 1782
satd_4x4_mmx: 874
satd_4x8_c: 4168
satd_4x8_mmx: 1572
satd_8x4_c: 4206
satd_8x4_mmx: 1592
satd_8x4_sse2: 1555
satd_8x8_c: 8412
satd_8x8_mmx: 3025
satd_8x8_sse2: 2657
satd_8x16_c: 17135
satd_8x16_mmx: 5943
satd_8x16_sse2: 5045
satd_16x8_c: 16909
satd_16x8_mmx: 5915
satd_16x8_sse2: 5087
satd_16x16_c: 34566
satd_16x16_mmx: 11760
satd_16x16_sse2: 10124
ssd_4x4_c: 968
ssd_4x4_mmx: 346
ssd_4x8_c: 1815
ssd_4x8_mmx: 676
ssd_8x4_c: 2208
ssd_8x4_mmx: 703
ssd_8x4_sse2: 422
ssd_8x8_c: 4633
ssd_8x8_mmx: 1291
ssd_8x8_sse2: 755
ssd_8x16_c: 8699
ssd_8x16_mmx: 2432
ssd_8x16_sse2: 1421
ssd_16x8_c: 11116
ssd_16x8_mmx: 2158
ssd_16x8_sse2: 1483
ssd_16x16_c: 22489
ssd_16x16_mmx: 4164
ssd_16x16_sse2: 2849
sub4x4_dct_c: 1766
sub4x4_dct_mmx: 439
sub8x8_dct_c: 6995
sub8x8_dct_mmx: 2202
sub8x8_dct_sse2: 1625
sub8x8_dct8_c: 16586
sub8x8_dct8_mmx: 3338
sub8x8_dct8_sse2: 2330
sub16x16_dct_c: 30192
sub16x16_dct_mmx: 9353
sub16x16_dct_sse2: 6773
sub16x16_dct8_c: 66932
sub16x16_dct8_mmx: 13620
sub16x16_dct8_sse2: 9698
zigzag_scan_4x4_field_c: 268
zigzag_scan_4x4_field_mmx: 158
Revol
4th June 2008, 07:51
AMD Athlon XP 2500+ [Barton core, 1830.0 MHz, Socket A]
add4x4_idct_c: 3026
add4x4_idct_mmx: 450
add8x8_idct_c: 11079
add8x8_idct_mmx: 1602
add8x8_idct8_c: 16605
add8x8_idct8_mmx: 2032
add16x16_idct_c: 46661
add16x16_idct_mmx: 6188
add16x16_idct8_c: 64873
add16x16_idct8_mmx: 7957
avg_4x2_c: 503
avg_4x2_mmx: 212
avg_4x4_c: 794
avg_4x4_mmx: 253
avg_4x8_c: 1488
avg_4x8_mmx: 342
avg_8x4_c: 1327
avg_8x4_mmx: 252
avg_8x8_c: 2558
avg_8x8_mmx: 344
avg_8x16_c: 5024
avg_8x16_mmx: 521
avg_16x8_c: 4832
avg_16x8_mmx: 512
avg_16x16_c: 9642
avg_16x16_mmx: 871
avg_weight_4x4_c: 1791
avg_weight_4x4_mmx: 447
avg_weight_8x4_c: 3428
avg_weight_8x4_mmx: 870
avg_weight_8x8_c: 6935
avg_weight_8x8_mmx: 1443
avg_weight_8x16_c: 13608
avg_weight_8x16_mmx: 2811
avg_weight_16x8_c: 13042
avg_weight_16x8_mmx: 2656
avg_weight_16x16_c: 26117
avg_weight_16x16_mmx: 5284
cabac_encode_decision_c: 1892822
cabac_encode_decision_mmx: 1802904
dct4x4dc_c: 1030
dct4x4dc_mmx: 320
deblock_h_chroma_c: 1914
deblock_h_chroma_mmx: 883
deblock_h_chroma_intra_c: 1365
deblock_h_chroma_intra_mmx: 787
deblock_h_luma_c: 5694
deblock_h_luma_mmx: 2478
deblock_h_luma_intra_c: 5302
deblock_h_luma_intra_mmx: 3690
deblock_v_chroma_c: 2006
deblock_v_chroma_mmx: 515
deblock_v_chroma_intra_c: 1617
deblock_v_chroma_intra_mmx: 450
deblock_v_luma_c: 6260
deblock_v_luma_mmx: 1698
deblock_v_luma_intra_c: 6571
deblock_v_luma_intra_mmx: 2411
dequant_4x4_cqm_c: 1125
dequant_4x4_cqm_mmx: 388
dequant_4x4_flat_c: 1120
dequant_4x4_flat_mmx: 310
dequant_8x8_cqm_c: 4726
dequant_8x8_cqm_mmx: 1216
dequant_8x8_flat_c: 4668
dequant_8x8_flat_mmx: 749
esa_ads_c: 5103
esa_ads_mmx: 1708
get_ref_4x4_c: 1527
get_ref_4x4_mmx: 610
get_ref_4x4_mmx_c64: 608
get_ref_4x4_mmx_c32: 609
get_ref_4x8_c: 2512
get_ref_4x8_mmx: 726
get_ref_4x8_mmx_c64: 723
get_ref_4x8_mmx_c32: 725
get_ref_8x4_c: 2195
get_ref_8x4_mmx: 618
get_ref_8x4_mmx_c64: 640
get_ref_8x4_mmx_c32: 653
get_ref_8x8_c: 3666
get_ref_8x8_mmx: 750
get_ref_8x8_mmx_c64: 775
get_ref_8x8_mmx_c32: 793
get_ref_8x16_c: 6768
get_ref_8x16_mmx: 1021
get_ref_8x16_mmx_c64: 1103
get_ref_8x16_mmx_c32: 1124
get_ref_12x10_c: 6561
get_ref_12x10_mmx: 972
get_ref_12x10_mmx_c64: 1088
get_ref_12x10_mmx_c32: 1202
get_ref_16x8_c: 6315
get_ref_16x8_mmx: 904
get_ref_16x8_mmx_c64: 1012
get_ref_16x8_mmx_c32: 1118
get_ref_16x16_c: 12147
get_ref_16x16_mmx: 1329
get_ref_16x16_mmx_c64: 1593
get_ref_16x16_mmx_c32: 1776
get_ref_20x18_c: 1615
get_ref_20x18_mmx: 1945
get_ref_20x18_mmx_c64: 2202
get_ref_20x18_mmx_c32: 2029
hpel_filter_c: 313080
hpel_filter_mmx: 51176
idct4x4dc_c: 1102
idct4x4dc_mmx: 269
intra_predict_4x4_ddl_c: 381
intra_predict_4x4_ddl_mmx: 163
intra_predict_4x4_vl_c: 341
intra_predict_4x4_vl_mmx: 113
intra_predict_8x8_dc_c: 392
intra_predict_8x8_dc_mmx: 212
intra_predict_8x8_dcl_c: 292
intra_predict_8x8_dcl_mmx: 204
intra_predict_8x8_dct_c: 292
intra_predict_8x8_dct_mmx: 172
intra_predict_8x8_ddl_c: 891
intra_predict_8x8_ddl_mmx: 452
intra_predict_8x8_ddr_c: 943
intra_predict_8x8_ddr_mmx: 479
intra_predict_8x8_v_c: 212
intra_predict_8x8_v_mmx: 164
intra_predict_8x8_vr_c: 986
intra_predict_8x8_vr_mmx: 492
intra_predict_8x8c_dc_c: 454
intra_predict_8x8c_dc_mmx: 354
intra_predict_8x8c_p_c: 3070
intra_predict_8x8c_p_mmx: 948
intra_predict_8x8c_v_c: 210
intra_predict_8x8c_v_mmx: 161
intra_predict_16x16_dc_c: 793
intra_predict_16x16_dc_mmx: 789
intra_predict_16x16_dct_c: 614
intra_predict_16x16_dct_mmx: 466
intra_predict_16x16_p_c: 10324
intra_predict_16x16_p_mmx: 2261
intra_predict_16x16_v_c: 483
intra_predict_16x16_v_mmx: 346
intra_sa8d_x3_8x8_mmx: 3438
intra_satd_x3_4x4_mmx: 880
intra_satd_x3_8x8c_mmx: 2726
intra_satd_x3_16x16_mmx: 9002
mc_chroma_2x2_c: 1186
mc_chroma_2x2_mmx: 520
mc_chroma_2x4_c: 2080
mc_chroma_2x4_mmx: 716
mc_chroma_4x2_c: 1853
mc_chroma_4x2_mmx: 520
mc_chroma_4x4_c: 3424
mc_chroma_4x4_mmx: 718
mc_chroma_4x8_c: 6266
mc_chroma_4x8_mmx: 1114
mc_chroma_8x4_c: 6300
mc_chroma_8x4_mmx: 1116
mc_chroma_8x8_c: 11806
mc_chroma_8x8_mmx: 2216
mc_luma_4x4_c: 1530
mc_luma_4x4_mmx: 668
mc_luma_4x4_mmx_c64: 668
mc_luma_4x4_mmx_c32: 668
mc_luma_4x8_c: 2527
mc_luma_4x8_mmx: 803
mc_luma_4x8_mmx_c64: 802
mc_luma_4x8_mmx_c32: 803
mc_luma_8x4_c: 2155
mc_luma_8x4_mmx: 688
mc_luma_8x4_mmx_c64: 708
mc_luma_8x4_mmx_c32: 710
mc_luma_8x8_c: 3678
mc_luma_8x8_mmx: 844
mc_luma_8x8_mmx_c64: 863
mc_luma_8x8_mmx_c32: 882
mc_luma_8x16_c: 6720
mc_luma_8x16_mmx: 1242
mc_luma_8x16_mmx_c64: 1277
mc_luma_8x16_mmx_c32: 1264
mc_luma_16x8_c: 6330
mc_luma_16x8_mmx: 1040
mc_luma_16x8_mmx_c64: 1136
mc_luma_16x8_mmx_c32: 1230
mc_luma_16x16_c: 12126
mc_luma_16x16_mmx: 1644
mc_luma_16x16_mmx_c64: 1829
mc_luma_16x16_mmx_c32: 1992
quant_2x2_dc_c: 515
quant_2x2_dc_mmx: 150
quant_4x4_c: 1244
quant_4x4_mmx: 365
quant_4x4_dc_c: 1598
quant_4x4_dc_mmx: 340
quant_8x8_c: 6137
quant_8x8_mmx: 1151
sa8d_8x8_c: 7490
sa8d_8x8_mmx: 2210
sa8d_16x16_c: 30386
sa8d_16x16_mmx: 8856
sad_4x4_c: 1052
sad_4x4_mmx: 233
sad_4x8_c: 1967
sad_4x8_mmx: 318
sad_8x4_c: 1697
sad_8x4_mmx: 244
sad_8x4_mmx_c64: 266
sad_8x4_mmx_c32: 277
sad_8x8_c: 3362
sad_8x8_mmx: 341
sad_8x8_mmx_c64: 369
sad_8x8_mmx_c32: 386
sad_8x16_c: 6679
sad_8x16_mmx: 536
sad_8x16_mmx_c64: 579
sad_8x16_mmx_c32: 612
sad_16x8_c: 6214
sad_16x8_mmx: 467
sad_16x8_mmx_c64: 539
sad_16x8_mmx_c32: 611
sad_16x16_c: 12399
sad_16x16_mmx: 786
sad_16x16_mmx_c64: 1008
sad_16x16_mmx_c32: 1209
sad_x3_4x4_c: 3060
sad_x3_4x4_mmx: 386
sad_x3_4x8_c: 5638
sad_x3_4x8_mmx: 549
sad_x3_8x4_c: 5121
sad_x3_8x4_mmx: 446
sad_x3_8x8_c: 9954
sad_x3_8x8_mmx: 674
sad_x3_8x8_mmx_c64: 822
sad_x3_8x8_mmx_c32: 968
sad_x3_8x16_c: 21129
sad_x3_8x16_mmx: 1094
sad_x3_8x16_mmx_c64: 1320
sad_x3_8x16_mmx_c32: 1540
sad_x3_16x8_c: 18929
sad_x3_16x8_mmx: 1115
sad_x3_16x8_mmx_c64: 1495
sad_x3_16x8_mmx_c32: 1845
sad_x3_16x16_c: 39892
sad_x3_16x16_mmx: 2031
sad_x3_16x16_mmx_c64: 2818
sad_x3_16x16_mmx_c32: 3576
sad_x4_4x4_c: 4239
sad_x4_4x4_mmx: 465
sad_x4_4x8_c: 7510
sad_x4_4x8_mmx: 671
sad_x4_8x4_c: 7146
sad_x4_8x4_mmx: 545
sad_x4_8x8_c: 14053
sad_x4_8x8_mmx: 809
sad_x4_8x8_mmx_c64: 1131
sad_x4_8x8_mmx_c32: 1368
sad_x4_8x16_c: 28368
sad_x4_8x16_mmx: 1375
sad_x4_8x16_mmx_c64: 1813
sad_x4_8x16_mmx_c32: 2166
sad_x4_16x8_c: 26566
sad_x4_16x8_mmx: 1371
sad_x4_16x8_mmx_c64: 2010
sad_x4_16x8_mmx_c32: 2552
sad_x4_16x16_c: 53416
sad_x4_16x16_mmx: 2512
sad_x4_16x16_mmx_c64: 3724
sad_x4_16x16_mmx_c32: 4827
satd_4x4_c: 1651
satd_4x4_mmx: 589
satd_4x8_c: 3470
satd_4x8_mmx: 970
satd_8x4_c: 3494
satd_8x4_mmx: 971
satd_8x8_c: 7008
satd_8x8_mmx: 1755
satd_8x16_c: 13602
satd_8x16_mmx: 3319
satd_16x8_c: 13764
satd_16x8_mmx: 3298
satd_16x16_c: 27057
satd_16x16_mmx: 6432
ssd_4x4_c: 932
ssd_4x4_mmx: 297
ssd_4x8_c: 1655
ssd_4x8_mmx: 450
ssd_8x4_c: 2117
ssd_8x4_mmx: 447
ssd_8x8_c: 3891
ssd_8x8_mmx: 781
ssd_8x16_c: 7794
ssd_8x16_mmx: 1427
ssd_16x8_c: 6974
ssd_16x8_mmx: 1427
ssd_16x16_c: 13904
ssd_16x16_mmx: 2747
sub4x4_dct_c: 1316
sub4x4_dct_mmx: 422
sub8x8_dct_c: 5244
sub8x8_dct_mmx: 1404
sub8x8_dct8_c: 9114
sub8x8_dct8_mmx: 2087
sub16x16_dct_c: 21072
sub16x16_dct_mmx: 5339
sub16x16_dct8_c: 37035
sub16x16_dct8_mmx: 8141
zigzag_scan_4x4_field_c: 230
zigzag_scan_4x4_field_mmx: 200
Underground78
4th June 2008, 08:18
AMD Athlon 64 X2 6000+ :
add4x4_idct_c: 2586
add4x4_idct_mmx: 395
add8x8_idct_c: 9134
add8x8_idct_mmx: 1518
add8x8_idct_sse2: 1458
add8x8_idct8_c: 14038
add8x8_idct8_mmx: 2027
add8x8_idct8_sse2: 1978
add16x16_idct_c: 37294
add16x16_idct_mmx: 6049
add16x16_idct_sse2: 5710
add16x16_idct8_c: 54880
add16x16_idct8_mmx: 7842
add16x16_idct8_sse2: 7722
avg_4x2_c: 384
avg_4x2_mmx: 206
avg_4x4_c: 654
avg_4x4_mmx: 257
avg_4x8_c: 1102
avg_4x8_mmx: 337
avg_8x4_c: 1065
avg_8x4_mmx: 257
avg_8x8_c: 2008
avg_8x8_mmx: 337
avg_8x16_c: 3887
avg_8x16_mmx: 496
avg_16x8_c: 3453
avg_16x8_mmx: 487
avg_16x8_sse2: 566
avg_16x16_c: 6871
avg_16x16_mmx: 798
avg_16x16_sse2: 967
avg_weight_4x4_c: 1342
avg_weight_4x4_mmx: 424
avg_weight_8x4_c: 2463
avg_weight_8x4_mmx: 886
avg_weight_8x8_c: 5176
avg_weight_8x8_mmx: 1404
avg_weight_8x16_c: 10034
avg_weight_8x16_mmx: 2697
avg_weight_16x8_c: 9628
avg_weight_16x8_mmx: 2527
avg_weight_16x16_c: 18990
avg_weight_16x16_mmx: 4900
cabac_encode_decision_c: 1883721
cabac_encode_decision_mmx: 1576877
dct4x4dc_c: 904
dct4x4dc_mmx: 323
deblock_h_chroma_c: 1738
deblock_h_chroma_mmx: 832
deblock_h_chroma_intra_c: 1117
deblock_h_chroma_intra_mmx: 762
deblock_h_luma_c: 4894
deblock_h_luma_mmx: 2364
deblock_h_luma_sse2: 2159
deblock_h_luma_intra_c: 4767
deblock_h_luma_intra_mmx: 3569
deblock_h_luma_intra_sse2: 3317
deblock_v_chroma_c: 1795
deblock_v_chroma_mmx: 466
deblock_v_chroma_intra_c: 1364
deblock_v_chroma_intra_mmx: 435
deblock_v_luma_c: 5466
deblock_v_luma_mmx: 1650
deblock_v_luma_sse2: 1240
deblock_v_luma_intra_c: 6080
deblock_v_luma_intra_mmx: 2437
deblock_v_luma_intra_sse2: 1991
dequant_4x4_cqm_c: 848
dequant_4x4_cqm_mmx: 345
dequant_4x4_cqm_sse2: 350
dequant_4x4_flat_c: 844
dequant_4x4_flat_mmx: 264
dequant_4x4_flat_sse2: 269
dequant_8x8_cqm_c: 3185
dequant_8x8_cqm_mmx: 1217
dequant_8x8_cqm_sse2: 1065
dequant_8x8_flat_c: 3105
dequant_8x8_flat_mmx: 695
dequant_8x8_flat_sse2: 657
esa_ads_c: 4426
esa_ads_mmx: 1354
esa_ads_sse2: 1455
get_ref_4x4_c: 1415
get_ref_4x4_mmx: 574
get_ref_4x4_mmx_c64: 574
get_ref_4x4_mmx_c32: 575
get_ref_4x4_sse2: 575
get_ref_4x4_sse2_c64: 574
get_ref_4x4_sse3_c64: 575
get_ref_4x8_c: 2299
get_ref_4x8_mmx: 697
get_ref_4x8_mmx_c64: 698
get_ref_4x8_mmx_c32: 699
get_ref_4x8_sse2: 698
get_ref_4x8_sse2_c64: 697
get_ref_4x8_sse3_c64: 698
get_ref_8x4_c: 2101
get_ref_8x4_mmx: 598
get_ref_8x4_mmx_c64: 612
get_ref_8x4_mmx_c32: 618
get_ref_8x4_sse2: 599
get_ref_8x4_sse2_c64: 611
get_ref_8x4_sse3_c64: 613
get_ref_8x8_c: 3463
get_ref_8x8_mmx: 726
get_ref_8x8_mmx_c64: 745
get_ref_8x8_mmx_c32: 754
get_ref_8x8_sse2: 728
get_ref_8x8_sse2_c64: 744
get_ref_8x8_sse3_c64: 747
get_ref_8x16_c: 6205
get_ref_8x16_mmx: 1135
get_ref_8x16_mmx_c64: 1170
get_ref_8x16_mmx_c32: 1186
get_ref_8x16_sse2: 1138
get_ref_8x16_sse2_c64: 1169
get_ref_8x16_sse3_c64: 1176
get_ref_12x10_c: 6283
get_ref_12x10_mmx: 952
get_ref_12x10_mmx_c64: 1027
get_ref_12x10_mmx_c32: 1102
get_ref_12x10_sse2: 955
get_ref_12x10_sse2_c64: 1093
get_ref_12x10_sse3_c64: 998
get_ref_16x8_c: 6169
get_ref_16x8_mmx: 862
get_ref_16x8_mmx_c64: 927
get_ref_16x8_mmx_c32: 972
get_ref_16x8_sse2: 872
get_ref_16x8_sse2_c64: 925
get_ref_16x8_sse3_c64: 872
get_ref_16x16_c: 4667
get_ref_16x16_mmx: 1375
get_ref_16x16_mmx_c64: 1472
get_ref_16x16_mmx_c32: 1568
get_ref_16x16_sse2: 1404
get_ref_16x16_sse2_c64: 1501
get_ref_16x16_sse3_c64: 1404
get_ref_20x18_c: 1102
get_ref_20x18_mmx: 1854
get_ref_20x18_mmx_c64: 2084
get_ref_20x18_mmx_c32: 1940
get_ref_20x18_sse2: 2109
get_ref_20x18_sse2_c64: 2247
get_ref_20x18_sse3_c64: 2009
hpel_filter_c: 259018
hpel_filter_mmx: 50171
hpel_filter_sse2: 68823
idct4x4dc_c: 1034
idct4x4dc_mmx: 244
intra_predict_4x4_ddl_c: 384
intra_predict_4x4_ddl_mmx: 180
intra_predict_4x4_vl_c: 364
intra_predict_4x4_vl_mmx: 144
intra_predict_8x8_dc_c: 313
intra_predict_8x8_dc_mmx: 216
intra_predict_8x8_dcl_c: 259
intra_predict_8x8_dcl_mmx: 196
intra_predict_8x8_dct_c: 258
intra_predict_8x8_dct_mmx: 167
intra_predict_8x8_ddl_c: 870
intra_predict_8x8_ddl_mmx: 432
intra_predict_8x8_ddl_sse2: 306
intra_predict_8x8_ddr_c: 926
intra_predict_8x8_ddr_mmx: 457
intra_predict_8x8_ddr_sse2: 301
intra_predict_8x8_v_c: 196
intra_predict_8x8_v_mmx: 166
intra_predict_8x8_vl_c: 906
intra_predict_8x8_vl_sse2: 347
intra_predict_8x8_vr_c: 1002
intra_predict_8x8_vr_mmx: 556
intra_predict_8x8c_dc_c: 395
intra_predict_8x8c_dc_mmx: 436
intra_predict_8x8c_p_c: 2814
intra_predict_8x8c_p_mmx: 894
intra_predict_8x8c_v_c: 196
intra_predict_8x8c_v_mmx: 145
intra_predict_16x16_dc_c: 751
intra_predict_16x16_dc_mmx: 726
intra_predict_16x16_dc_sse2: 693
intra_predict_16x16_dct_c: 571
intra_predict_16x16_dct_mmx: 446
intra_predict_16x16_dct_sse2: 510
intra_predict_16x16_p_c: 9414
intra_predict_16x16_p_mmx: 2114
intra_predict_16x16_p_sse2: 2177
intra_predict_16x16_v_c: 467
intra_predict_16x16_v_mmx: 338
intra_predict_16x16_v_sse2: 327
intra_sa8d_x3_8x8_mmx: 3448
intra_satd_x3_4x4_mmx: 858
intra_satd_x3_8x8c_mmx: 2506
intra_satd_x3_16x16_mmx: 8593
mc_chroma_2x2_c: 790
mc_chroma_2x2_mmx: 506
mc_chroma_2x4_c: 1346
mc_chroma_2x4_mmx: 717
mc_chroma_4x2_c: 1089
mc_chroma_4x2_mmx: 511
mc_chroma_4x4_c: 1951
mc_chroma_4x4_mmx: 726
mc_chroma_4x8_c: 3360
mc_chroma_4x8_mmx: 1085
mc_chroma_8x4_c: 3360
mc_chroma_8x4_mmx: 1122
mc_chroma_8x8_c: 6066
mc_chroma_8x8_mmx: 2115
mc_luma_4x4_c: 1434
mc_luma_4x4_mmx: 644
mc_luma_4x4_mmx_c64: 642
mc_luma_4x4_mmx_c32: 642
mc_luma_4x4_sse2: 645
mc_luma_4x4_sse2_c64: 645
mc_luma_4x4_sse3_c64: 644
mc_luma_4x8_c: 2301
mc_luma_4x8_mmx: 734
mc_luma_4x8_mmx_c64: 734
mc_luma_4x8_mmx_c32: 734
mc_luma_4x8_sse2: 734
mc_luma_4x8_sse2_c64: 734
mc_luma_4x8_sse3_c64: 734
mc_luma_8x4_c: 2121
mc_luma_8x4_mmx: 652
mc_luma_8x4_mmx_c64: 669
mc_luma_8x4_mmx_c32: 678
mc_luma_8x4_sse2: 654
mc_luma_8x4_sse2_c64: 669
mc_luma_8x4_sse3_c64: 669
mc_luma_8x8_c: 3472
mc_luma_8x8_mmx: 794
mc_luma_8x8_mmx_c64: 809
mc_luma_8x8_mmx_c32: 821
mc_luma_8x8_sse2: 796
mc_luma_8x8_sse2_c64: 810
mc_luma_8x8_sse3_c64: 811
mc_luma_8x16_c: 6218
mc_luma_8x16_mmx: 1234
mc_luma_8x16_mmx_c64: 1278
mc_luma_8x16_mmx_c32: 1297
mc_luma_8x16_sse2: 1238
mc_luma_8x16_sse2_c64: 1279
mc_luma_8x16_sse3_c64: 1284
mc_luma_16x8_c: 6202
mc_luma_16x8_mmx: 1003
mc_luma_16x8_mmx_c64: 1056
mc_luma_16x8_mmx_c32: 1108
mc_luma_16x8_sse2: 1014
mc_luma_16x8_sse2_c64: 1070
mc_luma_16x8_sse3_c64: 1014
mc_luma_16x16_c: 4668
mc_luma_16x16_mmx: 1595
mc_luma_16x16_mmx_c64: 1708
mc_luma_16x16_mmx_c32: 1806
mc_luma_16x16_sse2: 1648
mc_luma_16x16_sse2_c64: 1746
mc_luma_16x16_sse3_c64: 1648
quant_2x2_dc_c: 436
quant_2x2_dc_mmx: 177
quant_4x4_c: 990
quant_4x4_mmx: 294
quant_4x4_sse2: 255
quant_4x4_dc_c: 1094
quant_4x4_dc_mmx: 293
quant_4x4_dc_sse2: 261
quant_8x8_c: 4386
quant_8x8_mmx: 1031
quant_8x8_sse2: 892
sa8d_8x8_c: 6740
sa8d_8x8_mmx: 1987
sa8d_8x8_sse2: 1990
sa8d_16x16_c: 25714
sa8d_16x16_mmx: 8110
sa8d_16x16_sse2: 8002
sad_4x4_c: 867
sad_4x4_mmx: 234
sad_4x8_c: 1564
sad_4x8_mmx: 334
sad_8x4_c: 1479
sad_8x4_mmx: 251
sad_8x4_mmx_c64: 273
sad_8x4_mmx_c32: 280
sad_8x8_c: 2759
sad_8x8_mmx: 370
sad_8x8_mmx_c64: 391
sad_8x8_mmx_c32: 403
sad_8x16_c: 5444
sad_8x16_mmx: 594
sad_8x16_mmx_c64: 602
sad_8x16_mmx_c32: 621
sad_16x8_c: 5104
sad_16x8_mmx: 498
sad_16x8_mmx_c64: 559
sad_16x8_mmx_c32: 611
sad_16x8_sse2: 597
sad_16x8_sse2_c64: 736
sad_16x8_sse3_c64: 597
sad_16x16_c: 10123
sad_16x16_mmx: 828
sad_16x16_mmx_c64: 1004
sad_16x16_mmx_c32: 1169
sad_16x16_sse2: 956
sad_16x16_sse2_c64: 1119
sad_16x16_sse3_c64: 956
sad_x3_4x4_c: 2461
sad_x3_4x4_mmx: 396
sad_x3_4x8_c: 4562
sad_x3_4x8_mmx: 549
sad_x3_8x4_c: 4263
sad_x3_8x4_mmx: 457
sad_x3_8x8_c: 8369
sad_x3_8x8_mmx: 652
sad_x3_8x8_mmx_c64: 848
sad_x3_8x8_mmx_c32: 979
sad_x3_8x16_c: 18197
sad_x3_8x16_mmx: 1081
sad_x3_8x16_mmx_c64: 1368
sad_x3_8x16_mmx_c32: 1550
sad_x3_16x8_c: 15466
sad_x3_16x8_mmx: 1107
sad_x3_16x8_mmx_c64: 1460
sad_x3_16x8_mmx_c32: 1773
sad_x3_16x8_sse2: 1128
sad_x3_16x8_sse2_c64: 1882
sad_x3_16x8_sse3_c64: 1128
sad_x3_16x16_c: 3681
sad_x3_16x16_mmx: 1992
sad_x3_16x16_mmx_c64: 2692
sad_x3_16x16_mmx_c32: 3348
sad_x3_16x16_sse2: 2055
sad_x3_16x16_sse2_c64: 2958
sad_x3_16x16_sse3_c64: 2054
sad_x4_4x4_c: 3329
sad_x4_4x4_mmx: 480
sad_x4_4x8_c: 6183
sad_x4_4x8_mmx: 673
sad_x4_8x4_c: 5854
sad_x4_8x4_mmx: 554
sad_x4_8x8_c: 11710
sad_x4_8x8_mmx: 812
sad_x4_8x8_mmx_c64: 1089
sad_x4_8x8_mmx_c32: 1322
sad_x4_8x16_c: 23838
sad_x4_8x16_mmx: 1386
sad_x4_8x16_mmx_c64: 1739
sad_x4_8x16_mmx_c32: 2069
sad_x4_16x8_c: 21786
sad_x4_16x8_mmx: 1387
sad_x4_16x8_mmx_c64: 1897
sad_x4_16x8_mmx_c32: 2389
sad_x4_16x8_sse2: 1424
sad_x4_16x8_sse2_c64: 2505
sad_x4_16x8_sse3_c64: 1424
sad_x4_16x16_c: 15280
sad_x4_16x16_mmx: 2536
sad_x4_16x16_mmx_c64: 3517
sad_x4_16x16_mmx_c32: 4503
sad_x4_16x16_sse2: 2520
sad_x4_16x16_sse2_c64: 3874
sad_x4_16x16_sse3_c64: 2521
satd_4x4_c: 1524
satd_4x4_mmx: 583
satd_4x8_c: 3130
satd_4x8_mmx: 957
satd_8x4_c: 3047
satd_8x4_mmx: 964
satd_8x4_sse2: 988
satd_8x8_c: 6322
satd_8x8_mmx: 1726
satd_8x8_sse2: 1688
satd_8x16_c: 12146
satd_8x16_mmx: 3212
satd_8x16_sse2: 3127
satd_16x8_c: 12529
satd_16x8_mmx: 3220
satd_16x8_sse2: 3127
satd_16x16_c: 24627
satd_16x16_mmx: 6183
satd_16x16_sse2: 6008
ssd_4x4_c: 697
ssd_4x4_mmx: 265
ssd_4x8_c: 1261
ssd_4x8_mmx: 425
ssd_8x4_c: 1631
ssd_8x4_mmx: 450
ssd_8x4_sse2: 385
ssd_8x8_c: 3087
ssd_8x8_mmx: 760
ssd_8x8_sse2: 670
ssd_8x16_c: 6129
ssd_8x16_mmx: 1413
ssd_8x16_sse2: 1231
ssd_16x8_c: 5821
ssd_16x8_mmx: 1415
ssd_16x8_sse2: 1209
ssd_16x16_c: 11554
ssd_16x16_mmx: 2684
ssd_16x16_sse2: 2291
sub4x4_dct_c: 1173
sub4x4_dct_mmx: 402
sub8x8_dct_c: 4427
sub8x8_dct_mmx: 1348
sub8x8_dct_sse2: 1304
sub8x8_dct8_c: 8607
sub8x8_dct8_mmx: 2016
sub8x8_dct8_sse2: 1983
sub16x16_dct_c: 17824
sub16x16_dct_mmx: 5217
sub16x16_dct_sse2: 4936
sub16x16_dct8_c: 34731
sub16x16_dct8_mmx: 7851
sub16x16_dct8_sse2: 7450
zigzag_scan_4x4_field_c: 203
zigzag_scan_4x4_field_mmx: 174
shon3i
4th June 2008, 09:19
AMD Athlon 64 X2 5200+ @ 2.7ghz
add4x4_idct_c: 2598
add4x4_idct_mmx: 392
add8x8_idct_c: 9141
add8x8_idct_mmx: 1512
add8x8_idct_sse2: 1458
add8x8_idct8_c: 14122
add8x8_idct8_mmx: 2022
add8x8_idct8_sse2: 1977
add16x16_idct_c: 37301
add16x16_idct_mmx: 6060
add16x16_idct_sse2: 5724
add16x16_idct8_c: 54876
add16x16_idct8_mmx: 7854
add16x16_idct8_sse2: 7719
avg_4x2_c: 390
avg_4x2_mmx: 204
avg_4x4_c: 646
avg_4x4_mmx: 254
avg_4x8_c: 1120
avg_4x8_mmx: 335
avg_8x4_c: 1067
avg_8x4_mmx: 254
avg_8x8_c: 2020
avg_8x8_mmx: 334
avg_8x16_c: 3917
avg_8x16_mmx: 493
avg_16x8_c: 3437
avg_16x8_mmx: 485
avg_16x8_sse2: 564
avg_16x16_c: 6856
avg_16x16_mmx: 795
avg_16x16_sse2: 964
avg_weight_4x4_c: 1338
avg_weight_4x4_mmx: 422
avg_weight_8x4_c: 2465
avg_weight_8x4_mmx: 878
avg_weight_8x8_c: 6611
avg_weight_8x8_mmx: 1394
avg_weight_8x16_c: 11469
avg_weight_8x16_mmx: 2694
avg_weight_16x8_c: 9626
avg_weight_16x8_mmx: 2520
avg_weight_16x16_c: 21846
avg_weight_16x16_mmx: 4899
cabac_encode_decision_c: 1630338
cabac_encode_decision_mmx: 1530404
dct4x4dc_c: 902
dct4x4dc_mmx: 321
deblock_h_chroma_c: 1740
deblock_h_chroma_mmx: 830
deblock_h_chroma_intra_c: 1118
deblock_h_chroma_intra_mmx: 762
deblock_h_luma_c: 4895
deblock_h_luma_mmx: 2370
deblock_h_luma_sse2: 2165
deblock_h_luma_intra_c: 4769
deblock_h_luma_intra_mmx: 3590
deblock_h_luma_intra_sse2: 3322
deblock_v_chroma_c: 1775
deblock_v_chroma_mmx: 464
deblock_v_chroma_intra_c: 1355
deblock_v_chroma_intra_mmx: 446
deblock_v_luma_c: 5407
deblock_v_luma_mmx: 1649
deblock_v_luma_sse2: 1236
deblock_v_luma_intra_c: 5992
deblock_v_luma_intra_mmx: 2448
deblock_v_luma_intra_sse2: 2020
dequant_4x4_cqm_c: 846
dequant_4x4_cqm_mmx: 563
dequant_4x4_cqm_sse2: 348
dequant_4x4_flat_c: 844
dequant_4x4_flat_mmx: 262
dequant_4x4_flat_sse2: 266
dequant_8x8_cqm_c: 3649
dequant_8x8_cqm_mmx: 996
dequant_8x8_cqm_sse2: 1060
dequant_8x8_flat_c: 3112
dequant_8x8_flat_mmx: 692
dequant_8x8_flat_sse2: 655
esa_ads_c: 4425
esa_ads_mmx: 1351
esa_ads_sse2: 1451
get_ref_4x4_c: 1753
get_ref_4x4_mmx: 572
get_ref_4x4_mmx_c64: 834
get_ref_4x4_mmx_c32: 572
get_ref_4x4_sse2: 571
get_ref_4x4_sse2_c64: 572
get_ref_4x4_sse3_c64: 572
get_ref_4x8_c: 2281
get_ref_4x8_mmx: 695
get_ref_4x8_mmx_c64: 696
get_ref_4x8_mmx_c32: 2807
get_ref_4x8_sse2: 957
get_ref_4x8_sse2_c64: 696
get_ref_4x8_sse3_c64: 696
get_ref_8x4_c: 2251
get_ref_8x4_mmx: 596
get_ref_8x4_mmx_c64: 610
get_ref_8x4_mmx_c32: 2970
get_ref_8x4_sse2: 596
get_ref_8x4_sse2_c64: 610
get_ref_8x4_sse3_c64: 611
get_ref_8x8_c: 3433
get_ref_8x8_mmx: 724
get_ref_8x8_mmx_c64: 744
get_ref_8x8_mmx_c32: 750
get_ref_8x8_sse2: 725
get_ref_8x8_sse2_c64: 744
get_ref_8x8_sse3_c64: 745
get_ref_8x16_c: 1541
get_ref_8x16_mmx: 1124
get_ref_8x16_mmx_c64: 1156
get_ref_8x16_mmx_c32: 1173
get_ref_8x16_sse2: 593
get_ref_8x16_sse2_c64: 1159
get_ref_8x16_sse3_c64: 1162
get_ref_12x10_c: 5004
get_ref_12x10_mmx: 950
get_ref_12x10_mmx_c64: 1025
get_ref_12x10_mmx_c32: 1096
get_ref_12x10_sse2: 951
get_ref_12x10_sse2_c64: 1096
get_ref_12x10_sse3_c64: 996
get_ref_16x8_c: 3613
get_ref_16x8_mmx: 865
get_ref_16x8_mmx_c64: 926
get_ref_16x8_mmx_c32: 967
get_ref_16x8_sse2: 870
get_ref_16x8_sse2_c64: 926
get_ref_16x8_sse3_c64: 872
get_ref_16x16_c: 4251
get_ref_16x16_mmx: 1111
get_ref_16x16_mmx_c64: 1206
get_ref_16x16_mmx_c32: 1558
get_ref_16x16_sse2: 1133
get_ref_16x16_sse2_c64: 1768
get_ref_16x16_sse3_c64: 1670
get_ref_20x18_c: 2826
get_ref_20x18_mmx: 1854
get_ref_20x18_mmx_c64: 2081
get_ref_20x18_mmx_c32: 2194
get_ref_20x18_sse2: 2099
get_ref_20x18_sse2_c64: 2253
get_ref_20x18_sse3_c64: 2007
hpel_filter_c: 259342
hpel_filter_mmx: 47729
hpel_filter_sse2: 68110
idct4x4dc_c: 1032
idct4x4dc_mmx: 242
intra_predict_4x4_ddl_c: 383
intra_predict_4x4_ddl_mmx: 176
intra_predict_4x4_vl_c: 362
intra_predict_4x4_vl_mmx: 140
intra_predict_8x8_dc_c: 312
intra_predict_8x8_dc_mmx: 214
intra_predict_8x8_dcl_c: 256
intra_predict_8x8_dcl_mmx: 197
intra_predict_8x8_dct_c: 256
intra_predict_8x8_dct_mmx: 164
intra_predict_8x8_ddl_c: 872
intra_predict_8x8_ddl_mmx: 430
intra_predict_8x8_ddl_sse2: 304
intra_predict_8x8_ddr_c: 911
intra_predict_8x8_ddr_mmx: 454
intra_predict_8x8_ddr_sse2: 294
intra_predict_8x8_v_c: 193
intra_predict_8x8_v_mmx: 164
intra_predict_8x8_vl_c: 898
intra_predict_8x8_vl_sse2: 344
intra_predict_8x8_vr_c: 994
intra_predict_8x8_vr_mmx: 538
intra_predict_8x8c_dc_c: 390
intra_predict_8x8c_dc_mmx: 429
intra_predict_8x8c_p_c: 2817
intra_predict_8x8c_p_mmx: 890
intra_predict_8x8c_v_c: 194
intra_predict_8x8c_v_mmx: 142
intra_predict_16x16_dc_c: 744
intra_predict_16x16_dc_mmx: 739
intra_predict_16x16_dc_sse2: 694
intra_predict_16x16_dct_c: 567
intra_predict_16x16_dct_mmx: 430
intra_predict_16x16_dct_sse2: 518
intra_predict_16x16_p_c: 9412
intra_predict_16x16_p_mmx: 2106
intra_predict_16x16_p_sse2: 2172
intra_predict_16x16_v_c: 464
intra_predict_16x16_v_mmx: 335
intra_predict_16x16_v_sse2: 320
intra_sa8d_x3_8x8_mmx: 3458
intra_satd_x3_4x4_mmx: 856
intra_satd_x3_8x8c_mmx: 2502
intra_satd_x3_16x16_mmx: 8592
mc_chroma_2x2_c: 791
mc_chroma_2x2_mmx: 508
mc_chroma_2x4_c: 1359
mc_chroma_2x4_mmx: 718
mc_chroma_4x2_c: 1097
mc_chroma_4x2_mmx: 507
mc_chroma_4x4_c: 4720
mc_chroma_4x4_mmx: 791
mc_chroma_4x8_c: 3385
mc_chroma_4x8_mmx: 1162
mc_chroma_8x4_c: 3370
mc_chroma_8x4_mmx: 1116
mc_chroma_8x8_c: 6087
mc_chroma_8x8_mmx: 2110
mc_luma_4x4_c: 1042
mc_luma_4x4_mmx: 645
mc_luma_4x4_mmx_c64: 643
mc_luma_4x4_mmx_c32: 649
mc_luma_4x4_sse2: 646
mc_luma_4x4_sse2_c64: 650
mc_luma_4x4_sse3_c64: 650
mc_luma_4x8_c: 2104
mc_luma_4x8_mmx: 3124
mc_luma_4x8_mmx_c64: 730
mc_luma_4x8_mmx_c32: 730
mc_luma_4x8_sse2: 730
mc_luma_4x8_sse2_c64: 996
mc_luma_4x8_sse3_c64: 731
mc_luma_8x4_c: 1902
mc_luma_8x4_mmx: 650
mc_luma_8x4_mmx_c64: 667
mc_luma_8x4_mmx_c32: 675
mc_luma_8x4_sse2: 652
mc_luma_8x4_sse2_c64: 668
mc_luma_8x4_sse3_c64: 667
mc_luma_8x8_c: 3622
mc_luma_8x8_mmx: 790
mc_luma_8x8_mmx_c64: 806
mc_luma_8x8_mmx_c32: 817
mc_luma_8x8_sse2: 3147
mc_luma_8x8_sse2_c64: 807
mc_luma_8x8_sse3_c64: 3190
mc_luma_8x16_c: 6566
mc_luma_8x16_mmx: 1228
mc_luma_8x16_mmx_c64: 1272
mc_luma_8x16_mmx_c32: 1290
mc_luma_8x16_sse2: 1230
mc_luma_8x16_sse2_c64: 1539
mc_luma_8x16_sse3_c64: 1538
mc_luma_16x8_c: 4534
mc_luma_16x8_mmx: 1002
mc_luma_16x8_mmx_c64: 793
mc_luma_16x8_mmx_c32: 1104
mc_luma_16x8_sse2: 1012
mc_luma_16x8_sse2_c64: 806
mc_luma_16x8_sse3_c64: 1012
mc_luma_16x16_c: 4603
mc_luma_16x16_mmx: 1592
mc_luma_16x16_mmx_c64: 1705
mc_luma_16x16_mmx_c32: 2062
mc_luma_16x16_sse2: 1642
mc_luma_16x16_sse2_c64: 1745
mc_luma_16x16_sse3_c64: 1646
quant_2x2_dc_c: 434
quant_2x2_dc_mmx: 174
quant_4x4_c: 4043
quant_4x4_mmx: 292
quant_4x4_sse2: 252
quant_4x4_dc_c: 1092
quant_4x4_dc_mmx: 290
quant_4x4_dc_sse2: 258
quant_8x8_c: 4734
quant_8x8_mmx: 1028
quant_8x8_sse2: 892
sa8d_8x8_c: 26095
sa8d_8x8_mmx: 1984
sa8d_8x8_sse2: 1990
sa8d_16x16_c: 25800
sa8d_16x16_mmx: 8180
sa8d_16x16_sse2: 8091
sad_4x4_c: 864
sad_4x4_mmx: 232
sad_4x8_c: 1564
sad_4x8_mmx: 332
sad_8x4_c: 1469
sad_8x4_mmx: 248
sad_8x4_mmx_c64: 270
sad_8x4_mmx_c32: 278
sad_8x8_c: 2757
sad_8x8_mmx: 368
sad_8x8_mmx_c64: 388
sad_8x8_mmx_c32: 400
sad_8x16_c: 5430
sad_8x16_mmx: 590
sad_8x16_mmx_c64: 598
sad_8x16_mmx_c32: 616
sad_16x8_c: 4386
sad_16x8_mmx: 496
sad_16x8_mmx_c64: 556
sad_16x8_mmx_c32: 608
sad_16x8_sse2: 594
sad_16x8_sse2_c64: 734
sad_16x8_sse3_c64: 594
sad_16x16_c: 9402
sad_16x16_mmx: 822
sad_16x16_mmx_c64: 998
sad_16x16_mmx_c32: 1164
sad_16x16_sse2: 952
sad_16x16_sse2_c64: 1114
sad_16x16_sse3_c64: 952
sad_x3_4x4_c: 2460
sad_x3_4x4_mmx: 393
sad_x3_4x8_c: 13161
sad_x3_4x8_mmx: 546
sad_x3_8x4_c: 4262
sad_x3_8x4_mmx: 453
sad_x3_8x8_c: 7294
sad_x3_8x8_mmx: 650
sad_x3_8x8_mmx_c64: 844
sad_x3_8x8_mmx_c32: 975
sad_x3_8x16_c: 18196
sad_x3_8x16_mmx: 1078
sad_x3_8x16_mmx_c64: 1363
sad_x3_8x16_mmx_c32: 1548
sad_x3_16x8_c: 16187
sad_x3_16x8_mmx: 1104
sad_x3_16x8_mmx_c64: 1457
sad_x3_16x8_mmx_c32: 1771
sad_x3_16x8_sse2: 1125
sad_x3_16x8_sse2_c64: 1881
sad_x3_16x8_sse3_c64: 1125
sad_x3_16x16_c: 6544
sad_x3_16x16_mmx: 1990
sad_x3_16x16_mmx_c64: 2689
sad_x3_16x16_mmx_c32: 3381
sad_x3_16x16_sse2: 2054
sad_x3_16x16_sse2_c64: 2961
sad_x3_16x16_sse3_c64: 2054
sad_x4_4x4_c: 3336
sad_x4_4x4_mmx: 478
sad_x4_4x8_c: 6211
sad_x4_4x8_mmx: 671
sad_x4_8x4_c: 5869
sad_x4_8x4_mmx: 550
sad_x4_8x8_c: 11739
sad_x4_8x8_mmx: 812
sad_x4_8x8_mmx_c64: 1086
sad_x4_8x8_mmx_c32: 1318
sad_x4_8x16_c: 23889
sad_x4_8x16_mmx: 1385
sad_x4_8x16_mmx_c64: 1738
sad_x4_8x16_mmx_c32: 2067
sad_x4_16x8_c: 16096
sad_x4_16x8_mmx: 1385
sad_x4_16x8_mmx_c64: 1894
sad_x4_16x8_mmx_c32: 2386
sad_x4_16x8_sse2: 1422
sad_x4_16x8_sse2_c64: 2502
sad_x4_16x8_sse3_c64: 1422
sad_x4_16x16_c: 21094
sad_x4_16x16_mmx: 2533
sad_x4_16x16_mmx_c64: 3514
sad_x4_16x16_mmx_c32: 4501
sad_x4_16x16_sse2: 2517
sad_x4_16x16_sse2_c64: 4926
sad_x4_16x16_sse3_c64: 2518
satd_4x4_c: 1506
satd_4x4_mmx: 581
satd_4x8_c: 3118
satd_4x8_mmx: 954
satd_8x4_c: 3053
satd_8x4_mmx: 962
satd_8x4_sse2: 986
satd_8x8_c: 25630
satd_8x8_mmx: 1724
satd_8x8_sse2: 1686
satd_8x16_c: 12104
satd_8x16_mmx: 3208
satd_8x16_sse2: 3122
satd_16x8_c: 14663
satd_16x8_mmx: 3218
satd_16x8_sse2: 3124
satd_16x16_c: 22430
satd_16x16_mmx: 6178
satd_16x16_sse2: 7058
ssd_4x4_c: 698
ssd_4x4_mmx: 262
ssd_4x8_c: 1258
ssd_4x8_mmx: 422
ssd_8x4_c: 20981
ssd_8x4_mmx: 447
ssd_8x4_sse2: 382
ssd_8x8_c: 22455
ssd_8x8_mmx: 758
ssd_8x8_sse2: 668
ssd_8x16_c: 6198
ssd_8x16_mmx: 1410
ssd_8x16_sse2: 10702
ssd_16x8_c: 25093
ssd_16x8_mmx: 1412
ssd_16x8_sse2: 1206
ssd_16x16_c: 11368
ssd_16x16_mmx: 2678
ssd_16x16_sse2: 2286
sub4x4_dct_c: 1175
sub4x4_dct_mmx: 400
sub8x8_dct_c: 4368
sub8x8_dct_mmx: 1344
sub8x8_dct_sse2: 1302
sub8x8_dct8_c: 8649
sub8x8_dct8_mmx: 2024
sub8x8_dct8_sse2: 1975
sub16x16_dct_c: 17659
sub16x16_dct_mmx: 5245
sub16x16_dct_sse2: 4939
sub16x16_dct8_c: 34582
sub16x16_dct8_mmx: 7872
sub16x16_dct8_sse2: 7449
zigzag_scan_4x4_field_c: 200
zigzag_scan_4x4_field_mmx: 172
martino
4th June 2008, 09:47
Intel Core 2 Duo E6750 @ 3.2GHz (Windows XP Pro 32bit)
add4x4_idct_c: 2062
add4x4_idct_mmx: 395
add8x8_idct_c: 7543
add8x8_idct_mmx: 1290
add8x8_idct_sse2: 1069
add8x8_idct8_c: 14173
add8x8_idct8_mmx: 1871
add8x8_idct8_sse2: 1237
add16x16_idct_c: 33416
add16x16_idct_mmx: 5128
add16x16_idct_sse2: 4311
add16x16_idct8_c: 56636
add16x16_idct8_mmx: 7150
add16x16_idct8_sse2: 4948
avg_4x2_c: 282
avg_4x2_mmx: 90
avg_4x4_c: 645
avg_4x4_mmx: 124
avg_4x8_c: 852
avg_4x8_mmx: 210
avg_8x4_c: 865
avg_8x4_mmx: 123
avg_8x8_c: 1416
avg_8x8_mmx: 209
avg_8x16_c: 2744
avg_8x16_mmx: 394
avg_16x8_c: 2722
avg_16x8_mmx: 397
avg_16x8_sse2: 254
avg_16x16_c: 5290
avg_16x16_mmx: 706
avg_16x16_sse2: 584
avg_weight_4x4_c: 880
avg_weight_4x4_mmx: 386
avg_weight_8x4_c: 1458
avg_weight_8x4_mmx: 702
avg_weight_8x8_c: 3018
avg_weight_8x8_mmx: 1216
avg_weight_8x16_c: 5872
avg_weight_8x16_mmx: 2215
avg_weight_16x8_c: 5522
avg_weight_16x8_mmx: 1850
avg_weight_16x16_c: 10956
avg_weight_16x16_mmx: 3369
cabac_encode_decision_c: 1789200
cabac_encode_decision_mmx: 1426311
dct4x4dc_c: 784
dct4x4dc_mmx: 270
deblock_h_chroma_c: 1237
deblock_h_chroma_mmx: 866
deblock_h_chroma_intra_c: 968
deblock_h_chroma_intra_mmx: 732
deblock_h_luma_c: 3565
deblock_h_luma_mmx: 2222
deblock_h_luma_sse2: 1826
deblock_h_luma_intra_c: 3712
deblock_h_luma_intra_mmx: 3254
deblock_h_luma_intra_sse2: 2453
deblock_v_chroma_c: 1338
deblock_v_chroma_mmx: 334
deblock_v_chroma_intra_c: 1040
deblock_v_chroma_intra_mmx: 344
deblock_v_luma_c: 3974
deblock_v_luma_mmx: 1138
deblock_v_luma_sse2: 546
deblock_v_luma_intra_c: 4463
deblock_v_luma_intra_mmx: 1833
deblock_v_luma_intra_sse2: 855
dequant_4x4_cqm_c: 576
dequant_4x4_cqm_mmx: 226
dequant_4x4_cqm_sse2: 196
dequant_4x4_flat_c: 576
dequant_4x4_flat_mmx: 160
dequant_4x4_flat_sse2: 120
dequant_8x8_cqm_c: 2441
dequant_8x8_cqm_mmx: 878
dequant_8x8_cqm_sse2: 635
dequant_8x8_flat_c: 2389
dequant_8x8_flat_mmx: 454
dequant_8x8_flat_sse2: 350
esa_ads_c: 3637
esa_ads_mmx: 1247
esa_ads_sse2: 1187
esa_ads_ssse3: 1148
get_ref_4x4_c: 1065
get_ref_4x4_mmx: 442
get_ref_4x4_mmx_c64: 448
get_ref_4x4_mmx_c32: 442
get_ref_4x4_sse2: 443
get_ref_4x4_sse2_c64: 442
get_ref_4x4_sse3_c64: 440
get_ref_4x8_c: 1963
get_ref_4x8_mmx: 560
get_ref_4x8_mmx_c64: 551
get_ref_4x8_mmx_c32: 562
get_ref_4x8_sse2: 562
get_ref_4x8_sse2_c64: 560
get_ref_4x8_sse3_c64: 558
get_ref_8x4_c: 1600
get_ref_8x4_mmx: 465
get_ref_8x4_mmx_c64: 404
get_ref_8x4_mmx_c32: 426
get_ref_8x4_sse2: 462
get_ref_8x4_sse2_c64: 410
get_ref_8x4_sse3_c64: 408
get_ref_8x8_c: 2676
get_ref_8x8_mmx: 630
get_ref_8x8_mmx_c64: 487
get_ref_8x8_mmx_c32: 524
get_ref_8x8_sse2: 628
get_ref_8x8_sse2_c64: 490
get_ref_8x8_sse3_c64: 496
get_ref_8x16_c: 5228
get_ref_8x16_mmx: 951
get_ref_8x16_mmx_c64: 694
get_ref_8x16_mmx_c32: 733
get_ref_8x16_sse2: 944
get_ref_8x16_sse2_c64: 690
get_ref_8x16_sse3_c64: 692
get_ref_12x10_c: 4338
get_ref_12x10_mmx: 1042
get_ref_12x10_mmx_c64: 860
get_ref_12x10_mmx_c32: 966
get_ref_12x10_sse2: 1034
get_ref_12x10_sse2_c64: 807
get_ref_12x10_sse3_c64: 1057
get_ref_16x8_c: 4178
get_ref_16x8_mmx: 942
get_ref_16x8_mmx_c64: 724
get_ref_16x8_mmx_c32: 850
get_ref_16x8_sse2: 913
get_ref_16x8_sse2_c64: 710
get_ref_16x8_sse3_c64: 912
get_ref_16x16_c: 2118
get_ref_16x16_mmx: 1579
get_ref_16x16_mmx_c64: 1164
get_ref_16x16_mmx_c32: 1411
get_ref_16x16_sse2: 1500
get_ref_16x16_sse2_c64: 1125
get_ref_16x16_sse3_c64: 1502
get_ref_20x18_c: 4706
get_ref_20x18_mmx: 2169
get_ref_20x18_mmx_c64: 1795
get_ref_20x18_mmx_c32: 2194
get_ref_20x18_sse2: 2042
get_ref_20x18_sse2_c64: 1799
get_ref_20x18_sse3_c64: 2042
hpel_filter_c: 208767
hpel_filter_mmx: 84091
hpel_filter_sse2: 55882
hpel_filter_ssse3: 50447
idct4x4dc_c: 1013
idct4x4dc_mmx: 189
intra_predict_4x4_ddl_c: 272
intra_predict_4x4_ddl_mmx: 212
intra_predict_4x4_vl_c: 355
intra_predict_4x4_vl_mmx: 170
intra_predict_8x8_dc_c: 276
intra_predict_8x8_dc_mmx: 90
intra_predict_8x8_dcl_c: 201
intra_predict_8x8_dcl_mmx: 90
intra_predict_8x8_dct_c: 204
intra_predict_8x8_dct_mmx: 90
intra_predict_8x8_ddl_c: 1078
intra_predict_8x8_ddl_mmx: 305
intra_predict_8x8_ddl_sse2: 230
intra_predict_8x8_ddr_c: 1057
intra_predict_8x8_ddr_mmx: 380
intra_predict_8x8_ddr_sse2: 260
intra_predict_8x8_v_c: 110
intra_predict_8x8_v_mmx: 80
intra_predict_8x8_vl_c: 1021
intra_predict_8x8_vl_sse2: 240
intra_predict_8x8_vr_c: 1085
intra_predict_8x8_vr_mmx: 585
intra_predict_8x8c_dc_c: 318
intra_predict_8x8c_dc_mmx: 334
intra_predict_8x8c_p_c: 2406
intra_predict_8x8c_p_mmx: 857
intra_predict_8x8c_v_c: 94
intra_predict_8x8c_v_mmx: 84
intra_predict_16x16_dc_c: 1098
intra_predict_16x16_dc_mmx: 757
intra_predict_16x16_dc_sse2: 450
intra_predict_16x16_dct_c: 898
intra_predict_16x16_dct_mmx: 542
intra_predict_16x16_dct_sse2: 240
intra_predict_16x16_p_c: 7757
intra_predict_16x16_p_mmx: 1689
intra_predict_16x16_p_sse2: 1338
intra_predict_16x16_v_c: 738
intra_predict_16x16_v_mmx: 451
intra_predict_16x16_v_sse2: 140
intra_sa8d_x3_8x8_mmx: 3548
intra_satd_x3_4x4_mmx: 662
intra_satd_x3_4x4_ssse3: 691
intra_satd_x3_8x8c_mmx: 2228
intra_satd_x3_8x8c_ssse3: 2110
intra_satd_x3_16x16_mmx: 7429
intra_satd_x3_16x16_ssse3: 6868
mc_chroma_2x2_c: 672
mc_chroma_2x2_mmx: 412
mc_chroma_2x4_c: 1154
mc_chroma_2x4_mmx: 548
mc_chroma_4x2_c: 986
mc_chroma_4x2_mmx: 415
mc_chroma_4x4_c: 1770
mc_chroma_4x4_mmx: 565
mc_chroma_4x8_c: 3307
mc_chroma_4x8_mmx: 906
mc_chroma_8x4_c: 3053
mc_chroma_8x4_mmx: 868
mc_chroma_8x8_c: 5860
mc_chroma_8x8_mmx: 1437
mc_luma_4x4_c: 1133
mc_luma_4x4_mmx: 467
mc_luma_4x4_mmx_c64: 467
mc_luma_4x4_mmx_c32: 462
mc_luma_4x4_sse2: 468
mc_luma_4x4_sse2_c64: 466
mc_luma_4x4_sse3_c64: 460
mc_luma_4x8_c: 1897
mc_luma_4x8_mmx: 604
mc_luma_4x8_mmx_c64: 603
mc_luma_4x8_mmx_c32: 604
mc_luma_4x8_sse2: 604
mc_luma_4x8_sse2_c64: 604
mc_luma_4x8_sse3_c64: 603
mc_luma_8x4_c: 1604
mc_luma_8x4_mmx: 502
mc_luma_8x4_mmx_c64: 466
mc_luma_8x4_mmx_c32: 487
mc_luma_8x4_sse2: 497
mc_luma_8x4_sse2_c64: 470
mc_luma_8x4_sse3_c64: 469
mc_luma_8x8_c: 2680
mc_luma_8x8_mmx: 675
mc_luma_8x8_mmx_c64: 557
mc_luma_8x8_mmx_c32: 577
mc_luma_8x8_sse2: 671
mc_luma_8x8_sse2_c64: 547
mc_luma_8x8_sse3_c64: 550
mc_luma_8x16_c: 5095
mc_luma_8x16_mmx: 1072
mc_luma_8x16_mmx_c64: 814
mc_luma_8x16_mmx_c32: 851
mc_luma_8x16_sse2: 1066
mc_luma_8x16_sse2_c64: 809
mc_luma_8x16_sse3_c64: 807
mc_luma_16x8_c: 4306
mc_luma_16x8_mmx: 1055
mc_luma_16x8_mmx_c64: 881
mc_luma_16x8_mmx_c32: 1011
mc_luma_16x8_sse2: 1042
mc_luma_16x8_sse2_c64: 875
mc_luma_16x8_sse3_c64: 1040
mc_luma_16x16_c: 2000
mc_luma_16x16_mmx: 1782
mc_luma_16x16_mmx_c64: 1404
mc_luma_16x16_mmx_c32: 1664
mc_luma_16x16_sse2: 1710
mc_luma_16x16_sse2_c64: 1385
mc_luma_16x16_sse3_c64: 1708
quant_2x2_dc_c: 242
quant_2x2_dc_mmx: 110
quant_2x2_dc_ssse3: 100
quant_4x4_c: 631
quant_4x4_mmx: 240
quant_4x4_sse2: 110
quant_4x4_ssse3: 90
quant_4x4_dc_c: 649
quant_4x4_dc_mmx: 220
quant_4x4_dc_sse2: 120
quant_4x4_dc_ssse3: 110
quant_8x8_c: 3200
quant_8x8_mmx: 646
quant_8x8_sse2: 370
quant_8x8_ssse3: 290
sa8d_8x8_c: 6188
sa8d_8x8_mmx: 2054
sa8d_8x8_sse2: 1580
sa8d_8x8_ssse3: 1503
sa8d_8x8_sse4: 1924
sa8d_16x16_c: 26154
sa8d_16x16_mmx: 8188
sa8d_16x16_sse2: 6201
sa8d_16x16_ssse3: 6002
sa8d_16x16_sse4: 7684
sad_4x4_c: 908
sad_4x4_mmx: 184
sad_4x8_c: 1324
sad_4x8_mmx: 259
sad_8x4_c: 1142
sad_8x4_mmx: 247
sad_8x4_mmx_c64: 148
sad_8x4_mmx_c32: 165
sad_8x8_c: 2168
sad_8x8_mmx: 416
sad_8x8_mmx_c64: 223
sad_8x8_mmx_c32: 245
sad_8x16_c: 4156
sad_8x16_mmx: 653
sad_8x16_mmx_c64: 383
sad_8x16_mmx_c32: 423
sad_16x8_c: 3646
sad_16x8_mmx: 716
sad_16x8_mmx_c64: 437
sad_16x8_mmx_c32: 522
sad_16x8_sse2: 644
sad_16x8_sse2_c64: 380
sad_16x8_sse3_c64: 644
sad_16x8_ssse3_c64: 344
sad_16x16_c: 7162
sad_16x16_mmx: 1237
sad_16x16_mmx_c64: 852
sad_16x16_mmx_c32: 1033
sad_16x16_sse2: 1078
sad_16x16_sse2_c64: 642
sad_16x16_sse3_c64: 1084
sad_16x16_ssse3_c64: 588
sad_x3_4x4_c: 2240
sad_x3_4x4_mmx: 390
sad_x3_4x8_c: 3756
sad_x3_4x8_mmx: 648
sad_x3_8x4_c: 3330
sad_x3_8x4_mmx: 632
sad_x3_8x8_c: 6524
sad_x3_8x8_mmx: 984
sad_x3_8x8_mmx_c64: 620
sad_x3_8x8_mmx_c32: 761
sad_x3_8x16_c: 13308
sad_x3_8x16_mmx: 1639
sad_x3_8x16_mmx_c64: 1010
sad_x3_8x16_mmx_c32: 1200
sad_x3_16x8_c: 11260
sad_x3_16x8_mmx: 1765
sad_x3_16x8_mmx_c64: 1208
sad_x3_16x8_mmx_c32: 1524
sad_x3_16x8_sse2: 1724
sad_x3_16x8_sse2_c64: 1001
sad_x3_16x8_sse3_c64: 1722
sad_x3_16x8_ssse3_c64: 952
sad_x3_16x16_c: 23250
sad_x3_16x16_mmx: 3046
sad_x3_16x16_mmx_c64: 2122
sad_x3_16x16_mmx_c32: 2651
sad_x3_16x16_sse2: 3002
sad_x3_16x16_sse2_c64: 1742
sad_x3_16x16_sse3_c64: 2992
sad_x3_16x16_ssse3_c64: 1630
sad_x4_4x4_c: 2983
sad_x4_4x4_mmx: 511
sad_x4_4x8_c: 5040
sad_x4_4x8_mmx: 857
sad_x4_8x4_c: 4542
sad_x4_8x4_mmx: 822
sad_x4_8x8_c: 8992
sad_x4_8x8_mmx: 1230
sad_x4_8x8_mmx_c64: 846
sad_x4_8x8_mmx_c32: 1061
sad_x4_8x16_c: 17732
sad_x4_8x16_mmx: 2102
sad_x4_8x16_mmx_c64: 1339
sad_x4_8x16_mmx_c32: 1648
sad_x4_16x8_c: 15766
sad_x4_16x8_mmx: 2254
sad_x4_16x8_mmx_c64: 1647
sad_x4_16x8_mmx_c32: 2228
sad_x4_16x8_sse2: 2227
sad_x4_16x8_sse2_c64: 1336
sad_x4_16x8_sse3_c64: 2229
sad_x4_16x8_ssse3_c64: 1257
sad_x4_16x16_c: 7108
sad_x4_16x16_mmx: 3910
sad_x4_16x16_mmx_c64: 2802
sad_x4_16x16_mmx_c32: 3660
sad_x4_16x16_sse2: 3883
sad_x4_16x16_sse2_c64: 2278
sad_x4_16x16_sse3_c64: 3884
sad_x4_16x16_ssse3_c64: 2137
satd_4x4_c: 1490
satd_4x4_mmx: 641
satd_4x4_ssse3: 586
satd_4x8_c: 3160
satd_4x8_mmx: 1015
satd_4x8_ssse3: 996
satd_8x4_c: 3101
satd_8x4_mmx: 990
satd_8x4_sse2: 865
satd_8x4_ssse3: 864
satd_8x4_sse4: 902
satd_8x8_c: 6048
satd_8x8_mmx: 1784
satd_8x8_sse2: 1543
satd_8x8_ssse3: 1429
satd_8x8_sse4: 1604
satd_8x16_c: 11772
satd_8x16_mmx: 3279
satd_8x16_sse2: 2826
satd_8x16_ssse3: 2632
satd_8x16_sse4: 2990
satd_16x8_c: 11552
satd_16x8_mmx: 3359
satd_16x8_sse2: 2871
satd_16x8_ssse3: 2712
satd_16x8_sse4: 3016
satd_16x16_c: 22959
satd_16x16_mmx: 6388
satd_16x16_sse2: 5494
satd_16x16_ssse3: 5066
satd_16x16_sse4: 5796
ssd_4x4_c: 708
ssd_4x4_mmx: 220
ssd_4x8_c: 1198
ssd_4x8_mmx: 358
ssd_8x4_c: 1431
ssd_8x4_mmx: 299
ssd_8x4_sse2: 211
ssd_8x8_c: 2839
ssd_8x8_mmx: 461
ssd_8x8_sse2: 460
ssd_8x16_c: 5684
ssd_8x16_mmx: 950
ssd_8x16_sse2: 830
ssd_16x8_c: 5350
ssd_16x8_mmx: 1008
ssd_16x8_sse2: 709
ssd_16x16_c: 10724
ssd_16x16_mmx: 1939
ssd_16x16_sse2: 1348
sub4x4_dct_c: 1041
sub4x4_dct_mmx: 346
sub8x8_dct_c: 4178
sub8x8_dct_mmx: 1226
sub8x8_dct_sse2: 1128
sub8x8_dct8_c: 8040
sub8x8_dct8_mmx: 1820
sub8x8_dct8_sse2: 1250
sub16x16_dct_c: 16725
sub16x16_dct_mmx: 5054
sub16x16_dct_sse2: 4441
sub16x16_dct8_c: 32794
sub16x16_dct8_mmx: 6975
sub16x16_dct8_sse2: 4728
zigzag_scan_4x4_field_c: 110
zigzag_scan_4x4_field_mmx: 90
zigzag_sub_4x4_frame_c: 372
zigzag_sub_4x4_frame_ssse3: 240
ajp_anton
4th June 2008, 10:37
Athlon64 X2 4400+ (2200MHz, s949)
add4x4_idct_c: 2592
add4x4_idct_mmx: 451
add8x8_idct_c: 9156
add8x8_idct_mmx: 1532
add8x8_idct_sse2: 1454
add8x8_idct8_c: 14082
add8x8_idct8_mmx: 2015
add8x8_idct8_sse2: 1956
add16x16_idct_c: 37390
add16x16_idct_mmx: 6055
add16x16_idct_sse2: 5695
add16x16_idct8_c: 55074
add16x16_idct8_mmx: 7836
add16x16_idct8_sse2: 7699
avg_4x2_c: 376
avg_4x2_mmx: 192
avg_4x4_c: 664
avg_4x4_mmx: 242
avg_4x8_c: 1114
avg_4x8_mmx: 322
avg_8x4_c: 1079
avg_8x4_mmx: 242
avg_8x8_c: 1996
avg_8x8_mmx: 322
avg_8x16_c: 3857
avg_8x16_mmx: 482
avg_16x8_c: 3444
avg_16x8_mmx: 464
avg_16x8_sse2: 622
avg_16x16_c: 6863
avg_16x16_mmx: 777
avg_16x16_sse2: 1103
avg_weight_4x4_c: 1316
avg_weight_4x4_mmx: 446
avg_weight_8x4_c: 2454
avg_weight_8x4_mmx: 874
avg_weight_8x8_c: 5164
avg_weight_8x8_mmx: 1395
avg_weight_8x16_c: 11360
avg_weight_8x16_mmx: 2720
avg_weight_16x8_c: 10274
avg_weight_16x8_mmx: 2496
avg_weight_16x16_c: 18310
avg_weight_16x16_mmx: 5084
cabac_encode_decision_c: 1888216
cabac_encode_decision_mmx: 1611789
dct4x4dc_c: 898
dct4x4dc_mmx: 280
deblock_h_chroma_c: 1707
deblock_h_chroma_mmx: 816
deblock_h_chroma_intra_c: 1112
deblock_h_chroma_intra_mmx: 762
deblock_h_luma_c: 41284
deblock_h_luma_mmx: 2380
deblock_h_luma_sse2: 2165
deblock_h_luma_intra_c: 4758
deblock_h_luma_intra_mmx: 3566
deblock_h_luma_intra_sse2: 3311
deblock_v_chroma_c: 1797
deblock_v_chroma_mmx: 465
deblock_v_chroma_intra_c: 1375
deblock_v_chroma_intra_mmx: 414
deblock_v_luma_c: 7306
deblock_v_luma_mmx: 1633
deblock_v_luma_sse2: 1237
deblock_v_luma_intra_c: 6094
deblock_v_luma_intra_mmx: 2416
deblock_v_luma_intra_sse2: 1988
dequant_4x4_cqm_c: 846
dequant_4x4_cqm_mmx: 344
dequant_4x4_cqm_sse2: 345
dequant_4x4_flat_c: 1160
dequant_4x4_flat_mmx: 260
dequant_4x4_flat_sse2: 261
dequant_8x8_cqm_c: 3034
dequant_8x8_cqm_mmx: 1328
dequant_8x8_cqm_sse2: 1056
dequant_8x8_flat_c: 3048
dequant_8x8_flat_mmx: 685
dequant_8x8_flat_sse2: 646
esa_ads_c: 3739
esa_ads_mmx: 1346
esa_ads_sse2: 1584
get_ref_4x4_c: 1330
get_ref_4x4_mmx: 579
get_ref_4x4_mmx_c64: 580
get_ref_4x4_mmx_c32: 580
get_ref_4x4_sse2: 581
get_ref_4x4_sse2_c64: 580
get_ref_4x4_sse3_c64: 456
get_ref_4x8_c: 2277
get_ref_4x8_mmx: 685
get_ref_4x8_mmx_c64: 687
get_ref_4x8_mmx_c32: 562
get_ref_4x8_sse2: 687
get_ref_4x8_sse2_c64: 685
get_ref_4x8_sse3_c64: 686
get_ref_8x4_c: 2246
get_ref_8x4_mmx: 602
get_ref_8x4_mmx_c64: 617
get_ref_8x4_mmx_c32: 622
get_ref_8x4_sse2: 604
get_ref_8x4_sse2_c64: 493
get_ref_8x4_sse3_c64: 743
get_ref_8x8_c: 3377
get_ref_8x8_mmx: 856
get_ref_8x8_mmx_c64: 752
get_ref_8x8_mmx_c32: 760
get_ref_8x8_sse2: 734
get_ref_8x8_sse2_c64: 751
get_ref_8x8_sse3_c64: 753
get_ref_8x16_c: 6181
get_ref_8x16_mmx: 1122
get_ref_8x16_mmx_c64: 1155
get_ref_8x16_mmx_c32: 1171
get_ref_8x16_sse2: 1124
get_ref_8x16_sse2_c64: 1154
get_ref_8x16_sse3_c64: 1157
get_ref_12x10_c: 4722
get_ref_12x10_mmx: 928
get_ref_12x10_mmx_c64: 1139
get_ref_12x10_mmx_c32: 1083
get_ref_12x10_sse2: 932
get_ref_12x10_sse2_c64: 1095
get_ref_12x10_sse3_c64: 1002
get_ref_16x8_c: 6170
get_ref_16x8_mmx: 874
get_ref_16x8_mmx_c64: 924
get_ref_16x8_mmx_c32: 968
get_ref_16x8_sse2: 896
get_ref_16x8_sse2_c64: 946
get_ref_16x8_sse3_c64: 894
get_ref_16x16_c: 4471
get_ref_16x16_mmx: 1384
get_ref_16x16_mmx_c64: 1353
get_ref_16x16_mmx_c32: 1818
get_ref_16x16_sse2: 1557
get_ref_16x16_sse2_c64: 1519
get_ref_16x16_sse3_c64: 1556
get_ref_20x18_c: 1086
get_ref_20x18_mmx: 1859
get_ref_20x18_mmx_c64: 2089
get_ref_20x18_mmx_c32: 1942
get_ref_20x18_sse2: 2142
get_ref_20x18_sse2_c64: 2149
get_ref_20x18_sse3_c64: 2161
hpel_filter_c: 326836
hpel_filter_mmx: 62749
hpel_filter_sse2: 69020
idct4x4dc_c: 1027
idct4x4dc_mmx: 254
intra_predict_4x4_ddl_c: 358
intra_predict_4x4_ddl_mmx: 163
intra_predict_4x4_vl_c: 343
intra_predict_4x4_vl_mmx: 114
intra_predict_8x8_dc_c: 318
intra_predict_8x8_dc_mmx: 190
intra_predict_8x8_dcl_c: 260
intra_predict_8x8_dcl_mmx: 175
intra_predict_8x8_dct_c: 259
intra_predict_8x8_dct_mmx: 140
intra_predict_8x8_ddl_c: 877
intra_predict_8x8_ddl_mmx: 430
intra_predict_8x8_ddl_sse2: 290
intra_predict_8x8_ddr_c: 915
intra_predict_8x8_ddr_mmx: 435
intra_predict_8x8_ddr_sse2: 290
intra_predict_8x8_v_c: 190
intra_predict_8x8_v_mmx: 140
intra_predict_8x8_vl_c: 870
intra_predict_8x8_vl_sse2: 319
intra_predict_8x8_vr_c: 965
intra_predict_8x8_vr_mmx: 549
intra_predict_8x8c_dc_c: 397
intra_predict_8x8c_dc_mmx: 386
intra_predict_8x8c_p_c: 2873
intra_predict_8x8c_p_mmx: 916
intra_predict_8x8c_v_c: 190
intra_predict_8x8c_v_mmx: 143
intra_predict_16x16_dc_c: 748
intra_predict_16x16_dc_mmx: 739
intra_predict_16x16_dc_sse2: 716
intra_predict_16x16_dct_c: 573
intra_predict_16x16_dct_mmx: 472
intra_predict_16x16_dct_sse2: 531
intra_predict_16x16_p_c: 9440
intra_predict_16x16_p_mmx: 2121
intra_predict_16x16_p_sse2: 2186
intra_predict_16x16_v_c: 497
intra_predict_16x16_v_mmx: 344
intra_predict_16x16_v_sse2: 332
intra_sa8d_x3_8x8_mmx: 3404
intra_satd_x3_4x4_mmx: 844
intra_satd_x3_8x8c_mmx: 2461
intra_satd_x3_16x16_mmx: 8570
mc_chroma_2x2_c: 771
mc_chroma_2x2_mmx: 500
mc_chroma_2x4_c: 1326
mc_chroma_2x4_mmx: 710
mc_chroma_4x2_c: 1062
mc_chroma_4x2_mmx: 501
mc_chroma_4x4_c: 1928
mc_chroma_4x4_mmx: 708
mc_chroma_4x8_c: 3335
mc_chroma_4x8_mmx: 1078
mc_chroma_8x4_c: 3336
mc_chroma_8x4_mmx: 1104
mc_chroma_8x8_c: 6026
mc_chroma_8x8_mmx: 2092
mc_luma_4x4_c: 1392
mc_luma_4x4_mmx: 624
mc_luma_4x4_mmx_c64: 622
mc_luma_4x4_mmx_c32: 618
mc_luma_4x4_sse2: 619
mc_luma_4x4_sse2_c64: 619
mc_luma_4x4_sse3_c64: 622
mc_luma_4x8_c: 2050
mc_luma_4x8_mmx: 728
mc_luma_4x8_mmx_c64: 729
mc_luma_4x8_mmx_c32: 728
mc_luma_4x8_sse2: 728
mc_luma_4x8_sse2_c64: 729
mc_luma_4x8_sse3_c64: 727
mc_luma_8x4_c: 1992
mc_luma_8x4_mmx: 632
mc_luma_8x4_mmx_c64: 647
mc_luma_8x4_mmx_c32: 655
mc_luma_8x4_sse2: 634
mc_luma_8x4_sse2_c64: 646
mc_luma_8x4_sse3_c64: 647
mc_luma_8x8_c: 3354
mc_luma_8x8_mmx: 791
mc_luma_8x8_mmx_c64: 809
mc_luma_8x8_mmx_c32: 819
mc_luma_8x8_sse2: 794
mc_luma_8x8_sse2_c64: 808
mc_luma_8x8_sse3_c64: 684
mc_luma_8x16_c: 6352
mc_luma_8x16_mmx: 1218
mc_luma_8x16_mmx_c64: 1253
mc_luma_8x16_mmx_c32: 1272
mc_luma_8x16_sse2: 1218
mc_luma_8x16_sse2_c64: 1253
mc_luma_8x16_sse3_c64: 1256
mc_luma_16x8_c: 5979
mc_luma_16x8_mmx: 979
mc_luma_16x8_mmx_c64: 1037
mc_luma_16x8_mmx_c32: 1207
mc_luma_16x8_sse2: 1014
mc_luma_16x8_sse2_c64: 1066
mc_luma_16x8_sse3_c64: 1014
mc_luma_16x16_c: 5427
mc_luma_16x16_mmx: 1571
mc_luma_16x16_mmx_c64: 1681
mc_luma_16x16_mmx_c32: 1773
mc_luma_16x16_sse2: 1520
mc_luma_16x16_sse2_c64: 1976
mc_luma_16x16_sse3_c64: 1640
quant_2x2_dc_c: 422
quant_2x2_dc_mmx: 161
quant_4x4_c: 642
quant_4x4_mmx: 4611686018427387904
quant_4x4_sse2: 230
quant_4x4_dc_c: 1115
quant_4x4_dc_mmx: 294
quant_4x4_dc_sse2: 271
quant_8x8_c: 4154
quant_8x8_mmx: 1024
quant_8x8_sse2: 917
sa8d_8x8_c: 5698
sa8d_8x8_mmx: 11518
sa8d_8x8_sse2: 1952
sa8d_16x16_c: 26692
sa8d_16x16_mmx: 8575
sa8d_16x16_sse2: 7995
sad_4x4_c: 869
sad_4x4_mmx: 218
sad_4x8_c: 1543
sad_4x8_mmx: 320
sad_8x4_c: 1976
sad_8x4_mmx: 240
sad_8x4_mmx_c64: 248
sad_8x4_mmx_c32: 254
sad_8x8_c: 1746
sad_8x8_mmx: 379
sad_8x8_mmx_c64: 387
sad_8x8_mmx_c32: 392
sad_8x16_c: 5926
sad_8x16_mmx: 577
sad_8x16_mmx_c64: 593
sad_8x16_mmx_c32: 10636
sad_16x8_c: 5426
sad_16x8_mmx: 493
sad_16x8_mmx_c64: 558
sad_16x8_mmx_c32: 598
sad_16x8_sse2: 600
sad_16x8_sse2_c64: 737
sad_16x8_sse3_c64: 600
sad_16x16_c: 10096
sad_16x16_mmx: 827
sad_16x16_mmx_c64: 996
sad_16x16_mmx_c32: 1149
sad_16x16_sse2: 979
sad_16x16_sse2_c64: 1147
sad_16x16_sse3_c64: 979
sad_x3_4x4_c: 4488
sad_x3_4x4_mmx: 386
sad_x3_4x8_c: 4554
sad_x3_4x8_mmx: 540
sad_x3_8x4_c: 45205
sad_x3_8x4_mmx: 447
sad_x3_8x8_c: 8856
sad_x3_8x8_mmx: 1141
sad_x3_8x8_mmx_c64: 828
sad_x3_8x8_mmx_c32: 958
sad_x3_8x16_c: 18175
sad_x3_8x16_mmx: 1072
sad_x3_8x16_mmx_c64: 1344
sad_x3_8x16_mmx_c32: 1522
sad_x3_16x8_c: 14768
sad_x3_16x8_mmx: 1104
sad_x3_16x8_mmx_c64: 1440
sad_x3_16x8_mmx_c32: 1748
sad_x3_16x8_sse2: 1168
sad_x3_16x8_sse2_c64: 11934
sad_x3_16x8_sse3_c64: 1168
sad_x3_16x16_c: 3669
sad_x3_16x16_mmx: 1980
sad_x3_16x16_mmx_c64: 2687
sad_x3_16x16_mmx_c32: 3345
sad_x3_16x16_sse2: 2106
sad_x3_16x16_sse2_c64: 3004
sad_x3_16x16_sse3_c64: 2106
sad_x4_4x4_c: 3316
sad_x4_4x4_mmx: 478
sad_x4_4x8_c: 6188
sad_x4_4x8_mmx: 666
sad_x4_8x4_c: 46792
sad_x4_8x4_mmx: 539
sad_x4_8x8_c: 10370
sad_x4_8x8_mmx: 808
sad_x4_8x8_mmx_c64: 1096
sad_x4_8x8_mmx_c32: 1320
sad_x4_8x16_c: 24342
sad_x4_8x16_mmx: 1380
sad_x4_8x16_mmx_c64: 1742
sad_x4_8x16_mmx_c32: 2067
sad_x4_16x8_c: 18333
sad_x4_16x8_mmx: 1384
sad_x4_16x8_mmx_c64: 2400
sad_x4_16x8_mmx_c32: 2391
sad_x4_16x8_sse2: 2034
sad_x4_16x8_sse2_c64: 2590
sad_x4_16x8_sse3_c64: 1536
sad_x4_16x16_c: 15708
sad_x4_16x16_mmx: 2526
sad_x4_16x16_mmx_c64: 3525
sad_x4_16x16_mmx_c32: 4500
sad_x4_16x16_sse2: 2279
sad_x4_16x16_sse2_c64: 4070
sad_x4_16x16_sse3_c64: 2778
satd_4x4_c: 1519
satd_4x4_mmx: 546
satd_4x8_c: 3132
satd_4x8_mmx: 933
satd_8x4_c: 3058
satd_8x4_mmx: 936
satd_8x4_sse2: 918
satd_8x8_c: 6324
satd_8x8_mmx: 1698
satd_8x8_sse2: 1637
satd_8x16_c: 12108
satd_8x16_mmx: 3664
satd_8x16_sse2: 3078
satd_16x8_c: 12516
satd_16x8_mmx: 3193
satd_16x8_sse2: 3100
satd_16x16_c: 24571
satd_16x16_mmx: 6143
satd_16x16_sse2: 5981
ssd_4x4_c: 710
ssd_4x4_mmx: 10289
ssd_4x8_c: 1274
ssd_4x8_mmx: 409
ssd_8x4_c: 1652
ssd_8x4_mmx: 420
ssd_8x4_sse2: 370
ssd_8x8_c: 3075
ssd_8x8_mmx: 730
ssd_8x8_sse2: 655
ssd_8x16_c: 6135
ssd_8x16_mmx: 1360
ssd_8x16_sse2: 1215
ssd_16x8_c: 6827
ssd_16x8_mmx: 1369
ssd_16x8_sse2: 1170
ssd_16x16_c: 12515
ssd_16x16_mmx: 3118
ssd_16x16_sse2: 2249
sub4x4_dct_c: 1157
sub4x4_dct_mmx: 382
sub8x8_dct_c: 4425
sub8x8_dct_mmx: 1352
sub8x8_dct_sse2: 1289
sub8x8_dct8_c: 8605
sub8x8_dct8_mmx: 2007
sub8x8_dct8_sse2: 1948
sub16x16_dct_c: 17830
sub16x16_dct_mmx: 5216
sub16x16_dct_sse2: 4933
sub16x16_dct8_c: 34626
sub16x16_dct8_mmx: 7867
sub16x16_dct8_sse2: 7436
zigzag_scan_4x4_field_c: 216
zigzag_scan_4x4_field_mmx: 189
the_corona
4th June 2008, 11:34
Intel T2050 (yonah) @ 1,8 ghz
add4x4_idct_c: 2666
add4x4_idct_mmx: 496
add8x8_idct_c: 9656
add8x8_idct_mmx: 1628
add8x8_idct_sse2: 1582
add8x8_idct8_c: 17036
add8x8_idct8_mmx: 2155
add8x8_idct8_sse2: 2176
add16x16_idct_c: 38785
add16x16_idct_mmx: 6142
add16x16_idct_sse2: 6216
add16x16_idct8_c: 68535
add16x16_idct8_mmx: 8216
add16x16_idct8_sse2: 8292
avg_4x2_c: 372
avg_4x2_mmx: 212
avg_4x4_c: 612
avg_4x4_mmx: 279
avg_4x8_c: 1022
avg_4x8_mmx: 377
avg_8x4_c: 1015
avg_8x4_mmx: 280
avg_8x8_c: 1825
avg_8x8_mmx: 382
avg_8x16_c: 3504
avg_8x16_mmx: 543
avg_16x8_c: 3466
avg_16x8_mmx: 463
avg_16x8_sse2: 511
avg_16x16_c: 6750
avg_16x16_mmx: 819
avg_16x16_sse2: 880
avg_weight_4x4_c: 1281
avg_weight_4x4_mmx: 460
avg_weight_8x4_c: 2283
avg_weight_8x4_mmx: 873
avg_weight_8x8_c: 4527
avg_weight_8x8_mmx: 1618
avg_weight_8x16_c: 8730
avg_weight_8x16_mmx: 2713
avg_weight_16x8_c: 8522
avg_weight_16x8_mmx: 2638
avg_weight_16x16_c: 16813
avg_weight_16x16_mmx: 4770
cabac_encode_decision_c: 2004866
cabac_encode_decision_mmx: 1466384
dct4x4dc_c: 1150
dct4x4dc_mmx: 305
deblock_h_chroma_c: 1543
deblock_h_chroma_mmx: 918
deblock_h_chroma_intra_c: 1174
deblock_h_chroma_intra_mmx: 869
deblock_h_luma_c: 4414
deblock_h_luma_mmx: 2515
deblock_h_luma_sse2: 2366
deblock_h_luma_intra_c: 4344
deblock_h_luma_intra_mmx: 3574
deblock_h_luma_intra_sse2: 3384
deblock_v_chroma_c: 1686
deblock_v_chroma_mmx: 480
deblock_v_chroma_intra_c: 1322
deblock_v_chroma_intra_mmx: 460
deblock_v_luma_c: 4850
deblock_v_luma_mmx: 1488
deblock_v_luma_sse2: 1151
deblock_v_luma_intra_c: 5583
deblock_v_luma_intra_mmx: 2348
deblock_v_luma_intra_sse2: 1976
dequant_4x4_cqm_c: 782
dequant_4x4_cqm_mmx: 387
dequant_4x4_cqm_sse2: 394
dequant_4x4_flat_c: 777
dequant_4x4_flat_mmx: 230
dequant_4x4_flat_sse2: 210
dequant_8x8_cqm_c: 3324
dequant_8x8_cqm_mmx: 1152
dequant_8x8_cqm_sse2: 1046
dequant_8x8_flat_c: 3260
dequant_8x8_flat_mmx: 651
dequant_8x8_flat_sse2: 610
esa_ads_c: 4239
esa_ads_mmx: 1680
esa_ads_sse2: 1772
get_ref_4x4_c: 1300
get_ref_4x4_mmx: 600
get_ref_4x4_mmx_c64: 598
get_ref_4x4_mmx_c32: 598
get_ref_4x4_sse2: 599
get_ref_4x4_sse2_c64: 598
get_ref_4x4_sse3_c64: 598
get_ref_4x8_c: 2234
get_ref_4x8_mmx: 723
get_ref_4x8_mmx_c64: 718
get_ref_4x8_mmx_c32: 722
get_ref_4x8_sse2: 723
get_ref_4x8_sse2_c64: 719
get_ref_4x8_sse3_c64: 720
get_ref_8x4_c: 1805
get_ref_8x4_mmx: 616
get_ref_8x4_mmx_c64: 593
get_ref_8x4_mmx_c32: 614
get_ref_8x4_sse2: 616
get_ref_8x4_sse2_c64: 592
get_ref_8x4_sse3_c64: 593
get_ref_8x8_c: 3211
get_ref_8x8_mmx: 776
get_ref_8x8_mmx_c64: 689
get_ref_8x8_mmx_c32: 728
get_ref_8x8_sse2: 775
get_ref_8x8_sse2_c64: 689
get_ref_8x8_sse3_c64: 689
get_ref_8x16_c: 6005
get_ref_8x16_mmx: 1183
get_ref_8x16_mmx_c64: 886
get_ref_8x16_mmx_c32: 961
get_ref_8x16_sse2: 1183
get_ref_8x16_sse2_c64: 886
get_ref_8x16_sse3_c64: 887
get_ref_12x10_c: 5128
get_ref_12x10_mmx: 1186
get_ref_12x10_mmx_c64: 1024
get_ref_12x10_mmx_c32: 1141
get_ref_12x10_sse2: 1184
get_ref_12x10_sse2_c64: 1067
get_ref_12x10_sse3_c64: 1317
get_ref_16x8_c: 5195
get_ref_16x8_mmx: 1066
get_ref_16x8_mmx_c64: 925
get_ref_16x8_mmx_c32: 1052
get_ref_16x8_sse2: 1128
get_ref_16x8_sse2_c64: 962
get_ref_16x8_sse3_c64: 1131
get_ref_16x16_c: 2896
get_ref_16x16_mmx: 1860
get_ref_16x16_mmx_c64: 1353
get_ref_16x16_mmx_c32: 1608
get_ref_16x16_sse2: 1978
get_ref_16x16_sse2_c64: 1435
get_ref_16x16_sse3_c64: 1979
get_ref_20x18_c: 18446744073709551616
get_ref_20x18_mmx: 2628
get_ref_20x18_mmx_c64: 2001
get_ref_20x18_mmx_c32: 2577
get_ref_20x18_sse2: 2706
get_ref_20x18_sse2_c64: 2091
get_ref_20x18_sse3_c64: 2720
hpel_filter_c: 240274
hpel_filter_mmx: 111333
hpel_filter_sse2: 92824
idct4x4dc_c: 1235
idct4x4dc_mmx: 330
intra_predict_4x4_ddl_c: 416
intra_predict_4x4_ddl_mmx: 194
intra_predict_4x4_vl_c: 421
intra_predict_4x4_vl_mmx: 171
intra_predict_8x8_dc_c: 380
intra_predict_8x8_dc_mmx: 180
intra_predict_8x8_dcl_c: 318
intra_predict_8x8_dcl_mmx: 201
intra_predict_8x8_dct_c: 318
intra_predict_8x8_dct_mmx: 200
intra_predict_8x8_ddl_c: 1319
intra_predict_8x8_ddl_mmx: 384
intra_predict_8x8_ddl_sse2: 524
intra_predict_8x8_ddr_c: 1355
intra_predict_8x8_ddr_mmx: 405
intra_predict_8x8_ddr_sse2: 464
intra_predict_8x8_v_c: 240
intra_predict_8x8_v_mmx: 120
intra_predict_8x8_vl_c: 1363
intra_predict_8x8_vl_sse2: 480
intra_predict_8x8_vr_c: 1248
intra_predict_8x8_vr_mmx: 648
intra_predict_8x8c_dc_c: 471
intra_predict_8x8c_dc_mmx: 392
intra_predict_8x8c_p_c: 3028
intra_predict_8x8c_p_mmx: 1078
intra_predict_8x8c_v_c: 208
intra_predict_8x8c_v_mmx: 106
intra_predict_16x16_dc_c: 1216
intra_predict_16x16_dc_mmx: 919
intra_predict_16x16_dc_sse2: 902
intra_predict_16x16_dct_c: 1051
intra_predict_16x16_dct_mmx: 615
intra_predict_16x16_dct_sse2: 704
intra_predict_16x16_p_c: 9841
intra_predict_16x16_p_mmx: 2386
intra_predict_16x16_p_sse2: 2420
intra_predict_16x16_v_c: 814
intra_predict_16x16_v_mmx: 547
intra_predict_16x16_v_sse2: 570
intra_sa8d_x3_8x8_mmx: 3371
intra_satd_x3_4x4_mmx: 928
intra_satd_x3_8x8c_mmx: 2713
intra_satd_x3_16x16_mmx: 8979
mc_chroma_2x2_c: 781
mc_chroma_2x2_mmx: 515
mc_chroma_2x4_c: 1252
mc_chroma_2x4_mmx: 763
mc_chroma_4x2_c: 1128
mc_chroma_4x2_mmx: 515
mc_chroma_4x4_c: 1971
mc_chroma_4x4_mmx: 763
mc_chroma_4x8_c: 3458
mc_chroma_4x8_mmx: 1266
mc_chroma_8x4_c: 3276
mc_chroma_8x4_mmx: 1166
mc_chroma_8x8_c: 6148
mc_chroma_8x8_mmx: 2094
mc_luma_4x4_c: 1310
mc_luma_4x4_mmx: 558
mc_luma_4x4_mmx_c64: 557
mc_luma_4x4_mmx_c32: 558
mc_luma_4x4_sse2: 558
mc_luma_4x4_sse2_c64: 557
mc_luma_4x4_sse3_c64: 557
mc_luma_4x8_c: 2234
mc_luma_4x8_mmx: 716
mc_luma_4x8_mmx_c64: 712
mc_luma_4x8_mmx_c32: 716
mc_luma_4x8_sse2: 715
mc_luma_4x8_sse2_c64: 713
mc_luma_4x8_sse3_c64: 714
mc_luma_8x4_c: 1807
mc_luma_8x4_mmx: 588
mc_luma_8x4_mmx_c64: 570
mc_luma_8x4_mmx_c32: 593
mc_luma_8x4_sse2: 588
mc_luma_8x4_sse2_c64: 570
mc_luma_8x4_sse3_c64: 572
mc_luma_8x8_c: 3203
mc_luma_8x8_mmx: 780
mc_luma_8x8_mmx_c64: 708
mc_luma_8x8_mmx_c32: 751
mc_luma_8x8_sse2: 780
mc_luma_8x8_sse2_c64: 707
mc_luma_8x8_sse3_c64: 708
mc_luma_8x16_c: 5995
mc_luma_8x16_mmx: 1248
mc_luma_8x16_mmx_c64: 975
mc_luma_8x16_mmx_c32: 1055
mc_luma_8x16_sse2: 1252
mc_luma_8x16_sse2_c64: 972
mc_luma_8x16_sse3_c64: 976
mc_luma_16x8_c: 5200
mc_luma_16x8_mmx: 1072
mc_luma_16x8_mmx_c64: 980
mc_luma_16x8_mmx_c32: 1117
mc_luma_16x8_sse2: 1156
mc_luma_16x8_sse2_c64: 1048
mc_luma_16x8_sse3_c64: 1158
mc_luma_16x16_c: 2898
mc_luma_16x16_mmx: 2006
mc_luma_16x16_mmx_c64: 1550
mc_luma_16x16_mmx_c32: 1820
mc_luma_16x16_sse2: 2131
mc_luma_16x16_sse2_c64: 1656
mc_luma_16x16_sse3_c64: 2138
quant_2x2_dc_c: 371
quant_2x2_dc_mmx: 160
quant_4x4_c: 854
quant_4x4_mmx: 349
quant_4x4_sse2: 280
quant_4x4_dc_c: 912
quant_4x4_dc_mmx: 330
quant_4x4_dc_sse2: 290
quant_8x8_c: 4140
quant_8x8_mmx: 933
quant_8x8_sse2: 957
sa8d_8x8_c: 7401
sa8d_8x8_mmx: 2210
sa8d_8x8_sse2: 2146
sa8d_16x16_c: 30845
sa8d_16x16_mmx: 8636
sa8d_16x16_sse2: 9645
sad_4x4_c: 920
sad_4x4_mmx: 227
sad_4x8_c: 1540
sad_4x8_mmx: 365
sad_8x4_c: 1379
sad_8x4_mmx: 326
sad_8x4_mmx_c64: 254
sad_8x4_mmx_c32: 278
sad_8x8_c: 2700
sad_8x8_mmx: 404
sad_8x8_mmx_c64: 357
sad_8x8_mmx_c32: 384
sad_8x16_c: 5114
sad_8x16_mmx: 729
sad_8x16_mmx_c64: 631
sad_8x16_mmx_c32: 673
sad_16x8_c: 4754
sad_16x8_mmx: 706
sad_16x8_mmx_c64: 639
sad_16x8_mmx_c32: 748
sad_16x8_sse2: 673
sad_16x8_sse2_c64: 784
sad_16x8_sse3_c64: 673
sad_16x16_c: 9390
sad_16x16_mmx: 1348
sad_16x16_mmx_c64: 1066
sad_16x16_mmx_c32: 1263
sad_16x16_sse2: 1246
sad_16x16_sse2_c64: 1206
sad_16x16_sse3_c64: 1246
sad_x3_4x4_c: 2460
sad_x3_4x4_mmx: 458
sad_x3_4x8_c: 4560
sad_x3_4x8_mmx: 823
sad_x3_8x4_c: 4172
sad_x3_8x4_mmx: 592
sad_x3_8x8_c: 7961
sad_x3_8x8_mmx: 916
sad_x3_8x8_mmx_c64: 952
sad_x3_8x8_mmx_c32: 1083
sad_x3_8x16_c: 15893
sad_x3_8x16_mmx: 1756
sad_x3_8x16_mmx_c64: 1571
sad_x3_8x16_mmx_c32: 1763
sad_x3_16x8_c: 14480
sad_x3_16x8_mmx: 1648
sad_x3_16x8_mmx_c64: 1710
sad_x3_16x8_mmx_c32: 2150
sad_x3_16x8_sse2: 1779
sad_x3_16x8_sse2_c64: 2026
sad_x3_16x8_sse3_c64: 1780
sad_x3_16x16_c: 996
sad_x3_16x16_mmx: 3155
sad_x3_16x16_mmx_c64: 3042
sad_x3_16x16_mmx_c32: 3755
sad_x3_16x16_sse2: 3397
sad_x3_16x16_sse2_c64: 3500
sad_x3_16x16_sse3_c64: 3397
sad_x4_4x4_c: 3392
sad_x4_4x4_mmx: 548
sad_x4_4x8_c: 6312
sad_x4_4x8_mmx: 891
sad_x4_8x4_c: 5624
sad_x4_8x4_mmx: 698
sad_x4_8x8_c: 10861
sad_x4_8x8_mmx: 1222
sad_x4_8x8_mmx_c64: 1225
sad_x4_8x8_mmx_c32: 1460
sad_x4_8x16_c: 21454
sad_x4_8x16_mmx: 2267
sad_x4_8x16_mmx_c64: 2040
sad_x4_8x16_mmx_c32: 2389
sad_x4_16x8_c: 19926
sad_x4_16x8_mmx: 2111
sad_x4_16x8_mmx_c64: 2251
sad_x4_16x8_mmx_c32: 2943
sad_x4_16x8_sse2: 2359
sad_x4_16x8_sse2_c64: 2564
sad_x4_16x8_sse3_c64: 2360
sad_x4_16x16_c: 11048
sad_x4_16x16_mmx: 4047
sad_x4_16x16_mmx_c64: 4050
sad_x4_16x16_mmx_c32: 5140
sad_x4_16x16_sse2: 4540
sad_x4_16x16_sse2_c64: 4640
sad_x4_16x16_sse3_c64: 4540
satd_4x4_c: 1820
satd_4x4_mmx: 609
satd_4x8_c: 3810
satd_4x8_mmx: 1010
satd_8x4_c: 3736
satd_8x4_mmx: 1070
satd_8x4_sse2: 1024
satd_8x8_c: 7121
satd_8x8_mmx: 1924
satd_8x8_sse2: 1815
satd_8x16_c: 14258
satd_8x16_mmx: 3689
satd_8x16_sse2: 3490
satd_16x8_c: 14314
satd_16x8_mmx: 3711
satd_16x8_sse2: 3540
satd_16x16_c: 28181
satd_16x16_mmx: 7196
satd_16x16_sse2: 6790
ssd_4x4_c: 760
ssd_4x4_mmx: 350
ssd_4x8_c: 1260
ssd_4x8_mmx: 450
ssd_8x4_c: 1590
ssd_8x4_mmx: 510
ssd_8x4_sse2: 450
ssd_8x8_c: 3000
ssd_8x8_mmx: 782
ssd_8x8_sse2: 826
ssd_8x16_c: 5990
ssd_8x16_mmx: 1350
ssd_8x16_sse2: 1355
ssd_16x8_c: 5992
ssd_16x8_mmx: 1345
ssd_16x8_sse2: 1249
ssd_16x16_c: 11721
ssd_16x16_mmx: 2664
ssd_16x16_sse2: 2245
sub4x4_dct_c: 1204
sub4x4_dct_mmx: 414
sub8x8_dct_c: 5107
sub8x8_dct_mmx: 1522
sub8x8_dct_sse2: 1407
sub8x8_dct8_c: 10122
sub8x8_dct8_mmx: 2276
sub8x8_dct8_sse2: 2106
sub16x16_dct_c: 20112
sub16x16_dct_mmx: 5742
sub16x16_dct_sse2: 5589
sub16x16_dct8_c: 40360
sub16x16_dct8_mmx: 8757
sub16x16_dct8_sse2: 8014
zigzag_scan_4x4_field_c: 180
zigzag_scan_4x4_field_mmx: 109
MatMaul
4th June 2008, 12:04
intel pentium M 740 Dothan :
add4x4_idct_c: 2756
add4x4_idct_mmx: 430
add8x8_idct_c: 9734
add8x8_idct_mmx: 1550
add8x8_idct_sse2: 1790
add8x8_idct8_c: 17038
add8x8_idct8_mmx: 2090
add8x8_idct8_sse2: 2240
add16x16_idct_c: 39356
add16x16_idct_mmx: 5983
add16x16_idct_sse2: 6902
add16x16_idct8_c: 68457
add16x16_idct8_mmx: 8228
add16x16_idct8_sse2: 9038
avg_4x2_c: 322
avg_4x2_mmx: 210
avg_4x4_c: 570
avg_4x4_mmx: 250
avg_4x8_c: 980
avg_4x8_mmx: 330
avg_8x4_c: 970
avg_8x4_mmx: 251
avg_8x8_c: 1790
avg_8x8_mmx: 330
avg_8x16_c: 3469
avg_8x16_mmx: 500
avg_16x8_c: 3390
avg_16x8_mmx: 470
avg_16x8_sse2: 500
avg_16x16_c: 6669
avg_16x16_mmx: 800
avg_16x16_sse2: 860
avg_weight_4x4_c: 1315
avg_weight_4x4_mmx: 460
avg_weight_8x4_c: 2260
avg_weight_8x4_mmx: 900
avg_weight_8x8_c: 4451
avg_weight_8x8_mmx: 1600
avg_weight_8x16_c: 8682
avg_weight_8x16_mmx: 2680
avg_weight_16x8_c: 8477
avg_weight_16x8_mmx: 2648
avg_weight_16x16_c: 16815
avg_weight_16x16_mmx: 4778
cabac_encode_decision_c: 2008830
cabac_encode_decision_mmx: 1471540
dct4x4dc_c: 1110
dct4x4dc_mmx: 310
deblock_h_chroma_c: 1580
deblock_h_chroma_mmx: 974
deblock_h_chroma_intra_c: 1178
deblock_h_chroma_intra_mmx: 916
deblock_h_luma_c: 4424
deblock_h_luma_mmx: 2624
deblock_h_luma_sse2: 2566
deblock_h_luma_intra_c: 4338
deblock_h_luma_intra_mmx: 3734
deblock_h_luma_intra_sse2: 3754
deblock_v_chroma_c: 1699
deblock_v_chroma_mmx: 460
deblock_v_chroma_intra_c: 1331
deblock_v_chroma_intra_mmx: 420
deblock_v_luma_c: 4826
deblock_v_luma_mmx: 1502
deblock_v_luma_sse2: 1251
deblock_v_luma_intra_c: 5585
deblock_v_luma_intra_mmx: 2301
deblock_v_luma_intra_sse2: 2115
dequant_4x4_cqm_c: 811
dequant_4x4_cqm_mmx: 385
dequant_4x4_cqm_sse2: 396
dequant_4x4_flat_c: 807
dequant_4x4_flat_mmx: 259
dequant_4x4_flat_sse2: 250
dequant_8x8_cqm_c: 3329
dequant_8x8_cqm_mmx: 1179
dequant_8x8_cqm_sse2: 1202
dequant_8x8_flat_c: 3266
dequant_8x8_flat_mmx: 645
dequant_8x8_flat_sse2: 681
esa_ads_c: 4304
esa_ads_mmx: 1677
esa_ads_sse2: 1836
get_ref_4x4_c: 1511
get_ref_4x4_mmx: 603
get_ref_4x4_mmx_c64: 602
get_ref_4x4_mmx_c32: 603
get_ref_4x4_sse2: 603
get_ref_4x4_sse2_c64: 602
get_ref_4x8_c: 2625
get_ref_4x8_mmx: 740
get_ref_4x8_mmx_c64: 738
get_ref_4x8_mmx_c32: 740
get_ref_4x8_sse2: 741
get_ref_4x8_sse2_c64: 738
get_ref_8x4_c: 1757
get_ref_8x4_mmx: 635
get_ref_8x4_mmx_c64: 562
get_ref_8x4_mmx_c32: 584
get_ref_8x4_sse2: 632
get_ref_8x4_sse2_c64: 562
get_ref_8x8_c: 3174
get_ref_8x8_mmx: 805
get_ref_8x8_mmx_c64: 659
get_ref_8x8_mmx_c32: 700
get_ref_8x8_sse2: 802
get_ref_8x8_sse2_c64: 659
get_ref_8x16_c: 6007
get_ref_8x16_mmx: 1117
get_ref_8x16_mmx_c64: 872
get_ref_8x16_mmx_c32: 951
get_ref_8x16_sse2: 1113
get_ref_8x16_sse2_c64: 870
get_ref_12x10_c: 5127
get_ref_12x10_mmx: 1238
get_ref_12x10_mmx_c64: 1023
get_ref_12x10_mmx_c32: 1143
get_ref_12x10_sse2: 1234
get_ref_12x10_sse2_c64: 1057
get_ref_16x8_c: 5189
get_ref_16x8_mmx: 1156
get_ref_16x8_mmx_c64: 892
get_ref_16x8_mmx_c32: 1024
get_ref_16x8_sse2: 1222
get_ref_16x8_sse2_c64: 943
get_ref_16x16_c: 1385
get_ref_16x16_mmx: 1725
get_ref_16x16_mmx_c64: 1331
get_ref_16x16_mmx_c32: 1590
get_ref_16x16_sse2: 1821
get_ref_16x16_sse2_c64: 1421
get_ref_20x18_c: 4826
get_ref_20x18_mmx: 2339
get_ref_20x18_mmx_c64: 1938
get_ref_20x18_mmx_c32: 2346
get_ref_20x18_sse2: 2424
get_ref_20x18_sse2_c64: 2042
hpel_filter_c: 242160
hpel_filter_mmx: 64475
hpel_filter_sse2: 94502
idct4x4dc_c: 1270
idct4x4dc_mmx: 260
intra_predict_4x4_ddl_c: 1755
intra_predict_4x4_ddl_mmx: 220
intra_predict_4x4_vl_c: 463
intra_predict_4x4_vl_mmx: 170
intra_predict_8x8_dc_c: 450
intra_predict_8x8_dc_mmx: 230
intra_predict_8x8_dcl_c: 370
intra_predict_8x8_dcl_mmx: 250
intra_predict_8x8_dct_c: 370
intra_predict_8x8_dct_mmx: 250
intra_predict_8x8_ddl_c: 1255
intra_predict_8x8_ddl_mmx: 395
intra_predict_8x8_ddl_sse2: 460
intra_predict_8x8_ddr_c: 1336
intra_predict_8x8_ddr_mmx: 427
intra_predict_8x8_ddr_sse2: 487
intra_predict_8x8_v_c: 200
intra_predict_8x8_v_mmx: 120
intra_predict_8x8_vl_c: 1349
intra_predict_8x8_vl_sse2: 460
intra_predict_8x8_vr_c: 1306
intra_predict_8x8_vr_mmx: 607
intra_predict_8x8c_dc_c: 500
intra_predict_8x8c_dc_mmx: 410
intra_predict_8x8c_p_c: 2884
intra_predict_8x8c_p_mmx: 986
intra_predict_8x8c_v_c: 230
intra_predict_8x8c_v_mmx: 120
intra_predict_16x16_dc_c: 1222
intra_predict_16x16_dc_mmx: 933
intra_predict_16x16_dc_sse2: 864
intra_predict_16x16_dct_c: 1032
intra_predict_16x16_dct_mmx: 596
intra_predict_16x16_dct_sse2: 634
intra_predict_16x16_p_c: 9919
intra_predict_16x16_p_mmx: 2226
intra_predict_16x16_p_sse2: 2310
intra_predict_16x16_v_c: 818
intra_predict_16x16_v_mmx: 503
intra_predict_16x16_v_sse2: 493
intra_sa8d_x3_8x8_mmx: 3370
intra_satd_x3_4x4_mmx: 859
intra_satd_x3_8x8c_mmx: 2730
intra_satd_x3_16x16_mmx: 8989
mc_chroma_2x2_c: 831
mc_chroma_2x2_mmx: 561
mc_chroma_2x4_c: 1281
mc_chroma_2x4_mmx: 779
mc_chroma_4x2_c: 1204
mc_chroma_4x2_mmx: 561
mc_chroma_4x4_c: 2024
mc_chroma_4x4_mmx: 779
mc_chroma_4x8_c: 3562
mc_chroma_4x8_mmx: 1229
mc_chroma_8x4_c: 3290
mc_chroma_8x4_mmx: 1191
mc_chroma_8x8_c: 6156
mc_chroma_8x8_mmx: 2125
mc_luma_4x4_c: 1515
mc_luma_4x4_mmx: 628
mc_luma_4x4_mmx_c64: 627
mc_luma_4x4_mmx_c32: 627
mc_luma_4x4_sse2: 628
mc_luma_4x4_sse2_c64: 628
mc_luma_4x8_c: 2628
mc_luma_4x8_mmx: 776
mc_luma_4x8_mmx_c64: 774
mc_luma_4x8_mmx_c32: 774
mc_luma_4x8_sse2: 776
mc_luma_4x8_sse2_c64: 775
mc_luma_8x4_c: 1759
mc_luma_8x4_mmx: 676
mc_luma_8x4_mmx_c64: 587
mc_luma_8x4_mmx_c32: 608
mc_luma_8x4_sse2: 674
mc_luma_8x4_sse2_c64: 587
mc_luma_8x8_c: 3175
mc_luma_8x8_mmx: 860
mc_luma_8x8_mmx_c64: 699
mc_luma_8x8_mmx_c32: 740
mc_luma_8x8_sse2: 857
mc_luma_8x8_sse2_c64: 700
mc_luma_8x16_c: 6008
mc_luma_8x16_mmx: 1169
mc_luma_8x16_mmx_c64: 942
mc_luma_8x16_mmx_c32: 1024
mc_luma_8x16_sse2: 1166
mc_luma_8x16_sse2_c64: 942
mc_luma_16x8_c: 5185
mc_luma_16x8_mmx: 1253
mc_luma_16x8_mmx_c64: 968
mc_luma_16x8_mmx_c32: 1112
mc_luma_16x8_sse2: 1315
mc_luma_16x8_sse2_c64: 1039
mc_luma_16x16_c: 1379
mc_luma_16x16_mmx: 1914
mc_luma_16x16_mmx_c64: 1503
mc_luma_16x16_mmx_c32: 1776
mc_luma_16x16_sse2: 2038
mc_luma_16x16_sse2_c64: 1624
quant_2x2_dc_c: 391
quant_2x2_dc_mmx: 160
quant_4x4_c: 864
quant_4x4_mmx: 330
quant_4x4_sse2: 300
quant_4x4_dc_c: 979
quant_4x4_dc_mmx: 330
quant_4x4_dc_sse2: 340
quant_8x8_c: 4174
quant_8x8_mmx: 924
quant_8x8_sse2: 894
sa8d_8x8_c: 7630
sa8d_8x8_mmx: 2220
sa8d_8x8_sse2: 2682
sa8d_16x16_c: 33147
sa8d_16x16_mmx: 8950
sa8d_16x16_sse2: 10728
sad_4x4_c: 880
sad_4x4_mmx: 260
sad_4x8_c: 1520
sad_4x8_mmx: 408
sad_8x4_c: 1410
sad_8x4_mmx: 302
sad_8x4_mmx_c64: 295
sad_8x4_mmx_c32: 312
sad_8x8_c: 2620
sad_8x8_mmx: 482
sad_8x8_mmx_c64: 419
sad_8x8_mmx_c32: 443
sad_8x16_c: 5111
sad_8x16_mmx: 844
sad_8x16_mmx_c64: 667
sad_8x16_mmx_c32: 715
sad_16x8_c: 4824
sad_16x8_mmx: 818
sad_16x8_mmx_c64: 654
sad_16x8_mmx_c32: 770
sad_16x8_sse2: 826
sad_16x8_sse2_c64: 709
sad_16x16_c: 9374
sad_16x16_mmx: 1481
sad_16x16_mmx_c64: 1067
sad_16x16_mmx_c32: 1266
sad_16x16_sse2: 1508
sad_16x16_sse2_c64: 1234
sad_x3_4x4_c: 2481
sad_x3_4x4_mmx: 524
sad_x3_4x8_c: 4632
sad_x3_4x8_mmx: 866
sad_x3_8x4_c: 4180
sad_x3_8x4_mmx: 650
sad_x3_8x8_c: 7943
sad_x3_8x8_mmx: 1120
sad_x3_8x8_mmx_c64: 958
sad_x3_8x8_mmx_c32: 1087
sad_x3_8x16_c: 16026
sad_x3_8x16_mmx: 2109
sad_x3_8x16_mmx_c64: 1589
sad_x3_8x16_mmx_c32: 1779
sad_x3_16x8_c: 14375
sad_x3_16x8_mmx: 2029
sad_x3_16x8_mmx_c64: 1711
sad_x3_16x8_mmx_c32: 2142
sad_x3_16x8_sse2: 2139
sad_x3_16x8_sse2_c64: 1921
sad_x3_16x16_c: 29776
sad_x3_16x16_mmx: 3894
sad_x3_16x16_mmx_c64: 3033
sad_x3_16x16_mmx_c32: 3748
sad_x3_16x16_sse2: 4150
sad_x3_16x16_sse2_c64: 3505
sad_x4_4x4_c: 3402
sad_x4_4x4_mmx: 637
sad_x4_4x8_c: 6185
sad_x4_4x8_mmx: 1119
sad_x4_8x4_c: 5652
sad_x4_8x4_mmx: 885
sad_x4_8x8_c: 10780
sad_x4_8x8_mmx: 1488
sad_x4_8x8_mmx_c64: 1270
sad_x4_8x8_mmx_c32: 1489
sad_x4_8x16_c: 21406
sad_x4_8x16_mmx: 2788
sad_x4_8x16_mmx_c64: 2152
sad_x4_8x16_mmx_c32: 2456
sad_x4_16x8_c: 19927
sad_x4_16x8_mmx: 2630
sad_x4_16x8_mmx_c64: 2236
sad_x4_16x8_mmx_c32: 2912
sad_x4_16x8_sse2: 2891
sad_x4_16x8_sse2_c64: 2614
sad_x4_16x16_c: 5194
sad_x4_16x16_mmx: 5034
sad_x4_16x16_mmx_c64: 3931
sad_x4_16x16_mmx_c32: 5035
sad_x4_16x16_sse2: 5503
sad_x4_16x16_sse2_c64: 4754
satd_4x4_c: 1790
satd_4x4_mmx: 629
satd_4x8_c: 3719
satd_4x8_mmx: 1138
satd_8x4_c: 3634
satd_8x4_mmx: 1115
satd_8x4_sse2: 1057
satd_8x8_c: 7378
satd_8x8_mmx: 1982
satd_8x8_sse2: 1914
satd_8x16_c: 14427
satd_8x16_mmx: 3764
satd_8x16_sse2: 3656
satd_16x8_c: 14004
satd_16x8_mmx: 3722
satd_16x8_sse2: 3680
satd_16x16_c: 28016
satd_16x16_mmx: 7322
satd_16x16_sse2: 7169
ssd_4x4_c: 750
ssd_4x4_mmx: 280
ssd_4x8_c: 1221
ssd_4x8_mmx: 440
ssd_8x4_c: 1640
ssd_8x4_mmx: 480
ssd_8x4_sse2: 480
ssd_8x8_c: 3070
ssd_8x8_mmx: 740
ssd_8x8_sse2: 770
ssd_8x16_c: 5953
ssd_8x16_mmx: 1340
ssd_8x16_sse2: 1390
ssd_16x8_c: 6032
ssd_16x8_mmx: 1340
ssd_16x8_sse2: 1230
ssd_16x16_c: 11817
ssd_16x16_mmx: 2490
ssd_16x16_sse2: 2240
sub4x4_dct_c: 1222
sub4x4_dct_mmx: 410
sub8x8_dct_c: 5164
sub8x8_dct_mmx: 1490
sub8x8_dct_sse2: 1630
sub8x8_dct8_c: 10087
sub8x8_dct8_mmx: 2210
sub8x8_dct8_sse2: 2200
sub16x16_dct_c: 20690
sub16x16_dct_mmx: 5692
sub16x16_dct_sse2: 6329
sub16x16_dct8_c: 40569
sub16x16_dct8_mmx: 8795
sub16x16_dct8_sse2: 8820
zigzag_scan_4x4_field_c: 180
zigzag_scan_4x4_field_mmx: 120
Japhsoncross
4th June 2008, 12:21
Phenom9750 Quad Core @Stock speed 2.4G
add4x4_idct_c: 2376
add4x4_idct_mmx: 290
add8x8_idct_c: 9113
add8x8_idct_mmx: 1357
add8x8_idct_sse2: 761
add8x8_idct8_c: 18506
add8x8_idct8_mmx: 2016
add8x8_idct8_sse2: 981
add16x16_idct_c: 37114
add16x16_idct_mmx: 5818
add16x16_idct_sse2: 3452
add16x16_idct8_c: 71174
add16x16_idct8_mmx: 7891
add16x16_idct8_sse2: 4063
avg_4x2_c: 291
avg_4x2_mmx: 136
avg_4x4_c: 480
avg_4x4_mmx: 175
avg_4x8_c: 884
avg_4x8_mmx: 267
avg_8x4_c: 848
avg_8x4_mmx: 177
avg_8x8_c: 1731
avg_8x8_mmx: 267
avg_8x16_c: 3637
avg_8x16_mmx: 426
avg_16x8_c: 3407
avg_16x8_mmx: 318
avg_16x8_sse2: 278
avg_16x16_c: 7062
avg_16x16_mmx: 607
avg_16x16_sse2: 442
avg_weight_4x4_c: 1094
avg_weight_4x4_mmx: 520
avg_weight_8x4_c: 2175
avg_weight_8x4_mmx: 879
avg_weight_8x8_c: 4905
avg_weight_8x8_mmx: 1458
avg_weight_8x16_c: 9798
avg_weight_8x16_mmx: 2651
avg_weight_16x8_c: 9387
avg_weight_16x8_mmx: 2579
avg_weight_16x16_c: 18680
avg_weight_16x16_mmx: 4898
cabac_encode_decision_c: 1859152
cabac_encode_decision_mmx: 1647998
dct4x4dc_c: 694
dct4x4dc_mmx: 221
deblock_h_chroma_c: 1410
deblock_h_chroma_mmx: 599
deblock_h_chroma_intra_c: 892
deblock_h_chroma_intra_mmx: 565
deblock_h_luma_c: 4618
deblock_h_luma_mmx: 2062
deblock_h_luma_sse2: 1554
deblock_h_luma_intra_c: 4328
deblock_h_luma_intra_mmx: 3204
deblock_h_luma_intra_sse2: 2232
deblock_v_chroma_c: 1464
deblock_v_chroma_mmx: 363
deblock_v_chroma_intra_c: 1144
deblock_v_chroma_intra_mmx: 302
deblock_v_luma_c: 5080
deblock_v_luma_mmx: 1459
deblock_v_luma_sse2: 662
deblock_v_luma_intra_c: 5612
deblock_v_luma_intra_mmx: 2314
deblock_v_luma_intra_sse2: 1096
dequant_4x4_cqm_c: 644
dequant_4x4_cqm_mmx: 261
dequant_4x4_cqm_sse2: 188
dequant_4x4_flat_c: 637
dequant_4x4_flat_mmx: 151
dequant_4x4_flat_sse2: 142
dequant_8x8_cqm_c: 3042
dequant_8x8_cqm_mmx: 977
dequant_8x8_cqm_sse2: 538
dequant_8x8_flat_c: 2986
dequant_8x8_flat_mmx: 514
dequant_8x8_flat_sse2: 330
esa_ads_c: 3822
esa_ads_mmx: 1332
esa_ads_sse2: 1025
get_ref_4x4_c: 1068
get_ref_4x4_mmx: 391
get_ref_4x4_mmx_c64: 392
get_ref_4x4_mmx_c32: 393
get_ref_4x4_sse2: 392
get_ref_4x4_sse2_c64: 392
get_ref_4x4_sse3_c64: 392
get_ref_4x8_c: 2026
get_ref_4x8_mmx: 466
get_ref_4x8_mmx_c64: 466
get_ref_4x8_mmx_c32: 466
get_ref_4x8_sse2: 467
get_ref_4x8_sse2_c64: 467
get_ref_4x8_sse3_c64: 466
get_ref_8x4_c: 1572
get_ref_8x4_mmx: 395
get_ref_8x4_mmx_c64: 417
get_ref_8x4_mmx_c32: 430
get_ref_8x4_sse2: 396
get_ref_8x4_sse2_c64: 418
get_ref_8x4_sse3_c64: 418
get_ref_8x8_c: 2915
get_ref_8x8_mmx: 476
get_ref_8x8_mmx_c64: 502
get_ref_8x8_mmx_c32: 522
get_ref_8x8_sse2: 477
get_ref_8x8_sse2_c64: 511
get_ref_8x8_sse3_c64: 504
get_ref_8x16_c: 5574
get_ref_8x16_mmx: 620
get_ref_8x16_mmx_c64: 672
get_ref_8x16_mmx_c32: 715
get_ref_8x16_sse2: 622
get_ref_8x16_sse2_c64: 676
get_ref_8x16_sse3_c64: 675
get_ref_12x10_c: 4902
get_ref_12x10_mmx: 717
get_ref_12x10_mmx_c64: 806
get_ref_12x10_mmx_c32: 856
get_ref_12x10_sse2: 719
get_ref_12x10_sse2_c64: 719
get_ref_12x10_sse3_c64: 592
get_ref_16x8_c: 5668
get_ref_16x8_mmx: 652
get_ref_16x8_mmx_c64: 749
get_ref_16x8_mmx_c32: 807
get_ref_16x8_sse2: 552
get_ref_16x8_sse2_c64: 643
get_ref_16x8_sse3_c64: 550
get_ref_16x16_c: 3955
get_ref_16x16_mmx: 1014
get_ref_16x16_mmx_c64: 1161
get_ref_16x16_mmx_c32: 1289
get_ref_16x16_sse2: 768
get_ref_16x16_sse2_c64: 963
get_ref_16x16_sse3_c64: 766
get_ref_20x18_c: 4611686018427387904
get_ref_20x18_mmx: 1354
get_ref_20x18_mmx_c64: 1662
get_ref_20x18_mmx_c32: 1447
get_ref_20x18_sse2: 1231
get_ref_20x18_sse2_c64: 1570
get_ref_20x18_sse3_c64: 1227
hpel_filter_c: 245808
hpel_filter_mmx: 48942
hpel_filter_sse2: 39882
idct4x4dc_c: 804
idct4x4dc_mmx: 190
intra_predict_4x4_ddl_c: 263
intra_predict_4x4_ddl_mmx: 130
intra_predict_4x4_vl_c: 276
intra_predict_4x4_vl_mmx: 128
intra_predict_8x8_dc_c: 254
intra_predict_8x8_dc_mmx: 126
intra_predict_8x8_dcl_c: 197
intra_predict_8x8_dcl_mmx: 109
intra_predict_8x8_dct_c: 197
intra_predict_8x8_dct_mmx: 108
intra_predict_8x8_ddl_c: 700
intra_predict_8x8_ddl_mmx: 276
intra_predict_8x8_ddl_sse2: 150
intra_predict_8x8_ddr_c: 742
intra_predict_8x8_ddr_mmx: 263
intra_predict_8x8_ddr_sse2: 165
intra_predict_8x8_v_c: 122
intra_predict_8x8_v_mmx: 88
intra_predict_8x8_vl_c: 668
intra_predict_8x8_vl_sse2: 162
intra_predict_8x8_vr_c: 712
intra_predict_8x8_vr_mmx: 365
intra_predict_8x8c_dc_c: 302
intra_predict_8x8c_dc_mmx: 448
intra_predict_8x8c_p_c: 2395
intra_predict_8x8c_p_mmx: 850
intra_predict_8x8c_v_c: 142
intra_predict_8x8c_v_mmx: 91
intra_predict_16x16_dc_c: 794
intra_predict_16x16_dc_mmx: 758
intra_predict_16x16_dc_sse2: 464
intra_predict_16x16_dct_c: 695
intra_predict_16x16_dct_mmx: 269
intra_predict_16x16_dct_sse2: 253
intra_predict_16x16_p_c: 8853
intra_predict_16x16_p_mmx: 1956
intra_predict_16x16_p_sse2: 1355
intra_predict_16x16_v_c: 496
intra_predict_16x16_v_mmx: 236
intra_predict_16x16_v_sse2: 254
intra_sa8d_x3_8x8_mmx: 3296
intra_satd_x3_4x4_mmx: 784
intra_satd_x3_8x8c_mmx: 2510
intra_satd_x3_16x16_mmx: 8417
mc_chroma_2x2_c: 591
mc_chroma_2x2_mmx: 399
mc_chroma_2x4_c: 968
mc_chroma_2x4_mmx: 595
mc_chroma_4x2_c: 901
mc_chroma_4x2_mmx: 401
mc_chroma_4x4_c: 1667
mc_chroma_4x4_mmx: 596
mc_chroma_4x8_c: 3148
mc_chroma_4x8_mmx: 984
mc_chroma_8x4_c: 3019
mc_chroma_8x4_mmx: 976
mc_chroma_8x8_c: 5708
mc_chroma_8x8_mmx: 1732
mc_luma_4x4_c: 1075
mc_luma_4x4_mmx: 462
mc_luma_4x4_mmx_c64: 458
mc_luma_4x4_mmx_c32: 461
mc_luma_4x4_sse2: 459
mc_luma_4x4_sse2_c64: 460
mc_luma_4x4_sse3_c64: 460
mc_luma_4x8_c: 2048
mc_luma_4x8_mmx: 548
mc_luma_4x8_mmx_c64: 548
mc_luma_4x8_mmx_c32: 549
mc_luma_4x8_sse2: 549
mc_luma_4x8_sse2_c64: 550
mc_luma_4x8_sse3_c64: 550
mc_luma_8x4_c: 1576
mc_luma_8x4_mmx: 472
mc_luma_8x4_mmx_c64: 481
mc_luma_8x4_mmx_c32: 495
mc_luma_8x4_sse2: 468
mc_luma_8x4_sse2_c64: 482
mc_luma_8x4_sse3_c64: 484
mc_luma_8x8_c: 2922
mc_luma_8x8_mmx: 568
mc_luma_8x8_mmx_c64: 590
mc_luma_8x8_mmx_c32: 611
mc_luma_8x8_sse2: 570
mc_luma_8x8_sse2_c64: 590
mc_luma_8x8_sse3_c64: 591
mc_luma_8x16_c: 5588
mc_luma_8x16_mmx: 736
mc_luma_8x16_mmx_c64: 785
mc_luma_8x16_mmx_c32: 829
mc_luma_8x16_sse2: 737
mc_luma_8x16_sse2_c64: 785
mc_luma_8x16_sse3_c64: 787
mc_luma_16x8_c: 5679
mc_luma_16x8_mmx: 826
mc_luma_16x8_mmx_c64: 864
mc_luma_16x8_mmx_c32: 930
mc_luma_16x8_sse2: 632
mc_luma_16x8_sse2_c64: 741
mc_luma_16x8_sse3_c64: 641
mc_luma_16x16_c: 3917
mc_luma_16x16_mmx: 1254
mc_luma_16x16_mmx_c64: 1336
mc_luma_16x16_mmx_c32: 1471
mc_luma_16x16_sse2: 909
mc_luma_16x16_sse2_c64: 1108
mc_luma_16x16_sse3_c64: 910
quant_2x2_dc_c: 268
quant_2x2_dc_mmx: 121
quant_4x4_c: 766
quant_4x4_mmx: 224
quant_4x4_sse2: 190
quant_4x4_dc_c: 908
quant_4x4_dc_mmx: 222
quant_4x4_dc_sse2: 173
quant_8x8_c: 4176
quant_8x8_mmx: 877
quant_8x8_sse2: 450
sa8d_8x8_c: 6274
sa8d_8x8_mmx: 1972
sa8d_8x8_sse2: 1272
sa8d_16x16_c: 24064
sa8d_16x16_mmx: 7810
sa8d_16x16_sse2: 5100
sad_4x4_c: 604
sad_4x4_mmx: 141
sad_4x8_c: 1295
sad_4x8_mmx: 212
sad_8x4_c: 1205
sad_8x4_mmx: 140
sad_8x4_mmx_c64: 161
sad_8x4_mmx_c32: 172
sad_8x8_c: 2519
sad_8x8_mmx: 214
sad_8x8_mmx_c64: 246
sad_8x8_mmx_c32: 264
sad_8x16_c: 5198
sad_8x16_mmx: 350
sad_8x16_mmx_c64: 406
sad_8x16_mmx_c32: 434
sad_16x8_c: 4890
sad_16x8_mmx: 365
sad_16x8_mmx_c64: 434
sad_16x8_mmx_c32: 498
sad_16x8_sse2: 248
sad_16x8_sse2_c64: 388
sad_16x8_sse3_c64: 248
sad_16x16_c: 9861
sad_16x16_mmx: 653
sad_16x16_mmx_c64: 815
sad_16x16_mmx_c32: 971
sad_16x16_sse2: 442
sad_16x16_sse2_c64: 598
sad_16x16_sse3_c64: 442
sad_x3_4x4_c: 2192
sad_x3_4x4_mmx: 240
sad_x3_4x8_c: 4196
sad_x3_4x8_mmx: 380
sad_x3_8x4_c: 3983
sad_x3_8x4_mmx: 278
sad_x3_8x8_c: 8115
sad_x3_8x8_mmx: 480
sad_x3_8x8_mmx_c64: 646
sad_x3_8x8_mmx_c32: 748
sad_x3_8x16_c: 17881
sad_x3_8x16_mmx: 911
sad_x3_8x16_mmx_c64: 1161
sad_x3_8x16_mmx_c32: 1322
sad_x3_16x8_c: 15014
sad_x3_16x8_mmx: 914
sad_x3_16x8_mmx_c64: 1248
sad_x3_16x8_mmx_c32: 1565
sad_x3_16x8_sse2: 516
sad_x3_16x8_sse2_c64: 1040
sad_x3_16x8_sse3_c64: 516
sad_x3_16x16_c: 3046
sad_x3_16x16_mmx: 1776
sad_x3_16x16_mmx_c64: 2483
sad_x3_16x16_mmx_c32: 3158
sad_x3_16x16_sse2: 914
sad_x3_16x16_sse2_c64: 1568
sad_x3_16x16_sse3_c64: 914
sad_x4_4x4_c: 3068
sad_x4_4x4_mmx: 285
sad_x4_4x8_c: 5801
sad_x4_4x8_mmx: 506
sad_x4_8x4_c: 5549
sad_x4_8x4_mmx: 344
sad_x4_8x8_c: 11237
sad_x4_8x8_mmx: 636
sad_x4_8x8_mmx_c64: 861
sad_x4_8x8_mmx_c32: 1036
sad_x4_8x16_c: 23182
sad_x4_8x16_mmx: 1194
sad_x4_8x16_mmx_c64: 1517
sad_x4_8x16_mmx_c32: 1784
sad_x4_16x8_c: 20883
sad_x4_16x8_mmx: 1194
sad_x4_16x8_mmx_c64: 1693
sad_x4_16x8_mmx_c32: 2146
sad_x4_16x8_sse2: 660
sad_x4_16x8_sse2_c64: 1446
sad_x4_16x8_sse3_c64: 660
sad_x4_16x16_c: 13734
sad_x4_16x16_mmx: 2310
sad_x4_16x16_mmx_c64: 3303
sad_x4_16x16_mmx_c32: 4278
sad_x4_16x16_sse2: 1198
sad_x4_16x16_sse2_c64: 2167
sad_x4_16x16_sse3_c64: 1198
satd_4x4_c: 1260
satd_4x4_mmx: 453
satd_4x8_c: 2928
satd_4x8_mmx: 865
satd_8x4_c: 2876
satd_8x4_mmx: 849
satd_8x4_sse2: 618
satd_8x8_c: 5882
satd_8x8_mmx: 1610
satd_8x8_sse2: 1066
satd_8x16_c: 11923
satd_8x16_mmx: 3081
satd_8x16_sse2: 1946
satd_16x8_c: 12241
satd_16x8_mmx: 3103
satd_16x8_sse2: 1938
satd_16x16_c: 24329
satd_16x16_mmx: 6067
satd_16x16_sse2: 3700
ssd_4x4_c: 464
ssd_4x4_mmx: 209
ssd_4x8_c: 957
ssd_4x8_mmx: 361
ssd_8x4_c: 1321
ssd_8x4_mmx: 340
ssd_8x4_sse2: 211
ssd_8x8_c: 2784
ssd_8x8_mmx: 661
ssd_8x8_sse2: 390
ssd_8x16_c: 5812
ssd_8x16_mmx: 1300
ssd_8x16_sse2: 676
ssd_16x8_c: 5208
ssd_16x8_mmx: 1301
ssd_16x8_sse2: 666
ssd_16x16_c: 10571
ssd_16x16_mmx: 2570
ssd_16x16_sse2: 1166
sub4x4_dct_c: 1056
sub4x4_dct_mmx: 281
sub8x8_dct_c: 4255
sub8x8_dct_mmx: 1212
sub8x8_dct_sse2: 692
sub8x8_dct8_c: 8216
sub8x8_dct8_mmx: 1936
sub8x8_dct8_sse2: 1126
sub16x16_dct_c: 17516
sub16x16_dct_mmx: 5042
sub16x16_dct_sse2: 3560
sub16x16_dct8_c: 33618
sub16x16_dct8_mmx: 7770
sub16x16_dct8_sse2: 4165
zigzag_scan_4x4_field_c: 139
zigzag_scan_4x4_field_mmx: 90
Gabriel_Bouvigne
4th June 2008, 12:48
A pair of Sledgehammers 846:
http://pastebin.com/f5dc5be21
Hunstad
4th June 2008, 12:59
Intel Core 2 Due E6850 @ 3.00GHz.
The test used only 1 Core ( 50% CPU in Task Manager)
add4x4_idct_c: 2064
add4x4_idct_mmx: 403
add8x8_idct_c: 7536
add8x8_idct_mmx: 1289
add8x8_idct_sse2: 1080
add8x8_idct8_c: 14170
add8x8_idct8_mmx: 1880
add8x8_idct8_sse2: 1250
add16x16_idct_c: 33352
add16x16_idct_mmx: 5112
add16x16_idct_sse2: 4323
add16x16_idct8_c: 56852
add16x16_idct8_mmx: 7145
add16x16_idct8_sse2: 4959
avg_4x2_c: 286
avg_4x2_mmx: 100
avg_4x4_c: 650
avg_4x4_mmx: 128
avg_4x8_c: 861
avg_4x8_mmx: 220
avg_8x4_c: 868
avg_8x4_mmx: 131
avg_8x8_c: 1426
avg_8x8_mmx: 220
avg_8x16_c: 2721
avg_8x16_mmx: 397
avg_16x8_c: 2726
avg_16x8_mmx: 405
avg_16x8_sse2: 264
avg_16x16_c: 5288
avg_16x16_mmx: 716
avg_16x16_sse2: 585
avg_weight_4x4_c: 891
avg_weight_4x4_mmx: 386
avg_weight_8x4_c: 1472
avg_weight_8x4_mmx: 718
avg_weight_8x8_c: 3031
avg_weight_8x8_mmx: 1218
avg_weight_8x16_c: 5887
avg_weight_8x16_mmx: 2210
avg_weight_16x8_c: 5534
avg_weight_16x8_mmx: 1866
avg_weight_16x16_c: 10970
avg_weight_16x16_mmx: 3384
cabac_encode_decision_c: 1798560
cabac_encode_decision_mmx: 1429346
dct4x4dc_c: 796
dct4x4dc_mmx: 280
deblock_h_chroma_c: 1253
deblock_h_chroma_mmx: 783
deblock_h_chroma_intra_c: 979
deblock_h_chroma_intra_mmx: 646
deblock_h_luma_c: 3588
deblock_h_luma_mmx: 2288
deblock_h_luma_sse2: 1884
deblock_h_luma_intra_c: 3729
deblock_h_luma_intra_mmx: 3324
deblock_h_luma_intra_sse2: 2520
deblock_v_chroma_c: 1352
deblock_v_chroma_mmx: 345
deblock_v_chroma_intra_c: 1059
deblock_v_chroma_intra_mmx: 344
deblock_v_luma_c: 4008
deblock_v_luma_mmx: 1153
deblock_v_luma_sse2: 553
deblock_v_luma_intra_c: 4521
deblock_v_luma_intra_mmx: 1843
deblock_v_luma_intra_sse2: 865
dequant_4x4_cqm_c: 587
dequant_4x4_cqm_mmx: 236
dequant_4x4_cqm_sse2: 207
dequant_4x4_flat_c: 586
dequant_4x4_flat_mmx: 170
dequant_4x4_flat_sse2: 130
dequant_8x8_cqm_c: 2452
dequant_8x8_cqm_mmx: 890
dequant_8x8_cqm_sse2: 642
dequant_8x8_flat_c: 2399
dequant_8x8_flat_mmx: 465
dequant_8x8_flat_sse2: 360
esa_ads_c: 3652
esa_ads_mmx: 1256
esa_ads_sse2: 1196
esa_ads_ssse3: 1165
get_ref_4x4_c: 1078
get_ref_4x4_mmx: 514
get_ref_4x4_mmx_c64: 524
get_ref_4x4_mmx_c32: 516
get_ref_4x4_sse2: 521
get_ref_4x4_sse2_c64: 519
get_ref_4x4_sse3_c64: 516
get_ref_4x8_c: 1984
get_ref_4x8_mmx: 688
get_ref_4x8_mmx_c64: 694
get_ref_4x8_mmx_c32: 694
get_ref_4x8_sse2: 698
get_ref_4x8_sse2_c64: 699
get_ref_4x8_sse3_c64: 695
get_ref_8x4_c: 1621
get_ref_8x4_mmx: 568
get_ref_8x4_mmx_c64: 416
get_ref_8x4_mmx_c32: 436
get_ref_8x4_sse2: 569
get_ref_8x4_sse2_c64: 422
get_ref_8x4_sse3_c64: 426
get_ref_8x8_c: 2708
get_ref_8x8_mmx: 812
get_ref_8x8_mmx_c64: 499
get_ref_8x8_mmx_c32: 530
get_ref_8x8_sse2: 816
get_ref_8x8_sse2_c64: 500
get_ref_8x8_sse3_c64: 509
get_ref_8x16_c: 5268
get_ref_8x16_mmx: 1191
get_ref_8x16_mmx_c64: 700
get_ref_8x16_mmx_c32: 737
get_ref_8x16_sse2: 1192
get_ref_8x16_sse2_c64: 699
get_ref_8x16_sse3_c64: 702
get_ref_12x10_c: 4450
get_ref_12x10_mmx: 1422
get_ref_12x10_mmx_c64: 935
get_ref_12x10_mmx_c32: 1042
get_ref_12x10_sse2: 1429
get_ref_12x10_sse2_c64: 820
get_ref_12x10_sse3_c64: 1494
get_ref_16x8_c: 4298
get_ref_16x8_mmx: 1314
get_ref_16x8_mmx_c64: 735
get_ref_16x8_mmx_c32: 862
get_ref_16x8_sse2: 1294
get_ref_16x8_sse2_c64: 721
get_ref_16x8_sse3_c64: 1288
get_ref_16x16_c: 2252
get_ref_16x16_mmx: 2046
get_ref_16x16_mmx_c64: 1181
get_ref_16x16_mmx_c32: 1421
get_ref_16x16_sse2: 1975
get_ref_16x16_sse2_c64: 1135
get_ref_16x16_sse3_c64: 1974
get_ref_20x18_c: 4822
get_ref_20x18_mmx: 2799
get_ref_20x18_mmx_c64: 1872
get_ref_20x18_mmx_c32: 2699
get_ref_20x18_sse2: 2714
get_ref_20x18_sse2_c64: 1868
get_ref_20x18_sse3_c64: 2711
hpel_filter_c: 208499
hpel_filter_mmx: 101420
hpel_filter_sse2: 64046
hpel_filter_ssse3: 58642
idct4x4dc_c: 1023
idct4x4dc_mmx: 200
intra_predict_4x4_ddl_c: 286
intra_predict_4x4_ddl_mmx: 186
intra_predict_4x4_vl_c: 347
intra_predict_4x4_vl_mmx: 180
intra_predict_8x8_dc_c: 290
intra_predict_8x8_dc_mmx: 98
intra_predict_8x8_dcl_c: 210
intra_predict_8x8_dcl_mmx: 100
intra_predict_8x8_dct_c: 210
intra_predict_8x8_dct_mmx: 99
intra_predict_8x8_ddl_c: 1114
intra_predict_8x8_ddl_mmx: 306
intra_predict_8x8_ddl_sse2: 231
intra_predict_8x8_ddr_c: 1091
intra_predict_8x8_ddr_mmx: 390
intra_predict_8x8_ddr_sse2: 270
intra_predict_8x8_v_c: 120
intra_predict_8x8_v_mmx: 90
intra_predict_8x8_vl_c: 1045
intra_predict_8x8_vl_sse2: 249
intra_predict_8x8_vr_c: 1111
intra_predict_8x8_vr_mmx: 590
intra_predict_8x8c_dc_c: 336
intra_predict_8x8c_dc_mmx: 339
intra_predict_8x8c_p_c: 2408
intra_predict_8x8c_p_mmx: 858
intra_predict_8x8c_v_c: 100
intra_predict_8x8c_v_mmx: 90
intra_predict_16x16_dc_c: 1100
intra_predict_16x16_dc_mmx: 771
intra_predict_16x16_dc_sse2: 472
intra_predict_16x16_dct_c: 901
intra_predict_16x16_dct_mmx: 550
intra_predict_16x16_dct_sse2: 265
intra_predict_16x16_p_c: 7716
intra_predict_16x16_p_mmx: 1691
intra_predict_16x16_p_sse2: 1349
intra_predict_16x16_v_c: 742
intra_predict_16x16_v_mmx: 457
intra_predict_16x16_v_sse2: 155
intra_sa8d_x3_8x8_mmx: 3559
intra_satd_x3_4x4_mmx: 685
intra_satd_x3_4x4_ssse3: 698
intra_satd_x3_8x8c_mmx: 2226
intra_satd_x3_8x8c_ssse3: 2122
intra_satd_x3_16x16_mmx: 7351
intra_satd_x3_16x16_ssse3: 6808
mc_chroma_2x2_c: 677
mc_chroma_2x2_mmx: 424
mc_chroma_2x4_c: 1164
mc_chroma_2x4_mmx: 560
mc_chroma_4x2_c: 1000
mc_chroma_4x2_mmx: 428
mc_chroma_4x4_c: 1784
mc_chroma_4x4_mmx: 579
mc_chroma_4x8_c: 3330
mc_chroma_4x8_mmx: 910
mc_chroma_8x4_c: 3080
mc_chroma_8x4_mmx: 873
mc_chroma_8x8_c: 5905
mc_chroma_8x8_mmx: 1440
mc_luma_4x4_c: 1146
mc_luma_4x4_mmx: 544
mc_luma_4x4_mmx_c64: 553
mc_luma_4x4_mmx_c32: 541
mc_luma_4x4_sse2: 549
mc_luma_4x4_sse2_c64: 549
mc_luma_4x4_sse3_c64: 543
mc_luma_4x8_c: 1917
mc_luma_4x8_mmx: 754
mc_luma_4x8_mmx_c64: 767
mc_luma_4x8_mmx_c32: 753
mc_luma_4x8_sse2: 761
mc_luma_4x8_sse2_c64: 763
mc_luma_4x8_sse3_c64: 753
mc_luma_8x4_c: 1625
mc_luma_8x4_mmx: 619
mc_luma_8x4_mmx_c64: 493
mc_luma_8x4_mmx_c32: 513
mc_luma_8x4_sse2: 618
mc_luma_8x4_sse2_c64: 500
mc_luma_8x4_sse3_c64: 499
mc_luma_8x8_c: 2712
mc_luma_8x8_mmx: 889
mc_luma_8x8_mmx_c64: 598
mc_luma_8x8_mmx_c32: 617
mc_luma_8x8_sse2: 894
mc_luma_8x8_sse2_c64: 596
mc_luma_8x8_sse3_c64: 593
mc_luma_8x16_c: 5136
mc_luma_8x16_mmx: 1342
mc_luma_8x16_mmx_c64: 860
mc_luma_8x16_mmx_c32: 899
mc_luma_8x16_sse2: 1346
mc_luma_8x16_sse2_c64: 859
mc_luma_8x16_sse3_c64: 858
mc_luma_16x8_c: 4422
mc_luma_16x8_mmx: 1486
mc_luma_16x8_mmx_c64: 955
mc_luma_16x8_mmx_c32: 1079
mc_luma_16x8_sse2: 1482
mc_luma_16x8_sse2_c64: 950
mc_luma_16x8_sse3_c64: 1476
mc_luma_16x16_c: 2132
mc_luma_16x16_mmx: 2318
mc_luma_16x16_mmx_c64: 1496
mc_luma_16x16_mmx_c32: 1747
mc_luma_16x16_sse2: 2253
mc_luma_16x16_sse2_c64: 1474
mc_luma_16x16_sse3_c64: 2249
quant_2x2_dc_c: 252
quant_2x2_dc_mmx: 120
quant_2x2_dc_ssse3: 109
quant_4x4_c: 641
quant_4x4_mmx: 250
quant_4x4_sse2: 120
quant_4x4_ssse3: 100
quant_4x4_dc_c: 659
quant_4x4_dc_mmx: 230
quant_4x4_dc_sse2: 130
quant_4x4_dc_ssse3: 120
quant_8x8_c: 3212
quant_8x8_mmx: 656
quant_8x8_sse2: 379
quant_8x8_ssse3: 299
sa8d_8x8_c: 6166
sa8d_8x8_mmx: 2074
sa8d_8x8_sse2: 1622
sa8d_8x8_ssse3: 1530
sa8d_8x8_sse4: 1984
sa8d_16x16_c: 26037
sa8d_16x16_mmx: 8476
sa8d_16x16_sse2: 6490
sa8d_16x16_ssse3: 6273
sa8d_16x16_sse4: 7949
sad_4x4_c: 923
sad_4x4_mmx: 172
sad_4x8_c: 1337
sad_4x8_mmx: 280
sad_8x4_c: 1144
sad_8x4_mmx: 218
sad_8x4_mmx_c64: 157
sad_8x4_mmx_c32: 175
sad_8x8_c: 2166
sad_8x8_mmx: 442
sad_8x8_mmx_c64: 233
sad_8x8_mmx_c32: 256
sad_8x16_c: 4177
sad_8x16_mmx: 815
sad_8x16_mmx_c64: 397
sad_8x16_mmx_c32: 434
sad_16x8_c: 3660
sad_16x8_mmx: 774
sad_16x8_mmx_c64: 449
sad_16x8_mmx_c32: 528
sad_16x8_sse2: 700
sad_16x8_sse2_c64: 400
sad_16x8_sse3_c64: 702
sad_16x8_ssse3_c64: 363
sad_16x16_c: 7187
sad_16x16_mmx: 1540
sad_16x16_mmx_c64: 864
sad_16x16_mmx_c32: 1044
sad_16x16_sse2: 1382
sad_16x16_sse2_c64: 656
sad_16x16_sse3_c64: 1382
sad_16x16_ssse3_c64: 601
sad_x3_4x4_c: 2233
sad_x3_4x4_mmx: 349
sad_x3_4x8_c: 3763
sad_x3_4x8_mmx: 688
sad_x3_8x4_c: 3342
sad_x3_8x4_mmx: 528
sad_x3_8x8_c: 6533
sad_x3_8x8_mmx: 1060
sad_x3_8x8_mmx_c64: 629
sad_x3_8x8_mmx_c32: 767
sad_x3_8x16_c: 13288
sad_x3_8x16_mmx: 2084
sad_x3_8x16_mmx_c64: 1018
sad_x3_8x16_mmx_c32: 1204
sad_x3_16x8_c: 11285
sad_x3_16x8_mmx: 1914
sad_x3_16x8_mmx_c64: 1219
sad_x3_16x8_mmx_c32: 1526
sad_x3_16x8_sse2: 1879
sad_x3_16x8_sse2_c64: 1012
sad_x3_16x8_sse3_c64: 1874
sad_x3_16x8_ssse3_c64: 961
sad_x3_16x16_c: 23261
sad_x3_16x16_mmx: 3938
sad_x3_16x16_mmx_c64: 2129
sad_x3_16x16_mmx_c32: 2653
sad_x3_16x16_sse2: 3894
sad_x3_16x16_sse2_c64: 1752
sad_x3_16x16_sse3_c64: 3872
sad_x3_16x16_ssse3_c64: 1638
sad_x4_4x4_c: 3001
sad_x4_4x4_mmx: 456
sad_x4_4x8_c: 5042
sad_x4_4x8_mmx: 907
sad_x4_8x4_c: 4552
sad_x4_8x4_mmx: 678
sad_x4_8x8_c: 8996
sad_x4_8x8_mmx: 1334
sad_x4_8x8_mmx_c64: 854
sad_x4_8x8_mmx_c32: 1067
sad_x4_8x16_c: 17706
sad_x4_8x16_mmx: 2693
sad_x4_8x16_mmx_c64: 1346
sad_x4_8x16_mmx_c32: 1653
sad_x4_16x8_c: 15758
sad_x4_16x8_mmx: 2462
sad_x4_16x8_mmx_c64: 1650
sad_x4_16x8_mmx_c32: 2210
sad_x4_16x8_sse2: 2434
sad_x4_16x8_sse2_c64: 1343
sad_x4_16x8_sse3_c64: 2440
sad_x4_16x8_ssse3_c64: 1262
sad_x4_16x16_c: 7066
sad_x4_16x16_mmx: 5106
sad_x4_16x16_mmx_c64: 2807
sad_x4_16x16_mmx_c32: 3661
sad_x4_16x16_sse2: 5064
sad_x4_16x16_sse2_c64: 2288
sad_x4_16x16_sse3_c64: 5071
sad_x4_16x16_ssse3_c64: 2142
satd_4x4_c: 1497
satd_4x4_mmx: 653
satd_4x4_ssse3: 573
satd_4x8_c: 3153
satd_4x8_mmx: 1032
satd_4x8_ssse3: 1022
satd_8x4_c: 3110
satd_8x4_mmx: 960
satd_8x4_sse2: 835
satd_8x4_ssse3: 835
satd_8x4_sse4: 874
satd_8x8_c: 6026
satd_8x8_mmx: 1808
satd_8x8_sse2: 1574
satd_8x8_ssse3: 1456
satd_8x8_sse4: 1637
satd_8x16_c: 11719
satd_8x16_mmx: 3416
satd_8x16_sse2: 2980
satd_8x16_ssse3: 2780
satd_8x16_sse4: 3141
satd_16x8_c: 11525
satd_16x8_mmx: 3396
satd_16x8_sse2: 2922
satd_16x8_ssse3: 2764
satd_16x8_sse4: 3069
satd_16x16_c: 22871
satd_16x16_mmx: 6652
satd_16x16_sse2: 5783
satd_16x16_ssse3: 5358
satd_16x16_sse4: 6088
ssd_4x4_c: 718
ssd_4x4_mmx: 232
ssd_4x8_c: 1211
ssd_4x8_mmx: 372
ssd_8x4_c: 1439
ssd_8x4_mmx: 311
ssd_8x4_sse2: 220
ssd_8x8_c: 2840
ssd_8x8_mmx: 472
ssd_8x8_sse2: 470
ssd_8x16_c: 5682
ssd_8x16_mmx: 963
ssd_8x16_sse2: 840
ssd_16x8_c: 5314
ssd_16x8_mmx: 1023
ssd_16x8_sse2: 720
ssd_16x16_c: 10662
ssd_16x16_mmx: 1955
ssd_16x16_sse2: 1360
sub4x4_dct_c: 1042
sub4x4_dct_mmx: 351
sub8x8_dct_c: 4175
sub8x8_dct_mmx: 1233
sub8x8_dct_sse2: 1140
sub8x8_dct8_c: 8028
sub8x8_dct8_mmx: 1840
sub8x8_dct8_sse2: 1260
sub16x16_dct_c: 16747
sub16x16_dct_mmx: 5044
sub16x16_dct_sse2: 4447
sub16x16_dct8_c: 32873
sub16x16_dct8_mmx: 6985
sub16x16_dct8_sse2: 4739
zigzag_scan_4x4_field_c: 119
zigzag_scan_4x4_field_mmx: 94
zigzag_sub_4x4_frame_c: 384
zigzag_sub_4x4_frame_ssse3: 247
techouse
4th June 2008, 13:17
E6600@2.4GHz using Windows Vista Business SP-1 64-bit
Processors Information
------------------------------------------------------------------------------------
Processor 1 (ID = 0)
Number of cores 2 (max 2)
Number of threads 2 (max 2)
Name Intel Core 2 Duo E6600
Codename Conroe
Specification Intel(R) Core(TM)2 CPU 6600 @ 2.40GHz
Package Socket 775 LGA (platform ID = 0h)
CPUID 6.F.6
Extended CPUID 6.F
Core Stepping B2
Technology 65 nm
Core Speed 2400.0 MHz (9.0 x 266.7 MHz)
Rated Bus speed 1066.7 MHz
Stock frequency 2400 MHz
Instructions sets MMX, SSE, SSE2, SSE3, SSSE3, EM64T
L1 Data cache 2 x 32 KBytes, 8-way set associative, 64-byte line size
L1 Instruction cache 2 x 32 KBytes, 8-way set associative, 64-byte line size
L2 cache 4096 KBytes, 16-way set associative, 64-byte line size
FID/VID Control yes
FID range 6.0x - 9.0x
max VID 1.350 V
Features XD, VT
add4x4_idct_c: 2060
add4x4_idct_mmx: 398
add8x8_idct_c: 7520
add8x8_idct_mmx: 1316
add8x8_idct_sse2: 1088
add8x8_idct8_c: 14155
add8x8_idct8_mmx: 1888
add8x8_idct8_sse2: 1252
add16x16_idct_c: 33318
add16x16_idct_mmx: 5211
add16x16_idct_sse2: 4363
add16x16_idct8_c: 56436
add16x16_idct8_mmx: 7186
add16x16_idct8_sse2: 4976
avg_4x2_c: 310
avg_4x2_mmx: 98
avg_4x4_c: 663
avg_4x4_mmx: 136
avg_4x8_c: 878
avg_4x8_mmx: 220
avg_8x4_c: 910
avg_8x4_mmx: 133
avg_8x8_c: 1430
avg_8x8_mmx: 221
avg_8x16_c: 2766
avg_8x16_mmx: 404
avg_16x8_c: 2664
avg_16x8_mmx: 408
avg_16x8_sse2: 268
avg_16x16_c: 5230
avg_16x16_mmx: 732
avg_16x16_sse2: 588
avg_weight_4x4_c: 892
avg_weight_4x4_mmx: 350
avg_weight_8x4_c: 1476
avg_weight_8x4_mmx: 717
avg_weight_8x8_c: 3046
avg_weight_8x8_mmx: 1244
avg_weight_8x16_c: 5930
avg_weight_8x16_mmx: 2255
avg_weight_16x8_c: 5557
avg_weight_16x8_mmx: 1854
avg_weight_16x16_c: 11019
avg_weight_16x16_mmx: 3369
cabac_encode_decision_c: 1805686
cabac_encode_decision_mmx: 1431915
dct4x4dc_c: 798
dct4x4dc_mmx: 278
deblock_h_chroma_c: 1253
deblock_h_chroma_mmx: 742
deblock_h_chroma_intra_c: 959
deblock_h_chroma_intra_mmx: 612
deblock_h_luma_c: 3597
deblock_h_luma_mmx: 2088
deblock_h_luma_sse2: 1710
deblock_h_luma_intra_c: 3730
deblock_h_luma_intra_mmx: 3101
deblock_h_luma_intra_sse2: 2295
deblock_v_chroma_c: 1352
deblock_v_chroma_mmx: 372
deblock_v_chroma_intra_c: 1056
deblock_v_chroma_intra_mmx: 361
deblock_v_luma_c: 3968
deblock_v_luma_mmx: 1164
deblock_v_luma_sse2: 568
deblock_v_luma_intra_c: 4485
deblock_v_luma_intra_mmx: 1838
deblock_v_luma_intra_sse2: 873
dequant_4x4_cqm_c: 586
dequant_4x4_cqm_mmx: 240
dequant_4x4_cqm_sse2: 206
dequant_4x4_flat_c: 588
dequant_4x4_flat_mmx: 200
dequant_4x4_flat_sse2: 130
dequant_8x8_cqm_c: 2451
dequant_8x8_cqm_mmx: 893
dequant_8x8_cqm_sse2: 644
dequant_8x8_flat_c: 2400
dequant_8x8_flat_mmx: 466
dequant_8x8_flat_sse2: 361
esa_ads_c: 3662
esa_ads_mmx: 1266
esa_ads_sse2: 1207
esa_ads_ssse3: 1163
get_ref_4x4_c: 1088
get_ref_4x4_mmx: 467
get_ref_4x4_mmx_c64: 472
get_ref_4x4_mmx_c32: 470
get_ref_4x4_sse2: 470
get_ref_4x4_sse2_c64: 472
get_ref_4x4_sse3_c64: 470
get_ref_4x8_c: 1990
get_ref_4x8_mmx: 597
get_ref_4x8_mmx_c64: 586
get_ref_4x8_mmx_c32: 600
get_ref_4x8_sse2: 603
get_ref_4x8_sse2_c64: 597
get_ref_4x8_sse3_c64: 598
get_ref_8x4_c: 1606
get_ref_8x4_mmx: 487
get_ref_8x4_mmx_c64: 427
get_ref_8x4_mmx_c32: 452
get_ref_8x4_sse2: 492
get_ref_8x4_sse2_c64: 436
get_ref_8x4_sse3_c64: 434
get_ref_8x8_c: 2723
get_ref_8x8_mmx: 660
get_ref_8x8_mmx_c64: 511
get_ref_8x8_mmx_c32: 546
get_ref_8x8_sse2: 664
get_ref_8x8_sse2_c64: 518
get_ref_8x8_sse3_c64: 522
get_ref_8x16_c: 5326
get_ref_8x16_mmx: 1084
get_ref_8x16_mmx_c64: 720
get_ref_8x16_mmx_c32: 761
get_ref_8x16_sse2: 1102
get_ref_8x16_sse2_c64: 722
get_ref_8x16_sse3_c64: 724
get_ref_12x10_c: 4381
get_ref_12x10_mmx: 1077
get_ref_12x10_mmx_c64: 880
get_ref_12x10_mmx_c32: 986
get_ref_12x10_sse2: 1087
get_ref_12x10_sse2_c64: 839
get_ref_12x10_sse3_c64: 1114
get_ref_16x8_c: 4225
get_ref_16x8_mmx: 981
get_ref_16x8_mmx_c64: 763
get_ref_16x8_mmx_c32: 886
get_ref_16x8_sse2: 973
get_ref_16x8_sse2_c64: 755
get_ref_16x8_sse3_c64: 961
get_ref_16x16_c: 2244
get_ref_16x16_mmx: 1818
get_ref_16x16_mmx_c64: 1174
get_ref_16x16_mmx_c32: 1430
get_ref_16x16_sse2: 1799
get_ref_16x16_sse2_c64: 1158
get_ref_16x16_sse3_c64: 1767
get_ref_20x18_c: 4820
get_ref_20x18_mmx: 2614
get_ref_20x18_mmx_c64: 1872
get_ref_20x18_mmx_c32: 2593
get_ref_20x18_sse2: 2546
get_ref_20x18_sse2_c64: 1868
get_ref_20x18_sse3_c64: 2520
hpel_filter_c: 208553
hpel_filter_mmx: 91160
hpel_filter_sse2: 57540
hpel_filter_ssse3: 52113
idct4x4dc_c: 1024
idct4x4dc_mmx: 200
intra_predict_4x4_ddl_c: 285
intra_predict_4x4_ddl_mmx: 174
intra_predict_4x4_vl_c: 313
intra_predict_4x4_vl_mmx: 208
intra_predict_8x8_dc_c: 300
intra_predict_8x8_dc_mmx: 110
intra_predict_8x8_dcl_c: 230
intra_predict_8x8_dcl_mmx: 99
intra_predict_8x8_dct_c: 229
intra_predict_8x8_dct_mmx: 100
intra_predict_8x8_ddl_c: 1104
intra_predict_8x8_ddl_mmx: 322
intra_predict_8x8_ddl_sse2: 238
intra_predict_8x8_ddr_c: 1096
intra_predict_8x8_ddr_mmx: 438
intra_predict_8x8_ddr_sse2: 247
intra_predict_8x8_v_c: 120
intra_predict_8x8_v_mmx: 90
intra_predict_8x8_vl_c: 1066
intra_predict_8x8_vl_sse2: 230
intra_predict_8x8_vr_c: 1081
intra_predict_8x8_vr_mmx: 591
intra_predict_8x8c_dc_c: 327
intra_predict_8x8c_dc_mmx: 362
intra_predict_8x8c_p_c: 2376
intra_predict_8x8c_p_mmx: 859
intra_predict_8x8c_v_c: 110
intra_predict_8x8c_v_mmx: 90
intra_predict_16x16_dc_c: 1104
intra_predict_16x16_dc_mmx: 774
intra_predict_16x16_dc_sse2: 487
intra_predict_16x16_dct_c: 904
intra_predict_16x16_dct_mmx: 548
intra_predict_16x16_dct_sse2: 261
intra_predict_16x16_p_c: 7728
intra_predict_16x16_p_mmx: 1692
intra_predict_16x16_p_sse2: 1375
intra_predict_16x16_v_c: 743
intra_predict_16x16_v_mmx: 459
intra_predict_16x16_v_sse2: 150
intra_sa8d_x3_8x8_mmx: 3572
intra_satd_x3_4x4_mmx: 666
intra_satd_x3_4x4_ssse3: 699
intra_satd_x3_8x8c_mmx: 2231
intra_satd_x3_8x8c_ssse3: 2113
intra_satd_x3_16x16_mmx: 7364
intra_satd_x3_16x16_ssse3: 6818
mc_chroma_2x2_c: 698
mc_chroma_2x2_mmx: 424
mc_chroma_2x4_c: 1165
mc_chroma_2x4_mmx: 565
mc_chroma_4x2_c: 1016
mc_chroma_4x2_mmx: 434
mc_chroma_4x4_c: 1792
mc_chroma_4x4_mmx: 577
mc_chroma_4x8_c: 3336
mc_chroma_4x8_mmx: 916
mc_chroma_8x4_c: 3080
mc_chroma_8x4_mmx: 867
mc_chroma_8x8_c: 5921
mc_chroma_8x8_mmx: 1438
mc_luma_4x4_c: 1160
mc_luma_4x4_mmx: 485
mc_luma_4x4_mmx_c64: 482
mc_luma_4x4_mmx_c32: 480
mc_luma_4x4_sse2: 486
mc_luma_4x4_sse2_c64: 486
mc_luma_4x4_sse3_c64: 479
mc_luma_4x8_c: 1925
mc_luma_4x8_mmx: 624
mc_luma_4x8_mmx_c64: 623
mc_luma_4x8_mmx_c32: 623
mc_luma_4x8_sse2: 625
mc_luma_4x8_sse2_c64: 625
mc_luma_4x8_sse3_c64: 620
mc_luma_8x4_c: 1610
mc_luma_8x4_mmx: 526
mc_luma_8x4_mmx_c64: 502
mc_luma_8x4_mmx_c32: 514
mc_luma_8x4_sse2: 528
mc_luma_8x4_sse2_c64: 502
mc_luma_8x4_sse3_c64: 498
mc_luma_8x8_c: 2728
mc_luma_8x8_mmx: 679
mc_luma_8x8_mmx_c64: 564
mc_luma_8x8_mmx_c32: 586
mc_luma_8x8_sse2: 681
mc_luma_8x8_sse2_c64: 561
mc_luma_8x8_sse3_c64: 558
mc_luma_8x16_c: 5210
mc_luma_8x16_mmx: 1219
mc_luma_8x16_mmx_c64: 864
mc_luma_8x16_mmx_c32: 900
mc_luma_8x16_sse2: 1226
mc_luma_8x16_sse2_c64: 856
mc_luma_8x16_sse3_c64: 857
mc_luma_16x8_c: 4351
mc_luma_16x8_mmx: 1081
mc_luma_16x8_mmx_c64: 903
mc_luma_16x8_mmx_c32: 1033
mc_luma_16x8_sse2: 1073
mc_luma_16x8_sse2_c64: 897
mc_luma_16x8_sse3_c64: 1066
mc_luma_16x16_c: 2126
mc_luma_16x16_mmx: 2094
mc_luma_16x16_mmx_c64: 1518
mc_luma_16x16_mmx_c32: 1752
mc_luma_16x16_sse2: 2025
mc_luma_16x16_sse2_c64: 1443
mc_luma_16x16_sse3_c64: 2000
quant_2x2_dc_c: 252
quant_2x2_dc_mmx: 120
quant_2x2_dc_ssse3: 110
quant_4x4_c: 641
quant_4x4_mmx: 250
quant_4x4_sse2: 130
quant_4x4_ssse3: 100
quant_4x4_dc_c: 657
quant_4x4_dc_mmx: 230
quant_4x4_dc_sse2: 130
quant_4x4_dc_ssse3: 120
quant_8x8_c: 3212
quant_8x8_mmx: 655
quant_8x8_sse2: 379
quant_8x8_ssse3: 300
sa8d_8x8_c: 6189
sa8d_8x8_mmx: 2032
sa8d_8x8_sse2: 1562
sa8d_8x8_ssse3: 1479
sa8d_8x8_sse4: 1913
sa8d_16x16_c: 26032
sa8d_16x16_mmx: 8122
sa8d_16x16_sse2: 6120
sa8d_16x16_ssse3: 5903
sa8d_16x16_sse4: 7592
sad_4x4_c: 926
sad_4x4_mmx: 182
sad_4x8_c: 1336
sad_4x8_mmx: 253
sad_8x4_c: 1159
sad_8x4_mmx: 218
sad_8x4_mmx_c64: 158
sad_8x4_mmx_c32: 176
sad_8x8_c: 2195
sad_8x8_mmx: 368
sad_8x8_mmx_c64: 233
sad_8x8_mmx_c32: 256
sad_8x16_c: 4168
sad_8x16_mmx: 618
sad_8x16_mmx_c64: 401
sad_8x16_mmx_c32: 440
sad_16x8_c: 3654
sad_16x8_mmx: 628
sad_16x8_mmx_c64: 452
sad_16x8_mmx_c32: 532
sad_16x8_sse2: 556
sad_16x8_sse2_c64: 398
sad_16x8_sse3_c64: 557
sad_16x8_ssse3_c64: 362
sad_16x16_c: 7174
sad_16x16_mmx: 1161
sad_16x16_mmx_c64: 869
sad_16x16_mmx_c32: 1048
sad_16x16_sse2: 992
sad_16x16_sse2_c64: 659
sad_16x16_sse3_c64: 1007
sad_16x16_ssse3_c64: 606
sad_x3_4x4_c: 2248
sad_x3_4x4_mmx: 338
sad_x3_4x8_c: 3765
sad_x3_4x8_mmx: 602
sad_x3_8x4_c: 3342
sad_x3_8x4_mmx: 487
sad_x3_8x8_c: 6534
sad_x3_8x8_mmx: 832
sad_x3_8x8_mmx_c64: 632
sad_x3_8x8_mmx_c32: 770
sad_x3_8x16_c: 13294
sad_x3_8x16_mmx: 1485
sad_x3_8x16_mmx_c64: 1021
sad_x3_8x16_mmx_c32: 1209
sad_x3_16x8_c: 11281
sad_x3_16x8_mmx: 1454
sad_x3_16x8_mmx_c64: 1220
sad_x3_16x8_mmx_c32: 1528
sad_x3_16x8_sse2: 1421
sad_x3_16x8_sse2_c64: 1012
sad_x3_16x8_sse3_c64: 1416
sad_x3_16x8_ssse3_c64: 964
sad_x3_16x16_c: 23237
sad_x3_16x16_mmx: 2732
sad_x3_16x16_mmx_c64: 2137
sad_x3_16x16_mmx_c32: 2672
sad_x3_16x16_sse2: 2687
sad_x3_16x16_sse2_c64: 1754
sad_x3_16x16_sse3_c64: 2675
sad_x3_16x16_ssse3_c64: 1643
sad_x4_4x4_c: 3014
sad_x4_4x4_mmx: 429
sad_x4_4x8_c: 5045
sad_x4_4x8_mmx: 800
sad_x4_8x4_c: 4544
sad_x4_8x4_mmx: 622
sad_x4_8x8_c: 9006
sad_x4_8x8_mmx: 1028
sad_x4_8x8_mmx_c64: 858
sad_x4_8x8_mmx_c32: 1071
sad_x4_8x16_c: 17734
sad_x4_8x16_mmx: 1898
sad_x4_8x16_mmx_c64: 1350
sad_x4_8x16_mmx_c32: 1657
sad_x4_16x8_c: 15769
sad_x4_16x8_mmx: 1842
sad_x4_16x8_mmx_c64: 1654
sad_x4_16x8_mmx_c32: 2231
sad_x4_16x8_sse2: 1821
sad_x4_16x8_sse2_c64: 1346
sad_x4_16x8_sse3_c64: 1819
sad_x4_16x8_ssse3_c64: 1268
sad_x4_16x16_c: 7132
sad_x4_16x16_mmx: 3497
sad_x4_16x16_mmx_c64: 2813
sad_x4_16x16_mmx_c32: 3673
sad_x4_16x16_sse2: 3479
sad_x4_16x16_sse2_c64: 2293
sad_x4_16x16_sse3_c64: 3479
sad_x4_16x16_ssse3_c64: 2151
satd_4x4_c: 1498
satd_4x4_mmx: 629
satd_4x4_ssse3: 574
satd_4x8_c: 3177
satd_4x8_mmx: 1005
satd_4x8_ssse3: 1001
satd_8x4_c: 3102
satd_8x4_mmx: 960
satd_8x4_sse2: 833
satd_8x4_ssse3: 833
satd_8x4_sse4: 862
satd_8x8_c: 6046
satd_8x8_mmx: 1777
satd_8x8_sse2: 1516
satd_8x8_ssse3: 1396
satd_8x8_sse4: 1592
satd_8x16_c: 11768
satd_8x16_mmx: 3260
satd_8x16_sse2: 2799
satd_8x16_ssse3: 2613
satd_8x16_sse4: 2954
satd_16x8_c: 11564
satd_16x8_mmx: 3310
satd_16x8_sse2: 2788
satd_16x8_ssse3: 2625
satd_16x8_sse4: 2931
satd_16x16_c: 22958
satd_16x16_mmx: 6294
satd_16x16_sse2: 5412
satd_16x16_ssse3: 4987
satd_16x16_sse4: 5726
ssd_4x4_c: 717
ssd_4x4_mmx: 230
ssd_4x8_c: 1214
ssd_4x8_mmx: 398
ssd_8x4_c: 1443
ssd_8x4_mmx: 312
ssd_8x4_sse2: 230
ssd_8x8_c: 2848
ssd_8x8_mmx: 481
ssd_8x8_sse2: 498
ssd_8x16_c: 5693
ssd_8x16_mmx: 960
ssd_8x16_sse2: 848
ssd_16x8_c: 5424
ssd_16x8_mmx: 1048
ssd_16x8_sse2: 727
ssd_16x16_c: 10756
ssd_16x16_mmx: 1949
ssd_16x16_sse2: 1366
sub4x4_dct_c: 1007
sub4x4_dct_mmx: 379
sub8x8_dct_c: 4200
sub8x8_dct_mmx: 1242
sub8x8_dct_sse2: 1142
sub8x8_dct8_c: 8024
sub8x8_dct8_mmx: 1859
sub8x8_dct8_sse2: 1291
sub16x16_dct_c: 16460
sub16x16_dct_mmx: 5060
sub16x16_dct_sse2: 4485
sub16x16_dct8_c: 32846
sub16x16_dct8_mmx: 7000
sub16x16_dct8_sse2: 4770
zigzag_scan_4x4_field_c: 119
zigzag_scan_4x4_field_mmx: 99
zigzag_sub_4x4_frame_c: 399
zigzag_sub_4x4_frame_ssse3: 246
hklck516
4th June 2008, 14:20
Intel Core 2 Quad Q9300 @ 3GHz
L2 : 6MB
Windows Vista Business SP1 x64
add4x4_idct_c: 2039
add4x4_idct_mmx: 300
add8x8_idct_c: 7489
add8x8_idct_mmx: 1268
add8x8_idct_sse2: 864
add8x8_idct8_c: 14154
add8x8_idct8_mmx: 1818
add8x8_idct8_sse2: 970
add16x16_idct_c: 33244
add16x16_idct_mmx: 5109
add16x16_idct_sse2: 3432
add16x16_idct8_c: 56093
add16x16_idct8_mmx: 7136
add16x16_idct8_sse2: 3638
avg_4x2_c: 229
avg_4x2_mmx: 124
avg_4x4_c: 375
avg_4x4_mmx: 166
avg_4x8_c: 733
avg_4x8_mmx: 237
avg_8x4_c: 699
avg_8x4_mmx: 168
avg_8x8_c: 1475
avg_8x8_mmx: 240
avg_8x16_c: 3050
avg_8x16_mmx: 358
avg_16x8_c: 2664
avg_16x8_mmx: 316
avg_16x8_sse2: 272
avg_16x16_c: 5232
avg_16x16_mmx: 615
avg_16x16_sse2: 460
avg_weight_4x4_c: 813
avg_weight_4x4_mmx: 390
avg_weight_8x4_c: 1426
avg_weight_8x4_mmx: 745
avg_weight_8x8_c: 2950
avg_weight_8x8_mmx: 1222
avg_weight_8x16_c: 5832
avg_weight_8x16_mmx: 2278
avg_weight_16x8_c: 5521
avg_weight_16x8_mmx: 1851
avg_weight_16x16_c: 11012
avg_weight_16x16_mmx: 3364
cabac_encode_decision_c: 1808628
cabac_encode_decision_mmx: 1392924
dct4x4dc_c: 743
dct4x4dc_mmx: 269
deblock_h_chroma_c: 1162
deblock_h_chroma_mmx: 702
deblock_h_chroma_intra_c: 909
deblock_h_chroma_intra_mmx: 638
deblock_h_luma_c: 3584
deblock_h_luma_mmx: 2090
deblock_h_luma_sse2: 1672
deblock_h_luma_intra_c: 3604
deblock_h_luma_intra_mmx: 3092
deblock_h_luma_intra_sse2: 2249
deblock_v_chroma_c: 1268
deblock_v_chroma_mmx: 307
deblock_v_chroma_intra_c: 972
deblock_v_chroma_intra_mmx: 282
deblock_v_luma_c: 3899
deblock_v_luma_mmx: 1116
deblock_v_luma_sse2: 496
deblock_v_luma_intra_c: 4456
deblock_v_luma_intra_mmx: 1750
deblock_v_luma_intra_sse2: 804
dequant_4x4_cqm_c: 517
dequant_4x4_cqm_mmx: 221
dequant_4x4_cqm_sse2: 160
dequant_4x4_flat_c: 517
dequant_4x4_flat_mmx: 140
dequant_4x4_flat_sse2: 130
dequant_8x8_cqm_c: 2218
dequant_8x8_cqm_mmx: 780
dequant_8x8_cqm_sse2: 492
dequant_8x8_flat_c: 2147
dequant_8x8_flat_mmx: 404
dequant_8x8_flat_sse2: 268
esa_ads_c: 3508
esa_ads_mmx: 1147
esa_ads_sse2: 1052
esa_ads_ssse3: 1015
get_ref_4x4_c: 1034
get_ref_4x4_mmx: 506
get_ref_4x4_mmx_c64: 494
get_ref_4x4_mmx_c32: 502
get_ref_4x4_sse2: 510
get_ref_4x4_sse2_c64: 507
get_ref_4x4_sse3_c64: 501
get_ref_4x8_c: 1872
get_ref_4x8_mmx: 646
get_ref_4x8_mmx_c64: 618
get_ref_4x8_mmx_c32: 633
get_ref_4x8_sse2: 635
get_ref_4x8_sse2_c64: 646
get_ref_4x8_sse3_c64: 632
get_ref_8x4_c: 1414
get_ref_8x4_mmx: 536
get_ref_8x4_mmx_c64: 449
get_ref_8x4_mmx_c32: 468
get_ref_8x4_sse2: 533
get_ref_8x4_sse2_c64: 458
get_ref_8x4_sse3_c64: 453
get_ref_8x8_c: 2655
get_ref_8x8_mmx: 679
get_ref_8x8_mmx_c64: 528
get_ref_8x8_mmx_c32: 558
get_ref_8x8_sse2: 681
get_ref_8x8_sse2_c64: 542
get_ref_8x8_sse3_c64: 537
get_ref_8x16_c: 5117
get_ref_8x16_mmx: 986
get_ref_8x16_mmx_c64: 703
get_ref_8x16_mmx_c32: 743
get_ref_8x16_sse2: 982
get_ref_8x16_sse2_c64: 718
get_ref_8x16_sse3_c64: 706
get_ref_12x10_c: 4215
get_ref_12x10_mmx: 1066
get_ref_12x10_mmx_c64: 877
get_ref_12x10_mmx_c32: 989
get_ref_12x10_sse2: 1059
get_ref_12x10_sse2_c64: 874
get_ref_12x10_sse3_c64: 1089
get_ref_16x8_c: 4179
get_ref_16x8_mmx: 944
get_ref_16x8_mmx_c64: 752
get_ref_16x8_mmx_c32: 867
get_ref_16x8_sse2: 960
get_ref_16x8_sse2_c64: 749
get_ref_16x8_sse3_c64: 930
get_ref_16x16_c: 2030
get_ref_16x16_mmx: 1550
get_ref_16x16_mmx_c64: 1168
get_ref_16x16_mmx_c32: 1404
get_ref_16x16_sse2: 1521
get_ref_16x16_sse2_c64: 1147
get_ref_16x16_sse3_c64: 1488
get_ref_20x18_c: 4666
get_ref_20x18_mmx: 2191
get_ref_20x18_mmx_c64: 1811
get_ref_20x18_mmx_c32: 2202
get_ref_20x18_sse2: 2102
get_ref_20x18_sse2_c64: 1830
get_ref_20x18_sse3_c64: 2078
hpel_filter_c: 210816
hpel_filter_mmx: 90674
hpel_filter_sse2: 45143
hpel_filter_ssse3: 41524
idct4x4dc_c: 927
idct4x4dc_mmx: 210
intra_predict_4x4_ddl_c: 350
intra_predict_4x4_ddl_mmx: 162
intra_predict_4x4_vl_c: 325
intra_predict_4x4_vl_mmx: 111
intra_predict_8x8_dc_c: 321
intra_predict_8x8_dc_mmx: 120
intra_predict_8x8_dcl_c: 220
intra_predict_8x8_dcl_mmx: 110
intra_predict_8x8_dct_c: 220
intra_predict_8x8_dct_mmx: 110
intra_predict_8x8_ddl_c: 1087
intra_predict_8x8_ddl_mmx: 277
intra_predict_8x8_ddl_sse2: 197
intra_predict_8x8_ddr_c: 1110
intra_predict_8x8_ddr_mmx: 327
intra_predict_8x8_ddr_sse2: 218
intra_predict_8x8_v_c: 120
intra_predict_8x8_v_mmx: 100
intra_predict_8x8_vl_c: 981
intra_predict_8x8_vl_sse2: 150
intra_predict_8x8_vr_c: 1080
intra_predict_8x8_vr_mmx: 489
intra_predict_8x8c_dc_c: 316
intra_predict_8x8c_dc_mmx: 340
intra_predict_8x8c_p_c: 2276
intra_predict_8x8c_p_mmx: 733
intra_predict_8x8c_v_c: 109
intra_predict_8x8c_v_mmx: 82
intra_predict_16x16_dc_c: 1007
intra_predict_16x16_dc_mmx: 684
intra_predict_16x16_dc_sse2: 447
intra_predict_16x16_dct_c: 836
intra_predict_16x16_dct_mmx: 430
intra_predict_16x16_dct_sse2: 200
intra_predict_16x16_p_c: 7642
intra_predict_16x16_p_mmx: 1633
intra_predict_16x16_p_sse2: 1108
intra_predict_16x16_v_c: 724
intra_predict_16x16_v_mmx: 392
intra_predict_16x16_v_sse2: 138
intra_sa8d_x3_8x8_mmx: 3352
intra_satd_x3_4x4_mmx: 671
intra_satd_x3_4x4_ssse3: 650
intra_satd_x3_8x8c_mmx: 2231
intra_satd_x3_8x8c_ssse3: 2110
intra_satd_x3_16x16_mmx: 7348
intra_satd_x3_16x16_ssse3: 6836
mc_chroma_2x2_c: 606
mc_chroma_2x2_mmx: 337
mc_chroma_2x4_c: 1083
mc_chroma_2x4_mmx: 493
mc_chroma_4x2_c: 934
mc_chroma_4x2_mmx: 351
mc_chroma_4x4_c: 1715
mc_chroma_4x4_mmx: 502
mc_chroma_4x8_c: 3275
mc_chroma_4x8_mmx: 796
mc_chroma_8x4_c: 3018
mc_chroma_8x4_mmx: 792
mc_chroma_8x8_c: 5865
mc_chroma_8x8_mmx: 1350
mc_luma_4x4_c: 1030
mc_luma_4x4_mmx: 535
mc_luma_4x4_mmx_c64: 525
mc_luma_4x4_mmx_c32: 535
mc_luma_4x4_sse2: 538
mc_luma_4x4_sse2_c64: 534
mc_luma_4x4_sse3_c64: 536
mc_luma_4x8_c: 1868
mc_luma_4x8_mmx: 674
mc_luma_4x8_mmx_c64: 661
mc_luma_4x8_mmx_c32: 674
mc_luma_4x8_sse2: 677
mc_luma_4x8_sse2_c64: 669
mc_luma_4x8_sse3_c64: 677
mc_luma_8x4_c: 1420
mc_luma_8x4_mmx: 581
mc_luma_8x4_mmx_c64: 495
mc_luma_8x4_mmx_c32: 507
mc_luma_8x4_sse2: 580
mc_luma_8x4_sse2_c64: 495
mc_luma_8x4_sse3_c64: 496
mc_luma_8x8_c: 2665
mc_luma_8x8_mmx: 760
mc_luma_8x8_mmx_c64: 611
mc_luma_8x8_mmx_c32: 633
mc_luma_8x8_sse2: 760
mc_luma_8x8_sse2_c64: 612
mc_luma_8x8_sse3_c64: 612
mc_luma_8x16_c: 5120
mc_luma_8x16_mmx: 1109
mc_luma_8x16_mmx_c64: 828
mc_luma_8x16_mmx_c32: 868
mc_luma_8x16_sse2: 1108
mc_luma_8x16_sse2_c64: 830
mc_luma_8x16_sse3_c64: 830
mc_luma_16x8_c: 4175
mc_luma_16x8_mmx: 1098
mc_luma_16x8_mmx_c64: 874
mc_luma_16x8_mmx_c32: 991
mc_luma_16x8_sse2: 1072
mc_luma_16x8_sse2_c64: 862
mc_luma_16x8_sse3_c64: 1068
mc_luma_16x16_c: 2032
mc_luma_16x16_mmx: 1834
mc_luma_16x16_mmx_c64: 1424
mc_luma_16x16_mmx_c32: 1659
mc_luma_16x16_sse2: 1743
mc_luma_16x16_sse2_c64: 1367
mc_luma_16x16_sse3_c64: 1738
quant_2x2_dc_c: 241
quant_2x2_dc_mmx: 109
quant_2x2_dc_ssse3: 100
quant_4x4_c: 565
quant_4x4_mmx: 193
quant_4x4_sse2: 134
quant_4x4_ssse3: 114
quant_4x4_dc_c: 638
quant_4x4_dc_mmx: 190
quant_4x4_dc_sse2: 140
quant_4x4_dc_ssse3: 130
quant_8x8_c: 2809
quant_8x8_mmx: 627
quant_8x8_sse2: 345
quant_8x8_ssse3: 251
sa8d_8x8_c: 6161
sa8d_8x8_mmx: 2011
sa8d_8x8_sse2: 1213
sa8d_8x8_ssse3: 1172
sa8d_8x8_sse4: 1247
sa8d_16x16_c: 25874
sa8d_16x16_mmx: 8130
sa8d_16x16_sse2: 4956
sa8d_16x16_ssse3: 4773
sa8d_16x16_sse4: 4955
sad_4x4_c: 671
sad_4x4_mmx: 166
sad_4x8_c: 1272
sad_4x8_mmx: 260
sad_8x4_c: 1032
sad_8x4_mmx: 207
sad_8x4_mmx_c64: 181
sad_8x4_mmx_c32: 192
sad_8x8_c: 2052
sad_8x8_mmx: 338
sad_8x8_mmx_c64: 232
sad_8x8_mmx_c32: 252
sad_8x16_c: 4091
sad_8x16_mmx: 614
sad_8x16_mmx_c64: 389
sad_8x16_mmx_c32: 418
sad_16x8_c: 3602
sad_16x8_mmx: 606
sad_16x8_mmx_c64: 420
sad_16x8_mmx_c32: 477
sad_16x8_sse2: 536
sad_16x8_sse2_c64: 334
sad_16x8_sse3_c64: 532
sad_16x8_ssse3_c64: 322
sad_16x16_c: 7080
sad_16x16_mmx: 1150
sad_16x16_mmx_c64: 790
sad_16x16_mmx_c32: 888
sad_16x16_sse2: 984
sad_16x16_sse2_c64: 584
sad_16x16_sse3_c64: 984
sad_16x16_ssse3_c64: 566
sad_x3_4x4_c: 1944
sad_x3_4x4_mmx: 313
sad_x3_4x8_c: 3648
sad_x3_4x8_mmx: 548
sad_x3_8x4_c: 3219
sad_x3_8x4_mmx: 459
sad_x3_8x8_c: 6433
sad_x3_8x8_mmx: 771
sad_x3_8x8_mmx_c64: 564
sad_x3_8x8_mmx_c32: 688
sad_x3_8x16_c: 13262
sad_x3_8x16_mmx: 1423
sad_x3_8x16_mmx_c64: 942
sad_x3_8x16_mmx_c32: 1128
sad_x3_16x8_c: 11068
sad_x3_16x8_mmx: 1432
sad_x3_16x8_mmx_c64: 1113
sad_x3_16x8_mmx_c32: 1418
sad_x3_16x8_sse2: 1390
sad_x3_16x8_sse2_c64: 881
sad_x3_16x8_sse3_c64: 1382
sad_x3_16x8_ssse3_c64: 856
sad_x3_16x16_c: 23306
sad_x3_16x16_mmx: 2701
sad_x3_16x16_mmx_c64: 2020
sad_x3_16x16_mmx_c32: 2573
sad_x3_16x16_sse2: 2637
sad_x3_16x16_sse2_c64: 1534
sad_x3_16x16_sse3_c64: 2618
sad_x3_16x16_ssse3_c64: 1510
sad_x4_4x4_c: 2710
sad_x4_4x4_mmx: 420
sad_x4_4x8_c: 4986
sad_x4_4x8_mmx: 710
sad_x4_8x4_c: 4392
sad_x4_8x4_mmx: 624
sad_x4_8x8_c: 8794
sad_x4_8x8_mmx: 1041
sad_x4_8x8_mmx_c64: 818
sad_x4_8x8_mmx_c32: 1008
sad_x4_8x16_c: 17661
sad_x4_8x16_mmx: 1914
sad_x4_8x16_mmx_c64: 1342
sad_x4_8x16_mmx_c32: 1638
sad_x4_16x8_c: 15727
sad_x4_16x8_mmx: 1830
sad_x4_16x8_mmx_c64: 1519
sad_x4_16x8_mmx_c32: 1983
sad_x4_16x8_sse2: 1799
sad_x4_16x8_sse2_c64: 1206
sad_x4_16x8_sse3_c64: 1799
sad_x4_16x8_ssse3_c64: 1171
sad_x4_16x16_c: 6978
sad_x4_16x16_mmx: 3478
sad_x4_16x16_mmx_c64: 2696
sad_x4_16x16_mmx_c32: 3543
sad_x4_16x16_sse2: 3433
sad_x4_16x16_sse2_c64: 2090
sad_x4_16x16_sse3_c64: 3432
sad_x4_16x16_ssse3_c64: 2065
satd_4x4_c: 1341
satd_4x4_mmx: 552
satd_4x4_ssse3: 500
satd_4x8_c: 3030
satd_4x8_mmx: 937
satd_4x8_ssse3: 882
satd_8x4_c: 2955
satd_8x4_mmx: 895
satd_8x4_sse2: 658
satd_8x4_ssse3: 596
satd_8x4_sse4: 600
satd_8x8_c: 5847
satd_8x8_mmx: 1660
satd_8x8_sse2: 1095
satd_8x8_ssse3: 1004
satd_8x8_sse4: 971
satd_8x16_c: 11553
satd_8x16_mmx: 3243
satd_8x16_sse2: 1975
satd_8x16_ssse3: 1840
satd_8x16_sse4: 1749
satd_16x8_c: 11406
satd_16x8_mmx: 3169
satd_16x8_sse2: 2069
satd_16x8_ssse3: 1840
satd_16x8_sse4: 1757
satd_16x16_c: 22798
satd_16x16_mmx: 6205
satd_16x16_sse2: 3868
satd_16x16_ssse3: 3507
satd_16x16_sse4: 3362
ssd_4x4_c: 533
ssd_4x4_mmx: 222
ssd_4x8_c: 1121
ssd_4x8_mmx: 316
ssd_8x4_c: 1414
ssd_8x4_mmx: 306
ssd_8x4_sse2: 213
ssd_8x8_c: 2827
ssd_8x8_mmx: 541
ssd_8x8_sse2: 304
ssd_8x16_c: 5686
ssd_8x16_mmx: 944
ssd_8x16_sse2: 518
ssd_16x8_c: 5480
ssd_16x8_mmx: 964
ssd_16x8_sse2: 500
ssd_16x16_c: 10882
ssd_16x16_mmx: 1875
ssd_16x16_sse2: 939
sub4x4_dct_c: 934
sub4x4_dct_mmx: 279
sub8x8_dct_c: 4108
sub8x8_dct_mmx: 1197
sub8x8_dct_sse2: 737
sub8x8_dct8_c: 8017
sub8x8_dct8_mmx: 1665
sub8x8_dct8_sse2: 931
sub16x16_dct_c: 16372
sub16x16_dct_mmx: 4867
sub16x16_dct_sse2: 2973
sub16x16_dct8_c: 32671
sub16x16_dct8_mmx: 6844
sub16x16_dct8_sse2: 3615
zigzag_scan_4x4_field_c: 120
zigzag_scan_4x4_field_mmx: 90
zigzag_sub_4x4_frame_c: 307
zigzag_sub_4x4_frame_ssse3: 170
lexor
4th June 2008, 14:26
Athlon64 S754 @2.2Ghz
add4x4_idct_c: 2624
add4x4_idct_mmx: 451
add8x8_idct_c: 9230
add8x8_idct_mmx: 1534
add8x8_idct_sse2: 1454
add8x8_idct8_c: 14331
add8x8_idct8_mmx: 2016
add8x8_idct8_sse2: 1956
add16x16_idct_c: 37884
add16x16_idct_mmx: 6060
add16x16_idct_sse2: 5696
add16x16_idct8_c: 55969
add16x16_idct8_mmx: 7843
add16x16_idct8_sse2: 7701
avg_4x2_c: 374
avg_4x2_mmx: 192
avg_4x4_c: 661
avg_4x4_mmx: 242
avg_4x8_c: 1119
avg_4x8_mmx: 322
avg_8x4_c: 1078
avg_8x4_mmx: 242
avg_8x8_c: 1994
avg_8x8_mmx: 322
avg_8x16_c: 3868
avg_8x16_mmx: 482
avg_16x8_c: 3443
avg_16x8_mmx: 464
avg_16x8_sse2: 622
avg_16x16_c: 6864
avg_16x16_mmx: 778
avg_16x16_sse2: 1103
avg_weight_4x4_c: 1315
avg_weight_4x4_mmx: 445
avg_weight_8x4_c: 2454
avg_weight_8x4_mmx: 872
avg_weight_8x8_c: 5168
avg_weight_8x8_mmx: 1393
avg_weight_8x16_c: 10034
avg_weight_8x16_mmx: 2723
avg_weight_16x8_c: 9622
avg_weight_16x8_mmx: 2497
avg_weight_16x16_c: 18980
avg_weight_16x16_mmx: 4920
cabac_encode_decision_c: 1894598
cabac_encode_decision_mmx: 1587600
dct4x4dc_c: 938
dct4x4dc_mmx: 280
deblock_h_chroma_c: 1720
deblock_h_chroma_mmx: 852
deblock_h_chroma_intra_c: 1116
deblock_h_chroma_intra_mmx: 763
deblock_h_luma_c: 4926
deblock_h_luma_mmx: 2466
deblock_h_luma_sse2: 2208
deblock_h_luma_intra_c: 4765
deblock_h_luma_intra_mmx: 3574
deblock_h_luma_intra_sse2: 3315
deblock_v_chroma_c: 1800
deblock_v_chroma_mmx: 487
deblock_v_chroma_intra_c: 1384
deblock_v_chroma_intra_mmx: 414
deblock_v_luma_c: 5506
deblock_v_luma_mmx: 1744
deblock_v_luma_sse2: 1253
deblock_v_luma_intra_c: 6097
deblock_v_luma_intra_mmx: 2423
deblock_v_luma_intra_sse2: 1986
dequant_4x4_cqm_c: 856
dequant_4x4_cqm_mmx: 344
dequant_4x4_cqm_sse2: 344
dequant_4x4_flat_c: 844
dequant_4x4_flat_mmx: 270
dequant_4x4_flat_sse2: 271
dequant_8x8_cqm_c: 3150
dequant_8x8_cqm_mmx: 1226
dequant_8x8_cqm_sse2: 1056
dequant_8x8_flat_c: 3046
dequant_8x8_flat_mmx: 696
dequant_8x8_flat_sse2: 654
esa_ads_c: 4392
esa_ads_mmx: 1348
esa_ads_sse2: 1586
get_ref_4x4_c: 1439
get_ref_4x4_mmx: 590
get_ref_4x4_mmx_c64: 590
get_ref_4x4_mmx_c32: 590
get_ref_4x4_sse2: 588
get_ref_4x4_sse2_c64: 593
get_ref_4x8_c: 2311
get_ref_4x8_mmx: 704
get_ref_4x8_mmx_c64: 704
get_ref_4x8_mmx_c32: 704
get_ref_4x8_sse2: 702
get_ref_4x8_sse2_c64: 704
get_ref_8x4_c: 2104
get_ref_8x4_mmx: 604
get_ref_8x4_mmx_c64: 617
get_ref_8x4_mmx_c32: 622
get_ref_8x4_sse2: 603
get_ref_8x4_sse2_c64: 618
get_ref_8x8_c: 3484
get_ref_8x8_mmx: 734
get_ref_8x8_mmx_c64: 752
get_ref_8x8_mmx_c32: 760
get_ref_8x8_sse2: 732
get_ref_8x8_sse2_c64: 752
get_ref_8x16_c: 6219
get_ref_8x16_mmx: 1116
get_ref_8x16_mmx_c64: 1146
get_ref_8x16_mmx_c32: 1164
get_ref_8x16_sse2: 1112
get_ref_8x16_sse2_c64: 1147
get_ref_12x10_c: 6294
get_ref_12x10_mmx: 930
get_ref_12x10_mmx_c64: 1012
get_ref_12x10_mmx_c32: 1082
get_ref_12x10_sse2: 927
get_ref_12x10_sse2_c64: 1095
get_ref_16x8_c: 6188
get_ref_16x8_mmx: 876
get_ref_16x8_mmx_c64: 923
get_ref_16x8_mmx_c32: 968
get_ref_16x8_sse2: 891
get_ref_16x8_sse2_c64: 946
get_ref_16x16_c: 3247
get_ref_16x16_mmx: 1387
get_ref_16x16_mmx_c64: 1475
get_ref_16x16_mmx_c32: 1568
get_ref_16x16_sse2: 1426
get_ref_16x16_sse2_c64: 1519
get_ref_20x18_c: 6864
get_ref_20x18_mmx: 1863
get_ref_20x18_mmx_c64: 2086
get_ref_20x18_mmx_c32: 1937
get_ref_20x18_sse2: 2129
get_ref_20x18_sse2_c64: 2277
hpel_filter_c: 262075
hpel_filter_mmx: 46503
hpel_filter_sse2: 68034
idct4x4dc_c: 1048
idct4x4dc_mmx: 254
intra_predict_4x4_ddl_c: 359
intra_predict_4x4_ddl_mmx: 163
intra_predict_4x4_vl_c: 344
intra_predict_4x4_vl_mmx: 114
intra_predict_8x8_dc_c: 319
intra_predict_8x8_dc_mmx: 190
intra_predict_8x8_dcl_c: 260
intra_predict_8x8_dcl_mmx: 175
intra_predict_8x8_dct_c: 259
intra_predict_8x8_dct_mmx: 140
intra_predict_8x8_ddl_c: 877
intra_predict_8x8_ddl_mmx: 430
intra_predict_8x8_ddl_sse2: 290
intra_predict_8x8_ddr_c: 921
intra_predict_8x8_ddr_mmx: 435
intra_predict_8x8_ddr_sse2: 290
intra_predict_8x8_v_c: 190
intra_predict_8x8_v_mmx: 140
intra_predict_8x8_vl_c: 870
intra_predict_8x8_vl_sse2: 319
intra_predict_8x8_vr_c: 968
intra_predict_8x8_vr_mmx: 550
intra_predict_8x8c_dc_c: 400
intra_predict_8x8c_dc_mmx: 386
intra_predict_8x8c_p_c: 2846
intra_predict_8x8c_p_mmx: 917
intra_predict_8x8c_v_c: 190
intra_predict_8x8c_v_mmx: 144
intra_predict_16x16_dc_c: 748
intra_predict_16x16_dc_mmx: 739
intra_predict_16x16_dc_sse2: 718
intra_predict_16x16_dct_c: 573
intra_predict_16x16_dct_mmx: 474
intra_predict_16x16_dct_sse2: 530
intra_predict_16x16_p_c: 9435
intra_predict_16x16_p_mmx: 2121
intra_predict_16x16_p_sse2: 2184
intra_predict_16x16_v_c: 499
intra_predict_16x16_v_mmx: 343
intra_predict_16x16_v_sse2: 334
intra_sa8d_x3_8x8_mmx: 3420
intra_satd_x3_4x4_mmx: 844
intra_satd_x3_8x8c_mmx: 2461
intra_satd_x3_16x16_mmx: 8569
mc_chroma_2x2_c: 795
mc_chroma_2x2_mmx: 534
mc_chroma_2x4_c: 1351
mc_chroma_2x4_mmx: 728
mc_chroma_4x2_c: 1099
mc_chroma_4x2_mmx: 525
mc_chroma_4x4_c: 1948
mc_chroma_4x4_mmx: 774
mc_chroma_4x8_c: 3359
mc_chroma_4x8_mmx: 1075
mc_chroma_8x4_c: 3358
mc_chroma_8x4_mmx: 1103
mc_chroma_8x8_c: 6047
mc_chroma_8x8_mmx: 2174
mc_luma_4x4_c: 1424
mc_luma_4x4_mmx: 612
mc_luma_4x4_mmx_c64: 611
mc_luma_4x4_mmx_c32: 610
mc_luma_4x4_sse2: 610
mc_luma_4x4_sse2_c64: 612
mc_luma_4x8_c: 2328
mc_luma_4x8_mmx: 750
mc_luma_4x8_mmx_c64: 750
mc_luma_4x8_mmx_c32: 748
mc_luma_4x8_sse2: 748
mc_luma_4x8_sse2_c64: 751
mc_luma_8x4_c: 2106
mc_luma_8x4_mmx: 633
mc_luma_8x4_mmx_c64: 648
mc_luma_8x4_mmx_c32: 656
mc_luma_8x4_sse2: 635
mc_luma_8x4_sse2_c64: 648
mc_luma_8x8_c: 3473
mc_luma_8x8_mmx: 793
mc_luma_8x8_mmx_c64: 810
mc_luma_8x8_mmx_c32: 820
mc_luma_8x8_sse2: 796
mc_luma_8x8_sse2_c64: 810
mc_luma_8x16_c: 6272
mc_luma_8x16_mmx: 1215
mc_luma_8x16_mmx_c64: 1251
mc_luma_8x16_mmx_c32: 1270
mc_luma_8x16_sse2: 1215
mc_luma_8x16_sse2_c64: 1251
mc_luma_16x8_c: 6176
mc_luma_16x8_mmx: 980
mc_luma_16x8_mmx_c64: 1037
mc_luma_16x8_mmx_c32: 1084
mc_luma_16x8_sse2: 1014
mc_luma_16x8_sse2_c64: 1070
mc_luma_16x16_c: 3268
mc_luma_16x16_mmx: 1572
mc_luma_16x16_mmx_c64: 1681
mc_luma_16x16_mmx_c32: 1775
mc_luma_16x16_sse2: 1644
mc_luma_16x16_sse2_c64: 1732
quant_2x2_dc_c: 422
quant_2x2_dc_mmx: 161
quant_4x4_c: 986
quant_4x4_mmx: 297
quant_4x4_sse2: 230
quant_4x4_dc_c: 1115
quant_4x4_dc_mmx: 294
quant_4x4_dc_sse2: 271
quant_8x8_c: 4156
quant_8x8_mmx: 1023
quant_8x8_sse2: 917
sa8d_8x8_c: 7145
sa8d_8x8_mmx: 1986
sa8d_8x8_sse2: 1959
sa8d_16x16_c: 26183
sa8d_16x16_mmx: 8092
sa8d_16x16_sse2: 7972
sad_4x4_c: 890
sad_4x4_mmx: 218
sad_4x8_c: 1568
sad_4x8_mmx: 320
sad_8x4_c: 1459
sad_8x4_mmx: 240
sad_8x4_mmx_c64: 248
sad_8x4_mmx_c32: 254
sad_8x8_c: 2753
sad_8x8_mmx: 379
sad_8x8_mmx_c64: 386
sad_8x8_mmx_c32: 392
sad_8x16_c: 5424
sad_8x16_mmx: 577
sad_8x16_mmx_c64: 593
sad_8x16_mmx_c32: 605
sad_16x8_c: 5092
sad_16x8_mmx: 493
sad_16x8_mmx_c64: 558
sad_16x8_mmx_c32: 598
sad_16x8_sse2: 600
sad_16x8_sse2_c64: 737
sad_16x16_c: 10110
sad_16x16_mmx: 827
sad_16x16_mmx_c64: 996
sad_16x16_mmx_c32: 1149
sad_16x16_sse2: 979
sad_16x16_sse2_c64: 1146
sad_x3_4x4_c: 2449
sad_x3_4x4_mmx: 385
sad_x3_4x8_c: 4556
sad_x3_4x8_mmx: 538
sad_x3_8x4_c: 4300
sad_x3_8x4_mmx: 446
sad_x3_8x8_c: 8410
sad_x3_8x8_mmx: 642
sad_x3_8x8_mmx_c64: 830
sad_x3_8x8_mmx_c32: 965
sad_x3_8x16_c: 18202
sad_x3_8x16_mmx: 1070
sad_x3_8x16_mmx_c64: 1344
sad_x3_8x16_mmx_c32: 1522
sad_x3_16x8_c: 15447
sad_x3_16x8_mmx: 1104
sad_x3_16x8_mmx_c64: 1440
sad_x3_16x8_mmx_c32: 1748
sad_x3_16x8_sse2: 1168
sad_x3_16x8_sse2_c64: 1907
sad_x3_16x16_c: 32458
sad_x3_16x16_mmx: 1980
sad_x3_16x16_mmx_c64: 2688
sad_x3_16x16_mmx_c32: 3346
sad_x3_16x16_sse2: 2106
sad_x3_16x16_sse2_c64: 3009
sad_x4_4x4_c: 3326
sad_x4_4x4_mmx: 478
sad_x4_4x8_c: 6190
sad_x4_4x8_mmx: 666
sad_x4_8x4_c: 5841
sad_x4_8x4_mmx: 539
sad_x4_8x8_c: 11719
sad_x4_8x8_mmx: 808
sad_x4_8x8_mmx_c64: 1096
sad_x4_8x8_mmx_c32: 1319
sad_x4_8x16_c: 23837
sad_x4_8x16_mmx: 1380
sad_x4_8x16_mmx_c64: 1742
sad_x4_8x16_mmx_c32: 2066
sad_x4_16x8_c: 21826
sad_x4_16x8_mmx: 1384
sad_x4_16x8_mmx_c64: 1900
sad_x4_16x8_mmx_c32: 2390
sad_x4_16x8_sse2: 1536
sad_x4_16x8_sse2_c64: 2595
sad_x4_16x16_c: 9797
sad_x4_16x16_mmx: 2527
sad_x4_16x16_mmx_c64: 3525
sad_x4_16x16_mmx_c32: 4500
sad_x4_16x16_sse2: 2777
sad_x4_16x16_sse2_c64: 4076
satd_4x4_c: 1514
satd_4x4_mmx: 546
satd_4x8_c: 3304
satd_4x8_mmx: 933
satd_8x4_c: 3134
satd_8x4_mmx: 936
satd_8x4_sse2: 918
satd_8x8_c: 6508
satd_8x8_mmx: 1702
satd_8x8_sse2: 1637
satd_8x16_c: 12462
satd_8x16_mmx: 3166
satd_8x16_sse2: 3078
satd_16x8_c: 12874
satd_16x8_mmx: 3194
satd_16x8_sse2: 3101
satd_16x16_c: 25250
satd_16x16_mmx: 6143
satd_16x16_sse2: 5982
ssd_4x4_c: 710
ssd_4x4_mmx: 259
ssd_4x8_c: 1274
ssd_4x8_mmx: 409
ssd_8x4_c: 1654
ssd_8x4_mmx: 419
ssd_8x4_sse2: 370
ssd_8x8_c: 3078
ssd_8x8_mmx: 730
ssd_8x8_sse2: 655
ssd_8x16_c: 6138
ssd_8x16_mmx: 1360
ssd_8x16_sse2: 1215
ssd_16x8_c: 5905
ssd_16x8_mmx: 1369
ssd_16x8_sse2: 1170
ssd_16x16_c: 11811
ssd_16x16_mmx: 2620
ssd_16x16_sse2: 2250
sub4x4_dct_c: 1175
sub4x4_dct_mmx: 379
sub8x8_dct_c: 4548
sub8x8_dct_mmx: 1359
sub8x8_dct_sse2: 1290
sub8x8_dct8_c: 8796
sub8x8_dct8_mmx: 2010
sub8x8_dct8_sse2: 1948
sub16x16_dct_c: 18137
sub16x16_dct_mmx: 5268
sub16x16_dct_sse2: 4946
sub16x16_dct8_c: 34774
sub16x16_dct8_mmx: 7876
sub16x16_dct8_sse2: 7444
zigzag_scan_4x4_field_c: 216
zigzag_scan_4x4_field_mmx: 189
Ralle321
4th June 2008, 15:06
Athlon 64 3500+ Winchester @2.2Ghz:
add4x4_idct_c: 2610
add4x4_idct_mmx: 453
add8x8_idct_c: 9167
add8x8_idct_mmx: 1532
add8x8_idct_sse2: 1455
add8x8_idct8_c: 14129
add8x8_idct8_mmx: 2017
add8x8_idct8_sse2: 1962
add16x16_idct_c: 37330
add16x16_idct_mmx: 6048
add16x16_idct_sse2: 5696
add16x16_idct8_c: 54838
add16x16_idct8_mmx: 7848
add16x16_idct8_sse2: 7702
avg_4x2_c: 377
avg_4x2_mmx: 192
avg_4x4_c: 666
avg_4x4_mmx: 242
avg_4x8_c: 1113
avg_4x8_mmx: 322
avg_8x4_c: 1080
avg_8x4_mmx: 242
avg_8x8_c: 2005
avg_8x8_mmx: 322
avg_8x16_c: 3884
avg_8x16_mmx: 481
avg_16x8_c: 3440
avg_16x8_mmx: 463
avg_16x8_sse2: 621
avg_16x16_c: 6869
avg_16x16_mmx: 776
avg_16x16_sse2: 1103
avg_weight_4x4_c: 1314
avg_weight_4x4_mmx: 446
avg_weight_8x4_c: 2455
avg_weight_8x4_mmx: 866
avg_weight_8x8_c: 5168
avg_weight_8x8_mmx: 1389
avg_weight_8x16_c: 10021
avg_weight_8x16_mmx: 2720
avg_weight_16x8_c: 9614
avg_weight_16x8_mmx: 2493
avg_weight_16x16_c: 18970
avg_weight_16x16_mmx: 4918
cabac_encode_decision_c: 1907339
cabac_encode_decision_mmx: 1596805
dct4x4dc_c: 898
dct4x4dc_mmx: 280
deblock_h_chroma_c: 1708
deblock_h_chroma_mmx: 818
deblock_h_chroma_intra_c: 1113
deblock_h_chroma_intra_mmx: 764
deblock_h_luma_c: 4888
deblock_h_luma_mmx: 2390
deblock_h_luma_sse2: 2169
deblock_h_luma_intra_c: 4767
deblock_h_luma_intra_mmx: 3578
deblock_h_luma_intra_sse2: 3315
deblock_v_chroma_c: 1780
deblock_v_chroma_mmx: 469
deblock_v_chroma_intra_c: 1371
deblock_v_chroma_intra_mmx: 414
deblock_v_luma_c: 5462
deblock_v_luma_mmx: 1635
deblock_v_luma_sse2: 1235
deblock_v_luma_intra_c: 6035
deblock_v_luma_intra_mmx: 2423
deblock_v_luma_intra_sse2: 1992
dequant_4x4_cqm_c: 852
dequant_4x4_cqm_mmx: 344
dequant_4x4_cqm_sse2: 345
dequant_4x4_flat_c: 840
dequant_4x4_flat_mmx: 260
dequant_4x4_flat_sse2: 261
dequant_8x8_cqm_c: 3136
dequant_8x8_cqm_mmx: 1234
dequant_8x8_cqm_sse2: 1056
dequant_8x8_flat_c: 3053
dequant_8x8_flat_mmx: 687
dequant_8x8_flat_sse2: 644
esa_ads_c: 4387
esa_ads_mmx: 1346
esa_ads_sse2: 1586
get_ref_4x4_c: 1402
get_ref_4x4_mmx: 581
get_ref_4x4_mmx_c64: 581
get_ref_4x4_mmx_c32: 578
get_ref_4x4_sse2: 579
get_ref_4x4_sse2_c64: 578
get_ref_4x8_c: 2268
get_ref_4x8_mmx: 689
get_ref_4x8_mmx_c64: 688
get_ref_4x8_mmx_c32: 685
get_ref_4x8_sse2: 686
get_ref_4x8_sse2_c64: 684
get_ref_8x4_c: 2064
get_ref_8x4_mmx: 605
get_ref_8x4_mmx_c64: 618
get_ref_8x4_mmx_c32: 621
get_ref_8x4_sse2: 603
get_ref_8x4_sse2_c64: 616
get_ref_8x8_c: 3444
get_ref_8x8_mmx: 735
get_ref_8x8_mmx_c64: 753
get_ref_8x8_mmx_c32: 758
get_ref_8x8_sse2: 733
get_ref_8x8_sse2_c64: 752
get_ref_8x16_c: 6178
get_ref_8x16_mmx: 1121
get_ref_8x16_mmx_c64: 1150
get_ref_8x16_mmx_c32: 1158
get_ref_8x16_sse2: 1115
get_ref_8x16_sse2_c64: 1144
get_ref_12x10_c: 6238
get_ref_12x10_mmx: 934
get_ref_12x10_mmx_c64: 1014
get_ref_12x10_mmx_c32: 1082
get_ref_12x10_sse2: 930
get_ref_12x10_sse2_c64: 1092
get_ref_16x8_c: 6132
get_ref_16x8_mmx: 879
get_ref_16x8_mmx_c64: 926
get_ref_16x8_mmx_c32: 966
get_ref_16x8_sse2: 894
get_ref_16x8_sse2_c64: 944
get_ref_16x16_c: 3162
get_ref_16x16_mmx: 1396
get_ref_16x16_mmx_c64: 1482
get_ref_16x16_mmx_c32: 1563
get_ref_16x16_sse2: 1432
get_ref_16x16_sse2_c64: 1515
get_ref_20x18_c: 6779
get_ref_20x18_mmx: 1873
get_ref_20x18_mmx_c64: 2095
get_ref_20x18_mmx_c32: 1933
get_ref_20x18_sse2: 2134
get_ref_20x18_sse2_c64: 2266
hpel_filter_c: 263141
hpel_filter_mmx: 46397
hpel_filter_sse2: 67928
idct4x4dc_c: 1027
idct4x4dc_mmx: 254
intra_predict_4x4_ddl_c: 357
intra_predict_4x4_ddl_mmx: 162
intra_predict_4x4_vl_c: 342
intra_predict_4x4_vl_mmx: 112
intra_predict_8x8_dc_c: 319
intra_predict_8x8_dc_mmx: 190
intra_predict_8x8_dcl_c: 259
intra_predict_8x8_dcl_mmx: 175
intra_predict_8x8_dct_c: 259
intra_predict_8x8_dct_mmx: 140
intra_predict_8x8_ddl_c: 879
intra_predict_8x8_ddl_mmx: 430
intra_predict_8x8_ddl_sse2: 291
intra_predict_8x8_ddr_c: 914
intra_predict_8x8_ddr_mmx: 435
intra_predict_8x8_ddr_sse2: 290
intra_predict_8x8_v_c: 190
intra_predict_8x8_v_mmx: 140
intra_predict_8x8_vl_c: 866
intra_predict_8x8_vl_sse2: 319
intra_predict_8x8_vr_c: 994
intra_predict_8x8_vr_mmx: 541
intra_predict_8x8c_dc_c: 396
intra_predict_8x8c_dc_mmx: 382
intra_predict_8x8c_p_c: 2840
intra_predict_8x8c_p_mmx: 916
intra_predict_8x8c_v_c: 190
intra_predict_8x8c_v_mmx: 142
intra_predict_16x16_dc_c: 750
intra_predict_16x16_dc_mmx: 737
intra_predict_16x16_dc_sse2: 719
intra_predict_16x16_dct_c: 573
intra_predict_16x16_dct_mmx: 475
intra_predict_16x16_dct_sse2: 532
intra_predict_16x16_p_c: 9509
intra_predict_16x16_p_mmx: 2118
intra_predict_16x16_p_sse2: 2184
intra_predict_16x16_v_c: 498
intra_predict_16x16_v_mmx: 344
intra_predict_16x16_v_sse2: 332
intra_sa8d_x3_8x8_mmx: 3413
intra_satd_x3_4x4_mmx: 844
intra_satd_x3_8x8c_mmx: 2468
intra_satd_x3_16x16_mmx: 8573
mc_chroma_2x2_c: 774
mc_chroma_2x2_mmx: 503
mc_chroma_2x4_c: 1351
mc_chroma_2x4_mmx: 719
mc_chroma_4x2_c: 1088
mc_chroma_4x2_mmx: 554
mc_chroma_4x4_c: 1936
mc_chroma_4x4_mmx: 798
mc_chroma_4x8_c: 3353
mc_chroma_4x8_mmx: 1080
mc_chroma_8x4_c: 3348
mc_chroma_8x4_mmx: 1105
mc_chroma_8x8_c: 6075
mc_chroma_8x8_mmx: 2104
mc_luma_4x4_c: 1384
mc_luma_4x4_mmx: 626
mc_luma_4x4_mmx_c64: 624
mc_luma_4x4_mmx_c32: 621
mc_luma_4x4_sse2: 624
mc_luma_4x4_sse2_c64: 626
mc_luma_4x8_c: 2292
mc_luma_4x8_mmx: 730
mc_luma_4x8_mmx_c64: 730
mc_luma_4x8_mmx_c32: 728
mc_luma_4x8_sse2: 728
mc_luma_4x8_sse2_c64: 729
mc_luma_8x4_c: 2065
mc_luma_8x4_mmx: 634
mc_luma_8x4_mmx_c64: 648
mc_luma_8x4_mmx_c32: 655
mc_luma_8x4_sse2: 635
mc_luma_8x4_sse2_c64: 647
mc_luma_8x8_c: 3425
mc_luma_8x8_mmx: 793
mc_luma_8x8_mmx_c64: 809
mc_luma_8x8_mmx_c32: 818
mc_luma_8x8_sse2: 793
mc_luma_8x8_sse2_c64: 808
mc_luma_8x16_c: 6190
mc_luma_8x16_mmx: 1226
mc_luma_8x16_mmx_c64: 1257
mc_luma_8x16_mmx_c32: 1272
mc_luma_8x16_sse2: 1220
mc_luma_8x16_sse2_c64: 1254
mc_luma_16x8_c: 6114
mc_luma_16x8_mmx: 980
mc_luma_16x8_mmx_c64: 1038
mc_luma_16x8_mmx_c32: 1082
mc_luma_16x8_sse2: 1014
mc_luma_16x8_sse2_c64: 1065
mc_luma_16x16_c: 3192
mc_luma_16x16_mmx: 1580
mc_luma_16x16_mmx_c64: 1686
mc_luma_16x16_mmx_c32: 1773
mc_luma_16x16_sse2: 1649
mc_luma_16x16_sse2_c64: 1728
quant_2x2_dc_c: 422
quant_2x2_dc_mmx: 161
quant_4x4_c: 990
quant_4x4_mmx: 297
quant_4x4_sse2: 230
quant_4x4_dc_c: 1115
quant_4x4_dc_mmx: 294
quant_4x4_dc_sse2: 271
quant_8x8_c: 4144
quant_8x8_mmx: 1023
quant_8x8_sse2: 916
sa8d_8x8_c: 6739
sa8d_8x8_mmx: 1983
sa8d_8x8_sse2: 1954
sa8d_16x16_c: 25784
sa8d_16x16_mmx: 8118
sa8d_16x16_sse2: 8010
sad_4x4_c: 870
sad_4x4_mmx: 218
sad_4x8_c: 1544
sad_4x8_mmx: 320
sad_8x4_c: 1467
sad_8x4_mmx: 240
sad_8x4_mmx_c64: 248
sad_8x4_mmx_c32: 254
sad_8x8_c: 2762
sad_8x8_mmx: 379
sad_8x8_mmx_c64: 387
sad_8x8_mmx_c32: 392
sad_8x16_c: 5419
sad_8x16_mmx: 577
sad_8x16_mmx_c64: 593
sad_8x16_mmx_c32: 606
sad_16x8_c: 5085
sad_16x8_mmx: 493
sad_16x8_mmx_c64: 559
sad_16x8_mmx_c32: 598
sad_16x8_sse2: 601
sad_16x8_sse2_c64: 737
sad_16x16_c: 10096
sad_16x16_mmx: 827
sad_16x16_mmx_c64: 996
sad_16x16_mmx_c32: 1148
sad_16x16_sse2: 979
sad_16x16_sse2_c64: 1146
sad_x3_4x4_c: 2456
sad_x3_4x4_mmx: 386
sad_x3_4x8_c: 4555
sad_x3_4x8_mmx: 538
sad_x3_8x4_c: 4253
sad_x3_8x4_mmx: 446
sad_x3_8x8_c: 8348
sad_x3_8x8_mmx: 643
sad_x3_8x8_mmx_c64: 828
sad_x3_8x8_mmx_c32: 963
sad_x3_8x16_c: 18184
sad_x3_8x16_mmx: 1071
sad_x3_8x16_mmx_c64: 1344
sad_x3_8x16_mmx_c32: 1521
sad_x3_16x8_c: 15450
sad_x3_16x8_mmx: 1104
sad_x3_16x8_mmx_c64: 1444
sad_x3_16x8_mmx_c32: 1750
sad_x3_16x8_sse2: 1168
sad_x3_16x8_sse2_c64: 1903
sad_x3_16x16_c: 32321
sad_x3_16x16_mmx: 1981
sad_x3_16x16_mmx_c64: 2693
sad_x3_16x16_mmx_c32: 3346
sad_x3_16x16_sse2: 2106
sad_x3_16x16_sse2_c64: 3006
sad_x4_4x4_c: 3315
sad_x4_4x4_mmx: 478
sad_x4_4x8_c: 6184
sad_x4_4x8_mmx: 668
sad_x4_8x4_c: 5836
sad_x4_8x4_mmx: 540
sad_x4_8x8_c: 11712
sad_x4_8x8_mmx: 810
sad_x4_8x8_mmx_c64: 1096
sad_x4_8x8_mmx_c32: 1320
sad_x4_8x16_c: 23820
sad_x4_8x16_mmx: 1382
sad_x4_8x16_mmx_c64: 1742
sad_x4_8x16_mmx_c32: 2066
sad_x4_16x8_c: 21768
sad_x4_16x8_mmx: 1384
sad_x4_16x8_mmx_c64: 1902
sad_x4_16x8_mmx_c32: 2393
sad_x4_16x8_sse2: 1534
sad_x4_16x8_sse2_c64: 2590
sad_x4_16x16_c: 9471
sad_x4_16x16_mmx: 2527
sad_x4_16x16_mmx_c64: 3525
sad_x4_16x16_mmx_c32: 4500
sad_x4_16x16_sse2: 2776
sad_x4_16x16_sse2_c64: 4070
satd_4x4_c: 1516
satd_4x4_mmx: 546
satd_4x8_c: 3126
satd_4x8_mmx: 933
satd_8x4_c: 3056
satd_8x4_mmx: 936
satd_8x4_sse2: 918
satd_8x8_c: 6329
satd_8x8_mmx: 1698
satd_8x8_sse2: 1638
satd_8x16_c: 12110
satd_8x16_mmx: 3166
satd_8x16_sse2: 3078
satd_16x8_c: 12515
satd_16x8_mmx: 3193
satd_16x8_sse2: 3100
satd_16x16_c: 24565
satd_16x16_mmx: 6142
satd_16x16_sse2: 5981
ssd_4x4_c: 711
ssd_4x4_mmx: 260
ssd_4x8_c: 1276
ssd_4x8_mmx: 410
ssd_8x4_c: 1658
ssd_8x4_mmx: 420
ssd_8x4_sse2: 370
ssd_8x8_c: 3094
ssd_8x8_mmx: 730
ssd_8x8_sse2: 655
ssd_8x16_c: 6186
ssd_8x16_mmx: 1360
ssd_8x16_sse2: 1215
ssd_16x8_c: 5748
ssd_16x8_mmx: 1370
ssd_16x8_sse2: 1170
ssd_16x16_c: 11390
ssd_16x16_mmx: 2620
ssd_16x16_sse2: 2250
sub4x4_dct_c: 1162
sub4x4_dct_mmx: 388
sub8x8_dct_c: 4391
sub8x8_dct_mmx: 1349
sub8x8_dct_sse2: 1292
sub8x8_dct8_c: 8620
sub8x8_dct8_mmx: 2013
sub8x8_dct8_sse2: 1948
sub16x16_dct_c: 17740
sub16x16_dct_mmx: 5248
sub16x16_dct_sse2: 4947
sub16x16_dct8_c: 34586
sub16x16_dct8_mmx: 7936
sub16x16_dct8_sse2: 7444
zigzag_scan_4x4_field_c: 216
zigzag_scan_4x4_field_mmx: 189
Ralle321
4th June 2008, 15:27
Intel Core 2 Duo E8400:
add4x4_idct_c: 1925
add4x4_idct_mmx: 230
add8x8_idct_c: 7411
add8x8_idct_mmx: 1126
add8x8_idct_sse2: 739
add8x8_idct8_c: 14040
add8x8_idct8_mmx: 1754
add8x8_idct8_sse2: 850
add16x16_idct_c: 33120
add16x16_idct_mmx: 4926
add16x16_idct_sse2: 3250
add16x16_idct8_c: 56019
add16x16_idct8_mmx: 7056
add16x16_idct8_sse2: 3717
avg_4x2_c: 75
avg_4x2_mmx: 10
avg_4x4_c: 299
avg_4x4_mmx: 10
avg_4x8_c: 651
avg_4x8_mmx: 20
avg_8x4_c: 593
avg_8x4_mmx: 10
avg_8x8_c: 1293
avg_8x8_mmx: 20
avg_8x16_c: 2696
avg_8x16_mmx: 245
avg_16x8_c: 2554
avg_16x8_mmx: 222
avg_16x8_sse2: 168
avg_16x16_c: 5115
avg_16x16_mmx: 514
avg_16x16_sse2: 389
avg_weight_4x4_c: 700
avg_weight_4x4_mmx: 328
avg_weight_8x4_c: 1332
avg_weight_8x4_mmx: 596
avg_weight_8x8_c: 2886
avg_weight_8x8_mmx: 1039
avg_weight_8x16_c: 5745
avg_weight_8x16_mmx: 2124
avg_weight_16x8_c: 5428
avg_weight_16x8_mmx: 1732
avg_weight_16x16_c: 10884
avg_weight_16x16_mmx: 3274
cabac_encode_decision_c: 1807284
cabac_encode_decision_mmx: 1392289
dct4x4dc_c: 632
dct4x4dc_mmx: 178
deblock_h_chroma_c: 1036
deblock_h_chroma_mmx: 477
deblock_h_chroma_intra_c: 770
deblock_h_chroma_intra_mmx: 380
deblock_h_luma_c: 3448
deblock_h_luma_mmx: 1814
deblock_h_luma_sse2: 1370
deblock_h_luma_intra_c: 3466
deblock_h_luma_intra_mmx: 2726
deblock_h_luma_intra_sse2: 1920
deblock_v_chroma_c: 1151
deblock_v_chroma_mmx: 169
deblock_v_chroma_intra_c: 860
deblock_v_chroma_intra_mmx: 159
deblock_v_luma_c: 3737
deblock_v_luma_mmx: 970
deblock_v_luma_sse2: 370
deblock_v_luma_intra_c: 4328
deblock_v_luma_intra_mmx: 1618
deblock_v_luma_intra_sse2: 658
dequant_4x4_cqm_c: 414
dequant_4x4_cqm_mmx: 57
dequant_4x4_cqm_sse2: 14
dequant_4x4_flat_c: 412
dequant_4x4_flat_mmx: 10
dequant_4x4_flat_sse2: 10
dequant_8x8_cqm_c: 2146
dequant_8x8_cqm_mmx: 653
dequant_8x8_cqm_sse2: 315
dequant_8x8_flat_c: 2076
dequant_8x8_flat_mmx: 312
dequant_8x8_flat_sse2: 167
esa_ads_c: 3416
esa_ads_mmx: 1058
esa_ads_sse2: 982
esa_ads_ssse3: 923
get_ref_4x4_c: 911
get_ref_4x4_mmx: 328
get_ref_4x4_mmx_c64: 316
get_ref_4x4_mmx_c32: 318
get_ref_4x4_sse2: 322
get_ref_4x4_sse2_c64: 330
get_ref_4x4_sse3_c64: 316
get_ref_4x8_c: 1744
get_ref_4x8_mmx: 371
get_ref_4x8_mmx_c64: 365
get_ref_4x8_mmx_c32: 371
get_ref_4x8_sse2: 368
get_ref_4x8_sse2_c64: 372
get_ref_4x8_sse3_c64: 372
get_ref_8x4_c: 1290
get_ref_8x4_mmx: 321
get_ref_8x4_mmx_c64: 309
get_ref_8x4_mmx_c32: 333
get_ref_8x4_sse2: 319
get_ref_8x4_sse2_c64: 319
get_ref_8x4_sse3_c64: 314
get_ref_8x8_c: 2503
get_ref_8x8_mmx: 369
get_ref_8x8_mmx_c64: 367
get_ref_8x8_mmx_c32: 408
get_ref_8x8_sse2: 366
get_ref_8x8_sse2_c64: 382
get_ref_8x8_sse3_c64: 376
get_ref_8x16_c: 4926
get_ref_8x16_mmx: 577
get_ref_8x16_mmx_c64: 542
get_ref_8x16_mmx_c32: 602
get_ref_8x16_sse2: 581
get_ref_8x16_sse2_c64: 572
get_ref_8x16_sse3_c64: 556
get_ref_12x10_c: 4055
get_ref_12x10_mmx: 687
get_ref_12x10_mmx_c64: 704
get_ref_12x10_mmx_c32: 829
get_ref_12x10_sse2: 679
get_ref_12x10_sse2_c64: 730
get_ref_12x10_sse3_c64: 684
get_ref_16x8_c: 3992
get_ref_16x8_mmx: 548
get_ref_16x8_mmx_c64: 618
get_ref_16x8_mmx_c32: 755
get_ref_16x8_sse2: 573
get_ref_16x8_sse2_c64: 637
get_ref_16x8_sse3_c64: 566
get_ref_16x16_c: 1784
get_ref_16x16_mmx: 1120
get_ref_16x16_mmx_c64: 1047
get_ref_16x16_mmx_c32: 1312
get_ref_16x16_sse2: 1078
get_ref_16x16_sse2_c64: 1033
get_ref_16x16_sse3_c64: 1066
get_ref_20x18_c: 4470
get_ref_20x18_mmx: 1570
get_ref_20x18_mmx_c64: 1642
get_ref_20x18_mmx_c32: 1676
get_ref_20x18_sse2: 1599
get_ref_20x18_sse2_c64: 1665
get_ref_20x18_sse3_c64: 1604
hpel_filter_c: 208608
hpel_filter_mmx: 73457
hpel_filter_sse2: 42530
hpel_filter_ssse3: 38728
idct4x4dc_c: 824
idct4x4dc_mmx: 40
intra_predict_4x4_ddl_c: 240
intra_predict_4x4_ddl_mmx: 12
intra_predict_4x4_vl_c: 240
intra_predict_4x4_vl_mmx: 10
intra_predict_8x8_dc_c: 78
intra_predict_8x8_dc_mmx: 10
intra_predict_8x8_dcl_c: 23
intra_predict_8x8_dcl_mmx: 10
intra_predict_8x8_dct_c: 23
intra_predict_8x8_dct_mmx: 10
intra_predict_8x8_ddl_c: 950
intra_predict_8x8_ddl_mmx: 90
intra_predict_8x8_ddl_sse2: 74
intra_predict_8x8_ddr_c: 1015
intra_predict_8x8_ddr_mmx: 154
intra_predict_8x8_ddr_sse2: 76
intra_predict_8x8_v_c: 10
intra_predict_8x8_v_mmx: 10
intra_predict_8x8_vl_c: 879
intra_predict_8x8_vl_sse2: 75
intra_predict_8x8_vr_c: 992
intra_predict_8x8_vr_mmx: 395
intra_predict_8x8c_dc_c: 259
intra_predict_8x8c_dc_mmx: 82
intra_predict_8x8c_p_c: 2200
intra_predict_8x8c_p_mmx: 653
intra_predict_8x8c_v_c: 10
intra_predict_8x8c_v_mmx: 10
intra_predict_16x16_dc_c: 930
intra_predict_16x16_dc_mmx: 660
intra_predict_16x16_dc_sse2: 238
intra_predict_16x16_dct_c: 771
intra_predict_16x16_dct_mmx: 380
intra_predict_16x16_dct_sse2: 39
intra_predict_16x16_p_c: 7486
intra_predict_16x16_p_mmx: 1480
intra_predict_16x16_p_sse2: 999
intra_predict_16x16_v_c: 690
intra_predict_16x16_v_mmx: 340
intra_predict_16x16_v_sse2: 10
intra_sa8d_x3_8x8_mmx: 2991
intra_satd_x3_4x4_mmx: 512
intra_satd_x3_4x4_ssse3: 512
intra_satd_x3_8x8c_mmx: 2102
intra_satd_x3_8x8c_ssse3: 1983
intra_satd_x3_16x16_mmx: 7265
intra_satd_x3_16x16_ssse3: 6770
mc_chroma_2x2_c: 442
mc_chroma_2x2_mmx: 223
mc_chroma_2x4_c: 928
mc_chroma_2x4_mmx: 381
mc_chroma_4x2_c: 766
mc_chroma_4x2_mmx: 261
mc_chroma_4x4_c: 1552
mc_chroma_4x4_mmx: 397
mc_chroma_4x8_c: 3106
mc_chroma_4x8_mmx: 714
mc_chroma_8x4_c: 2834
mc_chroma_8x4_mmx: 698
mc_chroma_8x8_c: 5659
mc_chroma_8x8_mmx: 1252
mc_luma_4x4_c: 915
mc_luma_4x4_mmx: 326
mc_luma_4x4_mmx_c64: 326
mc_luma_4x4_mmx_c32: 329
mc_luma_4x4_sse2: 326
mc_luma_4x4_sse2_c64: 326
mc_luma_4x4_sse3_c64: 331
mc_luma_4x8_c: 1744
mc_luma_4x8_mmx: 388
mc_luma_4x8_mmx_c64: 382
mc_luma_4x8_mmx_c32: 378
mc_luma_4x8_sse2: 383
mc_luma_4x8_sse2_c64: 388
mc_luma_4x8_sse3_c64: 379
mc_luma_8x4_c: 1294
mc_luma_8x4_mmx: 331
mc_luma_8x4_mmx_c64: 341
mc_luma_8x4_mmx_c32: 359
mc_luma_8x4_sse2: 332
mc_luma_8x4_sse2_c64: 338
mc_luma_8x4_sse3_c64: 340
mc_luma_8x8_c: 2510
mc_luma_8x8_mmx: 385
mc_luma_8x8_mmx_c64: 407
mc_luma_8x8_mmx_c32: 432
mc_luma_8x8_sse2: 384
mc_luma_8x8_sse2_c64: 401
mc_luma_8x8_sse3_c64: 402
mc_luma_8x16_c: 4928
mc_luma_8x16_mmx: 613
mc_luma_8x16_mmx_c64: 642
mc_luma_8x16_mmx_c32: 684
mc_luma_8x16_sse2: 618
mc_luma_8x16_sse2_c64: 641
mc_luma_8x16_sse3_c64: 640
mc_luma_16x8_c: 4002
mc_luma_16x8_mmx: 586
mc_luma_16x8_mmx_c64: 690
mc_luma_16x8_mmx_c32: 825
mc_luma_16x8_sse2: 620
mc_luma_16x8_sse2_c64: 692
mc_luma_16x8_sse3_c64: 620
mc_luma_16x16_c: 1789
mc_luma_16x16_mmx: 1254
mc_luma_16x16_mmx_c64: 1237
mc_luma_16x16_mmx_c32: 1495
mc_luma_16x16_sse2: 1188
mc_luma_16x16_sse2_c64: 1158
mc_luma_16x16_sse3_c64: 1184
quant_2x2_dc_c: 99
quant_2x2_dc_mmx: 10
quant_2x2_dc_ssse3: 10
quant_4x4_c: 486
quant_4x4_mmx: 88
quant_4x4_sse2: 56
quant_4x4_ssse3: 10
quant_4x4_dc_c: 537
quant_4x4_dc_mmx: 30
quant_4x4_dc_sse2: 10
quant_4x4_dc_ssse3: 10
quant_8x8_c: 2698
quant_8x8_mmx: 509
quant_8x8_sse2: 250
quant_8x8_ssse3: 162
sa8d_8x8_c: 6128
sa8d_8x8_mmx: 1874
sa8d_8x8_sse2: 981
sa8d_8x8_ssse3: 934
sa8d_8x8_sse4: 935
sa8d_16x16_c: 25743
sa8d_16x16_mmx: 7789
sa8d_16x16_sse2: 4514
sa8d_16x16_ssse3: 4376
sa8d_16x16_sse4: 4563
sad_4x4_c: 555
sad_4x4_mmx: 10
sad_4x8_c: 1180
sad_4x8_mmx: 33
sad_8x4_c: 1012
sad_8x4_mmx: 10
sad_8x4_mmx_c64: 22
sad_8x4_mmx_c32: 35
sad_8x8_c: 1969
sad_8x8_mmx: 34
sad_8x8_mmx_c64: 34
sad_8x8_mmx_c32: 57
sad_8x16_c: 3955
sad_8x16_mmx: 206
sad_8x16_mmx_c64: 249
sad_8x16_mmx_c32: 279
sad_16x8_c: 3496
sad_16x8_mmx: 218
sad_16x8_mmx_c64: 271
sad_16x8_mmx_c32: 329
sad_16x8_sse2: 134
sad_16x8_sse2_c64: 217
sad_16x8_sse3_c64: 135
sad_16x8_ssse3_c64: 214
sad_16x16_c: 7042
sad_16x16_mmx: 580
sad_16x16_mmx_c64: 599
sad_16x16_mmx_c32: 722
sad_16x16_sse2: 506
sad_16x16_sse2_c64: 416
sad_16x16_sse3_c64: 502
sad_16x16_ssse3_c64: 386
sad_x3_4x4_c: 1920
sad_x3_4x4_mmx: 70
sad_x3_4x8_c: 3510
sad_x3_4x8_mmx: 287
sad_x3_8x4_c: 3089
sad_x3_8x4_mmx: 164
sad_x3_8x8_c: 6321
sad_x3_8x8_mmx: 347
sad_x3_8x8_mmx_c64: 450
sad_x3_8x8_mmx_c32: 571
sad_x3_8x16_c: 13185
sad_x3_8x16_mmx: 912
sad_x3_8x16_mmx_c64: 836
sad_x3_8x16_mmx_c32: 1018
sad_x3_16x8_c: 10920
sad_x3_16x8_mmx: 846
sad_x3_16x8_mmx_c64: 1017
sad_x3_16x8_mmx_c32: 1308
sad_x3_16x8_sse2: 802
sad_x3_16x8_sse2_c64: 772
sad_x3_16x8_sse3_c64: 802
sad_x3_16x8_ssse3_c64: 748
sad_x3_16x16_c: 23119
sad_x3_16x16_mmx: 1906
sad_x3_16x16_mmx_c64: 1936
sad_x3_16x16_mmx_c32: 2455
sad_x3_16x16_sse2: 1825
sad_x3_16x16_sse2_c64: 1424
sad_x3_16x16_sse3_c64: 1823
sad_x3_16x16_ssse3_c64: 1381
sad_x4_4x4_c: 2492
sad_x4_4x4_mmx: 221
sad_x4_4x8_c: 4988
sad_x4_4x8_mmx: 386
sad_x4_8x4_c: 4394
sad_x4_8x4_mmx: 255
sad_x4_8x8_c: 8780
sad_x4_8x8_mmx: 506
sad_x4_8x8_mmx_c64: 644
sad_x4_8x8_mmx_c32: 840
sad_x4_8x16_c: 17536
sad_x4_8x16_mmx: 1230
sad_x4_8x16_mmx_c64: 1146
sad_x4_8x16_mmx_c32: 1442
sad_x4_16x8_c: 15629
sad_x4_16x8_mmx: 1142
sad_x4_16x8_mmx_c64: 1374
sad_x4_16x8_mmx_c32: 1842
sad_x4_16x8_sse2: 1139
sad_x4_16x8_sse2_c64: 1079
sad_x4_16x8_sse3_c64: 1141
sad_x4_16x8_ssse3_c64: 1043
sad_x4_16x16_c: 6767
sad_x4_16x16_mmx: 2485
sad_x4_16x16_mmx_c64: 2573
sad_x4_16x16_mmx_c32: 3410
sad_x4_16x16_sse2: 2433
sad_x4_16x16_sse2_c64: 1953
sad_x4_16x16_sse3_c64: 2435
sad_x4_16x16_ssse3_c64: 1915
satd_4x4_c: 1248
satd_4x4_mmx: 473
satd_4x4_ssse3: 391
satd_4x8_c: 2814
satd_4x8_mmx: 723
satd_4x8_ssse3: 696
satd_8x4_c: 2787
satd_8x4_mmx: 756
satd_8x4_sse2: 424
satd_8x4_ssse3: 335
satd_8x4_sse4: 354
satd_8x8_c: 5678
satd_8x8_mmx: 1531
satd_8x8_sse2: 848
satd_8x8_ssse3: 723
satd_8x8_sse4: 714
satd_8x16_c: 11414
satd_8x16_mmx: 3012
satd_8x16_sse2: 1667
satd_8x16_ssse3: 1482
satd_8x16_sse4: 1445
satd_16x8_c: 11206
satd_16x8_mmx: 2956
satd_16x8_sse2: 1667
satd_16x8_ssse3: 1486
satd_16x8_sse4: 1441
satd_16x16_c: 22612
satd_16x16_mmx: 6023
satd_16x16_sse2: 3369
satd_16x16_ssse3: 3024
satd_16x16_sse4: 2970
ssd_4x4_c: 396
ssd_4x4_mmx: 58
ssd_4x8_c: 928
ssd_4x8_mmx: 189
ssd_8x4_c: 1257
ssd_8x4_mmx: 149
ssd_8x4_sse2: 39
ssd_8x8_c: 2665
ssd_8x8_mmx: 343
ssd_8x8_sse2: 160
ssd_8x16_c: 5524
ssd_8x16_mmx: 804
ssd_8x16_sse2: 380
ssd_16x8_c: 5344
ssd_16x8_mmx: 809
ssd_16x8_sse2: 376
ssd_16x16_c: 10659
ssd_16x16_mmx: 1740
ssd_16x16_sse2: 790
sub4x4_dct_c: 890
sub4x4_dct_mmx: 100
sub8x8_dct_c: 4016
sub8x8_dct_mmx: 1192
sub8x8_dct_sse2: 603
sub8x8_dct8_c: 7870
sub8x8_dct8_mmx: 1666
sub8x8_dct8_sse2: 831
sub16x16_dct_c: 16384
sub16x16_dct_mmx: 4810
sub16x16_dct_sse2: 2854
sub16x16_dct8_c: 32451
sub16x16_dct8_mmx: 6793
sub16x16_dct8_sse2: 3508
zigzag_scan_4x4_field_c: 10
zigzag_scan_4x4_field_mmx: 10
zigzag_sub_4x4_frame_c: 240
zigzag_sub_4x4_frame_ssse3: 94
Danisan
4th June 2008, 16:35
AMD Athlon X2 3800+ @ 2.2Ghz
add4x4_idct_c: 2574
add4x4_idct_mmx: 450
add8x8_idct_c: 9146
add8x8_idct_mmx: 1534
add8x8_idct_sse2: 1454
add8x8_idct8_c: 14130
add8x8_idct8_mmx: 2016
add8x8_idct8_sse2: 1954
add16x16_idct_c: 37345
add16x16_idct_mmx: 6069
add16x16_idct_sse2: 5705
add16x16_idct8_c: 1001310
add16x16_idct8_mmx: 7846
add16x16_idct8_sse2: 7703
avg_4x2_c: 373
avg_4x2_mmx: 192
avg_4x4_c: 663
avg_4x4_mmx: 243
avg_4x8_c: 1116
avg_4x8_mmx: 323
avg_8x4_c: 1081
avg_8x4_mmx: 242
avg_8x8_c: 1996
avg_8x8_mmx: 322
avg_8x16_c: 3949
avg_8x16_mmx: 482
avg_16x8_c: 3449
avg_16x8_mmx: 463
avg_16x8_sse2: 621
avg_16x16_c: 6869
avg_16x16_mmx: 778
avg_16x16_sse2: 1102
avg_weight_4x4_c: 1316
avg_weight_4x4_mmx: 446
avg_weight_8x4_c: 2453
avg_weight_8x4_mmx: 3275
avg_weight_8x8_c: 29202
avg_weight_8x8_mmx: 3796
avg_weight_8x16_c: 19816
avg_weight_8x16_mmx: 4910
avg_weight_16x8_c: 33661
avg_weight_16x8_mmx: 4895
avg_weight_16x16_c: 22604
avg_weight_16x16_mmx: 3826
cabac_encode_decision_c: 5751650
cabac_encode_decision_mmx: 1140999
dct4x4dc_c: 898
dct4x4dc_mmx: 280
deblock_h_chroma_c: 1706
deblock_h_chroma_mmx: 815
deblock_h_chroma_intra_c: 1123
deblock_h_chroma_intra_mmx: 761
deblock_h_luma_c: 31120
deblock_h_luma_mmx: 2378
deblock_h_luma_sse2: 2163
deblock_h_luma_intra_c: 4758
deblock_h_luma_intra_mmx: 3567
deblock_h_luma_intra_sse2: 3313
deblock_v_chroma_c: 1797
deblock_v_chroma_mmx: 463
deblock_v_chroma_intra_c: 1376
deblock_v_chroma_intra_mmx: 442
deblock_v_luma_c: 31736
deblock_v_luma_mmx: 1636
deblock_v_luma_sse2: 1237
deblock_v_luma_intra_c: 18084
deblock_v_luma_intra_mmx: 2418
deblock_v_luma_intra_sse2: 1999
dequant_4x4_cqm_c: 3096
dequant_4x4_cqm_mmx: 344
dequant_4x4_cqm_sse2: 1857
dequant_4x4_flat_c: 841
dequant_4x4_flat_mmx: 260
dequant_4x4_flat_sse2: 261
dequant_8x8_cqm_c: 3408
dequant_8x8_cqm_mmx: 2699
dequant_8x8_cqm_sse2: 3258
dequant_8x8_flat_c: 7278
dequant_8x8_flat_mmx: 682
dequant_8x8_flat_sse2: 644
esa_ads_c: 23278
esa_ads_mmx: 1348
esa_ads_sse2: 3697
get_ref_4x4_c: 3814
get_ref_4x4_mmx: 579
get_ref_4x4_mmx_c64: 581
get_ref_4x4_mmx_c32: 579
get_ref_4x4_sse2: 580
get_ref_4x4_sse2_c64: 1403
get_ref_4x4_sse3_c64: 581
get_ref_4x8_c: 1784
get_ref_4x8_mmx: 686
get_ref_4x8_mmx_c64: 688
get_ref_4x8_mmx_c32: 686
get_ref_4x8_sse2: 687
get_ref_4x8_sse2_c64: 3336
get_ref_4x8_sse3_c64: 689
get_ref_8x4_c: 5792
get_ref_8x4_mmx: 602
get_ref_8x4_mmx_c64: 618
get_ref_8x4_mmx_c32: 623
get_ref_8x4_sse2: 604
get_ref_8x4_sse2_c64: 617
get_ref_8x4_sse3_c64: 1448
get_ref_8x8_c: 4180
get_ref_8x8_mmx: 733
get_ref_8x8_mmx_c64: 754
get_ref_8x8_mmx_c32: 761
get_ref_8x8_sse2: 735
get_ref_8x8_sse2_c64: 753
get_ref_8x8_sse3_c64: 2412
get_ref_8x16_c: 3996
get_ref_8x16_mmx: 2964
get_ref_8x16_mmx_c64: 1197
get_ref_8x16_mmx_c32: 2041
get_ref_8x16_sse2: 1159
get_ref_8x16_sse2_c64: 3843
get_ref_8x16_sse3_c64: 2029
get_ref_12x10_c: 5118
get_ref_12x10_mmx: 930
get_ref_12x10_mmx_c64: 1015
get_ref_12x10_mmx_c32: 1084
get_ref_12x10_sse2: 2729
get_ref_12x10_sse2_c64: 2908
get_ref_12x10_sse3_c64: 1007
get_ref_16x8_c: 4055
get_ref_16x8_mmx: 876
get_ref_16x8_mmx_c64: 2576
get_ref_16x8_mmx_c32: 970
get_ref_16x8_sse2: 895
get_ref_16x8_sse2_c64: 946
get_ref_16x8_sse3_c64: 898
get_ref_16x16_c: 4611686018427390976
get_ref_16x16_mmx: 3018
get_ref_16x16_mmx_c64: 2447
get_ref_16x16_mmx_c32: 3368
get_ref_16x16_sse2: 1415
get_ref_16x16_sse2_c64: 1510
get_ref_16x16_sse3_c64: 1419
get_ref_20x18_c: 1842
get_ref_20x18_mmx: 1859
get_ref_20x18_mmx_c64: 2090
get_ref_20x18_mmx_c32: 3758
get_ref_20x18_sse2: 3797
get_ref_20x18_sse2_c64: 4916
get_ref_20x18_sse3_c64: 4688
hpel_filter_c: 265788
hpel_filter_mmx: 50117
hpel_filter_sse2: 70208
idct4x4dc_c: 1028
idct4x4dc_mmx: 255
intra_predict_4x4_ddl_c: 358
intra_predict_4x4_ddl_mmx: 162
intra_predict_4x4_vl_c: 342
intra_predict_4x4_vl_mmx: 112
intra_predict_8x8_dc_c: 318
intra_predict_8x8_dc_mmx: 190
intra_predict_8x8_dcl_c: 260
intra_predict_8x8_dcl_mmx: 175
intra_predict_8x8_dct_c: 260
intra_predict_8x8_dct_mmx: 140
intra_predict_8x8_ddl_c: 873
intra_predict_8x8_ddl_mmx: 430
intra_predict_8x8_ddl_sse2: 290
intra_predict_8x8_ddr_c: 916
intra_predict_8x8_ddr_mmx: 435
intra_predict_8x8_ddr_sse2: 290
intra_predict_8x8_v_c: 190
intra_predict_8x8_v_mmx: 140
intra_predict_8x8_vl_c: 872
intra_predict_8x8_vl_sse2: 319
intra_predict_8x8_vr_c: 947
intra_predict_8x8_vr_mmx: 554
intra_predict_8x8c_dc_c: 393
intra_predict_8x8c_dc_mmx: 388
intra_predict_8x8c_p_c: 2841
intra_predict_8x8c_p_mmx: 914
intra_predict_8x8c_v_c: 305
intra_predict_8x8c_v_mmx: 140
intra_predict_16x16_dc_c: 746
intra_predict_16x16_dc_mmx: 737
intra_predict_16x16_dc_sse2: 712
intra_predict_16x16_dct_c: 572
intra_predict_16x16_dct_mmx: 473
intra_predict_16x16_dct_sse2: 532
intra_predict_16x16_p_c: 953614
intra_predict_16x16_p_mmx: 2116
intra_predict_16x16_p_sse2: 2181
intra_predict_16x16_v_c: 497
intra_predict_16x16_v_mmx: 344
intra_predict_16x16_v_sse2: 328
intra_sa8d_x3_8x8_mmx: 3410
intra_satd_x3_4x4_mmx: 846
intra_satd_x3_8x8c_mmx: 2471
intra_satd_x3_16x16_mmx: 8597
mc_chroma_2x2_c: 785
mc_chroma_2x2_mmx: 508
mc_chroma_2x4_c: 9940
mc_chroma_2x4_mmx: 716
mc_chroma_4x2_c: 9698
mc_chroma_4x2_mmx: 537
mc_chroma_4x4_c: 1925
mc_chroma_4x4_mmx: 756
mc_chroma_4x8_c: 3330
mc_chroma_4x8_mmx: 1083
mc_chroma_8x4_c: 11956
mc_chroma_8x4_mmx: 1104
mc_chroma_8x8_c: 6059
mc_chroma_8x8_mmx: 2090
mc_luma_4x4_c: 3892
mc_luma_4x4_mmx: 2448
mc_luma_4x4_mmx_c64: 618
mc_luma_4x4_mmx_c32: 1443
mc_luma_4x4_sse2: 2437
mc_luma_4x4_sse2_c64: 620
mc_luma_4x4_sse3_c64: 618
mc_luma_4x8_c: 2936
mc_luma_4x8_mmx: 734
mc_luma_4x8_mmx_c64: 734
mc_luma_4x8_mmx_c32: 732
mc_luma_4x8_sse2: 732
mc_luma_4x8_sse2_c64: 734
mc_luma_4x8_sse3_c64: 2540
mc_luma_8x4_c: 4000
mc_luma_8x4_mmx: 633
mc_luma_8x4_mmx_c64: 648
mc_luma_8x4_mmx_c32: 1480
mc_luma_8x4_sse2: 635
mc_luma_8x4_sse2_c64: 648
mc_luma_8x4_sse3_c64: 1478
mc_luma_8x8_c: 2814
mc_luma_8x8_mmx: 1612
mc_luma_8x8_mmx_c64: 1633
mc_luma_8x8_mmx_c32: 1651
mc_luma_8x8_sse2: 798
mc_luma_8x8_sse2_c64: 814
mc_luma_8x8_sse3_c64: 2615
mc_luma_8x16_c: 4591
mc_luma_8x16_mmx: 1202
mc_luma_8x16_mmx_c64: 3036
mc_luma_8x16_mmx_c32: 6699
mc_luma_8x16_sse2: 2857
mc_luma_8x16_sse2_c64: 1239
mc_luma_8x16_sse3_c64: 1241
mc_luma_16x8_c: 3255
mc_luma_16x8_mmx: 980
mc_luma_16x8_mmx_c64: 1038
mc_luma_16x8_mmx_c32: 2907
mc_luma_16x8_sse2: 1015
mc_luma_16x8_sse2_c64: 1066
mc_luma_16x8_sse3_c64: 1016
mc_luma_16x16_c: 9223372036854775808
mc_luma_16x16_mmx: 1561
mc_luma_16x16_mmx_c64: 1674
mc_luma_16x16_mmx_c32: 2602
mc_luma_16x16_sse2: 2444
mc_luma_16x16_sse2_c64: 4368
mc_luma_16x16_sse3_c64: 2456
quant_2x2_dc_c: 4648
quant_2x2_dc_mmx: 161
quant_4x4_c: 4334
quant_4x4_mmx: 814
quant_4x4_sse2: 230
quant_4x4_dc_c: 7859
quant_4x4_dc_mmx: 295
quant_4x4_dc_sse2: 271
quant_8x8_c: 8552
quant_8x8_mmx: 1024
quant_8x8_sse2: 918
sa8d_8x8_c: 6717
sa8d_8x8_mmx: 5290
sa8d_8x8_sse2: 1969
sa8d_16x16_c: 60690
sa8d_16x16_mmx: 18662
sa8d_16x16_sse2: 8022
sad_4x4_c: 872
sad_4x4_mmx: 219
sad_4x8_c: 1547
sad_4x8_mmx: 320
sad_8x4_c: 8847
sad_8x4_mmx: 240
sad_8x4_mmx_c64: 249
sad_8x4_mmx_c32: 255
sad_8x8_c: 10144
sad_8x8_mmx: 379
sad_8x8_mmx_c64: 387
sad_8x8_mmx_c32: 395
sad_8x16_c: 12802
sad_8x16_mmx: 576
sad_8x16_mmx_c64: 7822
sad_8x16_mmx_c32: 606
sad_16x8_c: 12680
sad_16x8_mmx: 495
sad_16x8_mmx_c64: 560
sad_16x8_mmx_c32: 7828
sad_16x8_sse2: 602
sad_16x8_sse2_c64: 739
sad_16x8_sse3_c64: 602
sad_16x16_c: 8284
sad_16x16_mmx: 828
sad_16x16_mmx_c64: 996
sad_16x16_mmx_c32: 1150
sad_16x16_sse2: 981
sad_16x16_sse2_c64: 1148
sad_16x16_sse3_c64: 4282
sad_x3_4x4_c: 2459
sad_x3_4x4_mmx: 388
sad_x3_4x8_c: 4561
sad_x3_4x8_mmx: 542
sad_x3_8x4_c: 4258
sad_x3_8x4_mmx: 448
sad_x3_8x8_c: 15100
sad_x3_8x8_mmx: 644
sad_x3_8x8_mmx_c64: 831
sad_x3_8x8_mmx_c32: 960
sad_x3_8x16_c: 18202
sad_x3_8x16_mmx: 1074
sad_x3_8x16_mmx_c64: 1347
sad_x3_8x16_mmx_c32: 1526
sad_x3_16x8_c: 18142
sad_x3_16x8_mmx: 4406
sad_x3_16x8_mmx_c64: 1443
sad_x3_16x8_mmx_c32: 1760
sad_x3_16x8_sse2: 1170
sad_x3_16x8_sse2_c64: 1905
sad_x3_16x8_sse3_c64: 1170
sad_x3_16x16_c: 17582
sad_x3_16x16_mmx: 1983
sad_x3_16x16_mmx_c64: 2690
sad_x3_16x16_mmx_c32: 3347
sad_x3_16x16_sse2: 2108
sad_x3_16x16_sse2_c64: 9612
sad_x3_16x16_sse3_c64: 9338
sad_x4_4x4_c: 3316
sad_x4_4x4_mmx: 3780
sad_x4_4x8_c: 35734
sad_x4_4x8_mmx: 669
sad_x4_8x4_c: 35368
sad_x4_8x4_mmx: 541
sad_x4_8x8_c: 21831
sad_x4_8x8_mmx: 810
sad_x4_8x8_mmx_c64: 8328
sad_x4_8x8_mmx_c32: 1325
sad_x4_8x16_c: 27873
sad_x4_8x16_mmx: 8611
sad_x4_8x16_mmx_c64: 1745
sad_x4_8x16_mmx_c32: 8672
sad_x4_16x8_c: 12372
sad_x4_16x8_mmx: 1386
sad_x4_16x8_mmx_c64: 1903
sad_x4_16x8_mmx_c32: 2394
sad_x4_16x8_sse2: 1539
sad_x4_16x8_sse2_c64: 2592
sad_x4_16x8_sse3_c64: 1539
sad_x4_16x16_c: 14414
sad_x4_16x16_mmx: 2529
sad_x4_16x16_mmx_c64: 3526
sad_x4_16x16_mmx_c32: 4503
sad_x4_16x16_sse2: 2780
sad_x4_16x16_sse2_c64: 4072
sad_x4_16x16_sse3_c64: 6081
satd_4x4_c: 1522
satd_4x4_mmx: 548
satd_4x8_c: 3138
satd_4x8_mmx: 936
satd_8x4_c: 3064
satd_8x4_mmx: 939
satd_8x4_sse2: 920
satd_8x8_c: 6342
satd_8x8_mmx: 1700
satd_8x8_sse2: 1640
satd_8x16_c: 40362
satd_8x16_mmx: 3168
satd_8x16_sse2: 10310
satd_16x8_c: 42054
satd_16x8_mmx: 3196
satd_16x8_sse2: 10336
satd_16x16_c: 52852
satd_16x16_mmx: 6146
satd_16x16_sse2: 20446
ssd_4x4_c: 714
ssd_4x4_mmx: 260
ssd_4x8_c: 1282
ssd_4x8_mmx: 411
ssd_8x4_c: 1654
ssd_8x4_mmx: 419
ssd_8x4_sse2: 370
ssd_8x8_c: 3071
ssd_8x8_mmx: 730
ssd_8x8_sse2: 655
ssd_8x16_c: 27612
ssd_8x16_mmx: 4660
ssd_8x16_sse2: 1215
ssd_16x8_c: 5861
ssd_16x8_mmx: 1370
ssd_16x8_sse2: 1170
ssd_16x16_c: 46571
ssd_16x16_mmx: 2620
ssd_16x16_sse2: 5550
sub4x4_dct_c: 1152
sub4x4_dct_mmx: 378
sub8x8_dct_c: 4450
sub8x8_dct_mmx: 1356
sub8x8_dct_sse2: 1292
sub8x8_dct8_c: 8585
sub8x8_dct8_mmx: 2015
sub8x8_dct8_sse2: 1948
sub16x16_dct_c: 17932
sub16x16_dct_mmx: 5234
sub16x16_dct_sse2: 4966
sub16x16_dct8_c: 1926164
sub16x16_dct8_mmx: 7894
sub16x16_dct8_sse2: 7457
zigzag_scan_4x4_field_c: 216
zigzag_scan_4x4_field_mmx: 191
Fantacinni
4th June 2008, 17:13
Athlon 64 X2 3800+ Manchester @ 2.2Ghz
add4x4_idct_c: 2571
add4x4_idct_mmx: 450
add8x8_idct_c: 9136
add8x8_idct_mmx: 1534
add8x8_idct_sse2: 1455
add8x8_idct8_c: 14161
add8x8_idct8_mmx: 2016
add8x8_idct8_sse2: 1955
add16x16_idct_c: 37285
add16x16_idct_mmx: 6059
add16x16_idct_sse2: 5699
add16x16_idct8_c: 55151
add16x16_idct8_mmx: 7846
add16x16_idct8_sse2: 7698
avg_4x2_c: 374
avg_4x2_mmx: 191
avg_4x4_c: 663
avg_4x4_mmx: 242
avg_4x8_c: 1116
avg_4x8_mmx: 322
avg_8x4_c: 1082
avg_8x4_mmx: 243
avg_8x8_c: 1996
avg_8x8_mmx: 323
avg_8x16_c: 3854
avg_8x16_mmx: 483
avg_16x8_c: 3452
avg_16x8_mmx: 463
avg_16x8_sse2: 622
avg_16x16_c: 6866
avg_16x16_mmx: 778
avg_16x16_sse2: 1102
avg_weight_4x4_c: 1316
avg_weight_4x4_mmx: 446
avg_weight_8x4_c: 2454
avg_weight_8x4_mmx: 878
avg_weight_8x8_c: 5152
avg_weight_8x8_mmx: 1399
avg_weight_8x16_c: 10017
avg_weight_8x16_mmx: 2722
avg_weight_16x8_c: 9594
avg_weight_16x8_mmx: 2498
avg_weight_16x16_c: 18979
avg_weight_16x16_mmx: 4920
cabac_encode_decision_c: 1913515
cabac_encode_decision_mmx: 1600692
dct4x4dc_c: 898
dct4x4dc_mmx: 280
deblock_h_chroma_c: 1706
deblock_h_chroma_mmx: 816
deblock_h_chroma_intra_c: 1114
deblock_h_chroma_intra_mmx: 762
deblock_h_luma_c: 4885
deblock_h_luma_mmx: 2383
deblock_h_luma_sse2: 2168
deblock_h_luma_intra_c: 4756
deblock_h_luma_intra_mmx: 3577
deblock_h_luma_intra_sse2: 3316
deblock_v_chroma_c: 1799
deblock_v_chroma_mmx: 465
deblock_v_chroma_intra_c: 1378
deblock_v_chroma_intra_mmx: 418
deblock_v_luma_c: 5516
deblock_v_luma_mmx: 1636
deblock_v_luma_sse2: 1238
deblock_v_luma_intra_c: 6126
deblock_v_luma_intra_mmx: 2423
deblock_v_luma_intra_sse2: 1996
dequant_4x4_cqm_c: 848
dequant_4x4_cqm_mmx: 344
dequant_4x4_cqm_sse2: 345
dequant_4x4_flat_c: 841
dequant_4x4_flat_mmx: 260
dequant_4x4_flat_sse2: 261
dequant_8x8_cqm_c: 3139
dequant_8x8_cqm_mmx: 1184
dequant_8x8_cqm_sse2: 1056
dequant_8x8_flat_c: 3050
dequant_8x8_flat_mmx: 685
dequant_8x8_flat_sse2: 646
esa_ads_c: 4392
esa_ads_mmx: 1348
esa_ads_sse2: 1587
get_ref_4x4_c: 1412
get_ref_4x4_mmx: 580
get_ref_4x4_mmx_c64: 580
get_ref_4x4_mmx_c32: 577
get_ref_4x4_sse2: 579
get_ref_4x4_sse2_c64: 579
get_ref_4x4_sse3_c64: 579
get_ref_4x8_c: 2274
get_ref_4x8_mmx: 687
get_ref_4x8_mmx_c64: 688
get_ref_4x8_mmx_c32: 684
get_ref_4x8_sse2: 686
get_ref_4x8_sse2_c64: 686
get_ref_4x8_sse3_c64: 686
get_ref_8x4_c: 2049
get_ref_8x4_mmx: 604
get_ref_8x4_mmx_c64: 618
get_ref_8x4_mmx_c32: 620
get_ref_8x4_sse2: 603
get_ref_8x4_sse2_c64: 620
get_ref_8x4_sse3_c64: 619
get_ref_8x8_c: 3434
get_ref_8x8_mmx: 734
get_ref_8x8_mmx_c64: 753
get_ref_8x8_mmx_c32: 756
get_ref_8x8_sse2: 734
get_ref_8x8_sse2_c64: 752
get_ref_8x8_sse3_c64: 753
get_ref_8x16_c: 6164
get_ref_8x16_mmx: 1107
get_ref_8x16_mmx_c64: 1145
get_ref_8x16_mmx_c32: 1159
get_ref_8x16_sse2: 1110
get_ref_8x16_sse2_c64: 1144
get_ref_8x16_sse3_c64: 1144
get_ref_12x10_c: 6274
get_ref_12x10_mmx: 932
get_ref_12x10_mmx_c64: 1014
get_ref_12x10_mmx_c32: 1077
get_ref_12x10_sse2: 931
get_ref_12x10_sse2_c64: 1094
get_ref_12x10_sse3_c64: 1003
get_ref_16x8_c: 6179
get_ref_16x8_mmx: 878
get_ref_16x8_mmx_c64: 924
get_ref_16x8_mmx_c32: 963
get_ref_16x8_sse2: 893
get_ref_16x8_sse2_c64: 945
get_ref_16x8_sse3_c64: 894
get_ref_16x16_c: 4674
get_ref_16x16_mmx: 1368
get_ref_16x16_mmx_c64: 1465
get_ref_16x16_mmx_c32: 1549
get_ref_16x16_sse2: 1411
get_ref_16x16_sse2_c64: 1502
get_ref_16x16_sse3_c64: 1408
get_ref_20x18_c: 1148
get_ref_20x18_mmx: 1864
get_ref_20x18_mmx_c64: 2087
get_ref_20x18_mmx_c32: 1922
get_ref_20x18_sse2: 2133
get_ref_20x18_sse2_c64: 2272
get_ref_20x18_sse3_c64: 2033
hpel_filter_c: 263034
hpel_filter_mmx: 53221
hpel_filter_sse2: 68972
idct4x4dc_c: 1028
idct4x4dc_mmx: 254
intra_predict_4x4_ddl_c: 358
intra_predict_4x4_ddl_mmx: 163
intra_predict_4x4_vl_c: 343
intra_predict_4x4_vl_mmx: 114
intra_predict_8x8_dc_c: 318
intra_predict_8x8_dc_mmx: 190
intra_predict_8x8_dcl_c: 260
intra_predict_8x8_dcl_mmx: 175
intra_predict_8x8_dct_c: 259
intra_predict_8x8_dct_mmx: 140
intra_predict_8x8_ddl_c: 876
intra_predict_8x8_ddl_mmx: 430
intra_predict_8x8_ddl_sse2: 290
intra_predict_8x8_ddr_c: 916
intra_predict_8x8_ddr_mmx: 435
intra_predict_8x8_ddr_sse2: 290
intra_predict_8x8_v_c: 190
intra_predict_8x8_v_mmx: 140
intra_predict_8x8_vl_c: 871
intra_predict_8x8_vl_sse2: 319
intra_predict_8x8_vr_c: 951
intra_predict_8x8_vr_mmx: 554
intra_predict_8x8c_dc_c: 397
intra_predict_8x8c_dc_mmx: 388
intra_predict_8x8c_p_c: 2862
intra_predict_8x8c_p_mmx: 915
intra_predict_8x8c_v_c: 190
intra_predict_8x8c_v_mmx: 143
intra_predict_16x16_dc_c: 747
intra_predict_16x16_dc_mmx: 739
intra_predict_16x16_dc_sse2: 716
intra_predict_16x16_dct_c: 573
intra_predict_16x16_dct_mmx: 471
intra_predict_16x16_dct_sse2: 530
intra_predict_16x16_p_c: 9447
intra_predict_16x16_p_mmx: 2124
intra_predict_16x16_p_sse2: 2186
intra_predict_16x16_v_c: 498
intra_predict_16x16_v_mmx: 342
intra_predict_16x16_v_sse2: 333
intra_sa8d_x3_8x8_mmx: 3403
intra_satd_x3_4x4_mmx: 844
intra_satd_x3_8x8c_mmx: 2462
intra_satd_x3_16x16_mmx: 8571
mc_chroma_2x2_c: 776
mc_chroma_2x2_mmx: 520
mc_chroma_2x4_c: 1326
mc_chroma_2x4_mmx: 756
mc_chroma_4x2_c: 1079
mc_chroma_4x2_mmx: 528
mc_chroma_4x4_c: 1924
mc_chroma_4x4_mmx: 740
mc_chroma_4x8_c: 3333
mc_chroma_4x8_mmx: 1085
mc_chroma_8x4_c: 3335
mc_chroma_8x4_mmx: 1109
mc_chroma_8x8_c: 6036
mc_chroma_8x8_mmx: 2094
mc_luma_4x4_c: 1390
mc_luma_4x4_mmx: 629
mc_luma_4x4_mmx_c64: 633
mc_luma_4x4_mmx_c32: 627
mc_luma_4x4_sse2: 630
mc_luma_4x4_sse2_c64: 632
mc_luma_4x4_sse3_c64: 628
mc_luma_4x8_c: 2302
mc_luma_4x8_mmx: 734
mc_luma_4x8_mmx_c64: 734
mc_luma_4x8_mmx_c32: 733
mc_luma_4x8_sse2: 733
mc_luma_4x8_sse2_c64: 734
mc_luma_4x8_sse3_c64: 732
mc_luma_8x4_c: 2050
mc_luma_8x4_mmx: 633
mc_luma_8x4_mmx_c64: 647
mc_luma_8x4_mmx_c32: 655
mc_luma_8x4_sse2: 635
mc_luma_8x4_sse2_c64: 648
mc_luma_8x4_sse3_c64: 647
mc_luma_8x8_c: 3412
mc_luma_8x8_mmx: 800
mc_luma_8x8_mmx_c64: 814
mc_luma_8x8_mmx_c32: 824
mc_luma_8x8_sse2: 800
mc_luma_8x8_sse2_c64: 815
mc_luma_8x8_sse3_c64: 814
mc_luma_8x16_c: 6166
mc_luma_8x16_mmx: 1193
mc_luma_8x16_mmx_c64: 1230
mc_luma_8x16_mmx_c32: 1251
mc_luma_8x16_sse2: 1193
mc_luma_8x16_sse2_c64: 1230
mc_luma_8x16_sse3_c64: 1233
mc_luma_16x8_c: 6157
mc_luma_16x8_mmx: 980
mc_luma_16x8_mmx_c64: 1038
mc_luma_16x8_mmx_c32: 1084
mc_luma_16x8_sse2: 1016
mc_luma_16x8_sse2_c64: 1067
mc_luma_16x8_sse3_c64: 1016
mc_luma_16x16_c: 4700
mc_luma_16x16_mmx: 1556
mc_luma_16x16_mmx_c64: 1665
mc_luma_16x16_mmx_c32: 1760
mc_luma_16x16_sse2: 1625
mc_luma_16x16_sse2_c64: 1719
mc_luma_16x16_sse3_c64: 1626
quant_2x2_dc_c: 422
quant_2x2_dc_mmx: 161
quant_4x4_c: 965
quant_4x4_mmx: 298
quant_4x4_sse2: 230
quant_4x4_dc_c: 1116
quant_4x4_dc_mmx: 295
quant_4x4_dc_sse2: 271
quant_8x8_c: 4134
quant_8x8_mmx: 1028
quant_8x8_sse2: 918
sa8d_8x8_c: 6708
sa8d_8x8_mmx: 1982
sa8d_8x8_sse2: 1967
sa8d_16x16_c: 25658
sa8d_16x16_mmx: 8125
sa8d_16x16_sse2: 8019
sad_4x4_c: 869
sad_4x4_mmx: 219
sad_4x8_c: 1546
sad_4x8_mmx: 320
sad_8x4_c: 1467
sad_8x4_mmx: 240
sad_8x4_mmx_c64: 250
sad_8x4_mmx_c32: 254
sad_8x8_c: 2764
sad_8x8_mmx: 379
sad_8x8_mmx_c64: 387
sad_8x8_mmx_c32: 393
sad_8x16_c: 5419
sad_8x16_mmx: 577
sad_8x16_mmx_c64: 593
sad_8x16_mmx_c32: 606
sad_16x8_c: 5092
sad_16x8_mmx: 493
sad_16x8_mmx_c64: 558
sad_16x8_mmx_c32: 598
sad_16x8_sse2: 601
sad_16x8_sse2_c64: 737
sad_16x8_sse3_c64: 600
sad_16x16_c: 10088
sad_16x16_mmx: 828
sad_16x16_mmx_c64: 996
sad_16x16_mmx_c32: 1149
sad_16x16_sse2: 979
sad_16x16_sse2_c64: 1146
sad_16x16_sse3_c64: 979
sad_x3_4x4_c: 2455
sad_x3_4x4_mmx: 386
sad_x3_4x8_c: 4556
sad_x3_4x8_mmx: 539
sad_x3_8x4_c: 4253
sad_x3_8x4_mmx: 447
sad_x3_8x8_c: 8354
sad_x3_8x8_mmx: 643
sad_x3_8x8_mmx_c64: 829
sad_x3_8x8_mmx_c32: 984
sad_x3_8x16_c: 18198
sad_x3_8x16_mmx: 1073
sad_x3_8x16_mmx_c64: 1345
sad_x3_8x16_mmx_c32: 1522
sad_x3_16x8_c: 15455
sad_x3_16x8_mmx: 1104
sad_x3_16x8_mmx_c64: 1442
sad_x3_16x8_mmx_c32: 1749
sad_x3_16x8_sse2: 1168
sad_x3_16x8_sse2_c64: 1904
sad_x3_16x8_sse3_c64: 1168
sad_x3_16x16_c: 3700
sad_x3_16x16_mmx: 1982
sad_x3_16x16_mmx_c64: 2687
sad_x3_16x16_mmx_c32: 3345
sad_x3_16x16_sse2: 2107
sad_x3_16x16_sse2_c64: 3006
sad_x3_16x16_sse3_c64: 2106
sad_x4_4x4_c: 3322
sad_x4_4x4_mmx: 478
sad_x4_4x8_c: 6192
sad_x4_4x8_mmx: 666
sad_x4_8x4_c: 5851
sad_x4_8x4_mmx: 540
sad_x4_8x8_c: 11736
sad_x4_8x8_mmx: 808
sad_x4_8x8_mmx_c64: 1096
sad_x4_8x8_mmx_c32: 1320
sad_x4_8x16_c: 23854
sad_x4_8x16_mmx: 1380
sad_x4_8x16_mmx_c64: 1742
sad_x4_8x16_mmx_c32: 2068
sad_x4_16x8_c: 21792
sad_x4_16x8_mmx: 1384
sad_x4_16x8_mmx_c64: 1901
sad_x4_16x8_mmx_c32: 2392
sad_x4_16x8_sse2: 1536
sad_x4_16x8_sse2_c64: 2590
sad_x4_16x8_sse3_c64: 1537
sad_x4_16x16_c: 15374
sad_x4_16x16_mmx: 2526
sad_x4_16x16_mmx_c64: 3525
sad_x4_16x16_mmx_c32: 4501
sad_x4_16x16_sse2: 2778
sad_x4_16x16_sse2_c64: 4070
sad_x4_16x16_sse3_c64: 2778
satd_4x4_c: 1524
satd_4x4_mmx: 546
satd_4x8_c: 3138
satd_4x8_mmx: 934
satd_8x4_c: 3059
satd_8x4_mmx: 936
satd_8x4_sse2: 918
satd_8x8_c: 6330
satd_8x8_mmx: 1698
satd_8x8_sse2: 1637
satd_8x16_c: 12114
satd_8x16_mmx: 3166
satd_8x16_sse2: 3078
satd_16x8_c: 12532
satd_16x8_mmx: 3193
satd_16x8_sse2: 3100
satd_16x16_c: 24625
satd_16x16_mmx: 6144
satd_16x16_sse2: 5981
ssd_4x4_c: 710
ssd_4x4_mmx: 260
ssd_4x8_c: 1276
ssd_4x8_mmx: 410
ssd_8x4_c: 1650
ssd_8x4_mmx: 420
ssd_8x4_sse2: 370
ssd_8x8_c: 3067
ssd_8x8_mmx: 730
ssd_8x8_sse2: 656
ssd_8x16_c: 6114
ssd_8x16_mmx: 1360
ssd_8x16_sse2: 1215
ssd_16x8_c: 5844
ssd_16x8_mmx: 1369
ssd_16x8_sse2: 1170
ssd_16x16_c: 11557
ssd_16x16_mmx: 2620
ssd_16x16_sse2: 2250
sub4x4_dct_c: 1154
sub4x4_dct_mmx: 381
sub8x8_dct_c: 4452
sub8x8_dct_mmx: 1350
sub8x8_dct_sse2: 1291
sub8x8_dct8_c: 8597
sub8x8_dct8_mmx: 2012
sub8x8_dct8_sse2: 1948
sub16x16_dct_c: 17891
sub16x16_dct_mmx: 5252
sub16x16_dct_sse2: 4952
sub16x16_dct8_c: 34635
sub16x16_dct8_mmx: 7878
sub16x16_dct8_sse2: 7447
zigzag_scan_4x4_field_c: 216
zigzag_scan_4x4_field_mmx: 189
Pentium 3, 550MHz. Didn't know there's no SSE1 used.
Dark Shikari
4th June 2008, 17:31
Pentium 3, 550MHz. Didn't know there's no SSE1 used.SSE1 is floating-point only, which is totally useless for video encoding.
Reuf Toc
4th June 2008, 17:38
Sempron 2800+ s754 (Palermo) @ 2.4Ghz
SSE1, SSE2, SSE3, x86-64
add4x4_idct_c: 2590
add4x4_idct_mmx: 453
add8x8_idct_c: 9143
add8x8_idct_mmx: 1533
add8x8_idct_sse2: 1455
add8x8_idct8_c: 14075
add8x8_idct8_mmx: 2017
add8x8_idct8_sse2: 1962
add16x16_idct_c: 37255
add16x16_idct_mmx: 6052
add16x16_idct_sse2: 5698
add16x16_idct8_c: 54805
add16x16_idct8_mmx: 7847
add16x16_idct8_sse2: 7698
avg_4x2_c: 382
avg_4x2_mmx: 193
avg_4x4_c: 664
avg_4x4_mmx: 242
avg_4x8_c: 1114
avg_4x8_mmx: 322
avg_8x4_c: 1077
avg_8x4_mmx: 242
avg_8x8_c: 1998
avg_8x8_mmx: 322
avg_8x16_c: 3872
avg_8x16_mmx: 481
avg_16x8_c: 3439
avg_16x8_mmx: 462
avg_16x8_sse2: 622
avg_16x16_c: 6861
avg_16x16_mmx: 777
avg_16x16_sse2: 1102
avg_weight_4x4_c: 1314
avg_weight_4x4_mmx: 445
avg_weight_8x4_c: 2452
avg_weight_8x4_mmx: 864
avg_weight_8x8_c: 5162
avg_weight_8x8_mmx: 1385
avg_weight_8x16_c: 10015
avg_weight_8x16_mmx: 2721
avg_weight_16x8_c: 9608
avg_weight_16x8_mmx: 2492
avg_weight_16x16_c: 18965
avg_weight_16x16_mmx: 4919
cabac_encode_decision_c: 1891461
cabac_encode_decision_mmx: 1583196
dct4x4dc_c: 898
dct4x4dc_mmx: 280
deblock_h_chroma_c: 1708
deblock_h_chroma_mmx: 816
deblock_h_chroma_intra_c: 1116
deblock_h_chroma_intra_mmx: 764
deblock_h_luma_c: 4883
deblock_h_luma_mmx: 2383
deblock_h_luma_sse2: 2168
deblock_h_luma_intra_c: 4759
deblock_h_luma_intra_mmx: 3580
deblock_h_luma_intra_sse2: 3314
deblock_v_chroma_c: 1782
deblock_v_chroma_mmx: 466
deblock_v_chroma_intra_c: 1370
deblock_v_chroma_intra_mmx: 412
deblock_v_luma_c: 5455
deblock_v_luma_mmx: 1632
deblock_v_luma_sse2: 1233
deblock_v_luma_intra_c: 6032
deblock_v_luma_intra_mmx: 2416
deblock_v_luma_intra_sse2: 1988
dequant_4x4_cqm_c: 851
dequant_4x4_cqm_mmx: 344
dequant_4x4_cqm_sse2: 345
dequant_4x4_flat_c: 839
dequant_4x4_flat_mmx: 260
dequant_4x4_flat_sse2: 261
dequant_8x8_cqm_c: 3136
dequant_8x8_cqm_mmx: 1212
dequant_8x8_cqm_sse2: 1058
dequant_8x8_flat_c: 3052
dequant_8x8_flat_mmx: 686
dequant_8x8_flat_sse2: 643
esa_ads_c: 4392
esa_ads_mmx: 1349
esa_ads_sse2: 1586
get_ref_4x4_c: 1386
get_ref_4x4_mmx: 579
get_ref_4x4_mmx_c64: 580
get_ref_4x4_mmx_c32: 580
get_ref_4x4_sse2: 580
get_ref_4x4_sse2_c64: 579
get_ref_4x4_sse3_c64: 579
get_ref_4x8_c: 2253
get_ref_4x8_mmx: 686
get_ref_4x8_mmx_c64: 687
get_ref_4x8_mmx_c32: 686
get_ref_4x8_sse2: 686
get_ref_4x8_sse2_c64: 685
get_ref_4x8_sse3_c64: 686
get_ref_8x4_c: 2050
get_ref_8x4_mmx: 602
get_ref_8x4_mmx_c64: 617
get_ref_8x4_mmx_c32: 623
get_ref_8x4_sse2: 604
get_ref_8x4_sse2_c64: 617
get_ref_8x4_sse3_c64: 618
get_ref_8x8_c: 3426
get_ref_8x8_mmx: 732
get_ref_8x8_mmx_c64: 752
get_ref_8x8_mmx_c32: 760
get_ref_8x8_sse2: 734
get_ref_8x8_sse2_c64: 752
get_ref_8x8_sse3_c64: 753
get_ref_8x16_c: 6174
get_ref_8x16_mmx: 1115
get_ref_8x16_mmx_c64: 1148
get_ref_8x16_mmx_c32: 1166
get_ref_8x16_sse2: 1115
get_ref_8x16_sse2_c64: 1148
get_ref_8x16_sse3_c64: 1150
get_ref_12x10_c: 6241
get_ref_12x10_mmx: 930
get_ref_12x10_mmx_c64: 1014
get_ref_12x10_mmx_c32: 1084
get_ref_12x10_sse2: 932
get_ref_12x10_sse2_c64: 1095
get_ref_12x10_sse3_c64: 1002
get_ref_16x8_c: 6122
get_ref_16x8_mmx: 875
get_ref_16x8_mmx_c64: 923
get_ref_16x8_mmx_c32: 968
get_ref_16x8_sse2: 894
get_ref_16x8_sse2_c64: 944
get_ref_16x8_sse3_c64: 892
get_ref_16x16_c: 4618
get_ref_16x16_mmx: 1389
get_ref_16x16_mmx_c64: 1478
get_ref_16x16_mmx_c32: 1568
get_ref_16x16_sse2: 1433
get_ref_16x16_sse2_c64: 1518
get_ref_16x16_sse3_c64: 1430
get_ref_20x18_c: 1081
get_ref_20x18_mmx: 1860
get_ref_20x18_mmx_c64: 2088
get_ref_20x18_mmx_c32: 1942
get_ref_20x18_sse2: 2139
get_ref_20x18_sse2_c64: 2273
get_ref_20x18_sse3_c64: 2034
hpel_filter_c: 260744
hpel_filter_mmx: 46806
hpel_filter_sse2: 67740
idct4x4dc_c: 1027
idct4x4dc_mmx: 254
intra_predict_4x4_ddl_c: 358
intra_predict_4x4_ddl_mmx: 163
intra_predict_4x4_vl_c: 343
intra_predict_4x4_vl_mmx: 112
intra_predict_8x8_dc_c: 318
intra_predict_8x8_dc_mmx: 190
intra_predict_8x8_dcl_c: 260
intra_predict_8x8_dcl_mmx: 175
intra_predict_8x8_dct_c: 260
intra_predict_8x8_dct_mmx: 140
intra_predict_8x8_ddl_c: 879
intra_predict_8x8_ddl_mmx: 430
intra_predict_8x8_ddl_sse2: 291
intra_predict_8x8_ddr_c: 913
intra_predict_8x8_ddr_mmx: 435
intra_predict_8x8_ddr_sse2: 290
intra_predict_8x8_v_c: 190
intra_predict_8x8_v_mmx: 140
intra_predict_8x8_vl_c: 870
intra_predict_8x8_vl_sse2: 319
intra_predict_8x8_vr_c: 995
intra_predict_8x8_vr_mmx: 539
intra_predict_8x8c_dc_c: 395
intra_predict_8x8c_dc_mmx: 382
intra_predict_8x8c_p_c: 2855
intra_predict_8x8c_p_mmx: 920
intra_predict_8x8c_v_c: 190
intra_predict_8x8c_v_mmx: 143
intra_predict_16x16_dc_c: 749
intra_predict_16x16_dc_mmx: 740
intra_predict_16x16_dc_sse2: 719
intra_predict_16x16_dct_c: 573
intra_predict_16x16_dct_mmx: 475
intra_predict_16x16_dct_sse2: 532
intra_predict_16x16_p_c: 9440
intra_predict_16x16_p_mmx: 2118
intra_predict_16x16_p_sse2: 2184
intra_predict_16x16_v_c: 498
intra_predict_16x16_v_mmx: 346
intra_predict_16x16_v_sse2: 332
intra_sa8d_x3_8x8_mmx: 3414
intra_satd_x3_4x4_mmx: 844
intra_satd_x3_8x8c_mmx: 2462
intra_satd_x3_16x16_mmx: 8569
mc_chroma_2x2_c: 789
mc_chroma_2x2_mmx: 506
mc_chroma_2x4_c: 1352
mc_chroma_2x4_mmx: 758
mc_chroma_4x2_c: 1068
mc_chroma_4x2_mmx: 528
mc_chroma_4x4_c: 1934
mc_chroma_4x4_mmx: 723
mc_chroma_4x8_c: 3353
mc_chroma_4x8_mmx: 1078
mc_chroma_8x4_c: 3346
mc_chroma_8x4_mmx: 1115
mc_chroma_8x8_c: 6073
mc_chroma_8x8_mmx: 2098
mc_luma_4x4_c: 1372
mc_luma_4x4_mmx: 615
mc_luma_4x4_mmx_c64: 614
mc_luma_4x4_mmx_c32: 617
mc_luma_4x4_sse2: 614
mc_luma_4x4_sse2_c64: 618
mc_luma_4x4_sse3_c64: 613
mc_luma_4x8_c: 2276
mc_luma_4x8_mmx: 734
mc_luma_4x8_mmx_c64: 734
mc_luma_4x8_mmx_c32: 733
mc_luma_4x8_sse2: 733
mc_luma_4x8_sse2_c64: 734
mc_luma_4x8_sse3_c64: 732
mc_luma_8x4_c: 2053
mc_luma_8x4_mmx: 632
mc_luma_8x4_mmx_c64: 647
mc_luma_8x4_mmx_c32: 656
mc_luma_8x4_sse2: 635
mc_luma_8x4_sse2_c64: 647
mc_luma_8x4_sse3_c64: 648
mc_luma_8x8_c: 3412
mc_luma_8x8_mmx: 797
mc_luma_8x8_mmx_c64: 814
mc_luma_8x8_mmx_c32: 825
mc_luma_8x8_sse2: 800
mc_luma_8x8_sse2_c64: 814
mc_luma_8x8_sse3_c64: 813
mc_luma_8x16_c: 6293
mc_luma_8x16_mmx: 1216
mc_luma_8x16_mmx_c64: 1254
mc_luma_8x16_mmx_c32: 1273
mc_luma_8x16_sse2: 1218
mc_luma_8x16_sse2_c64: 1253
mc_luma_8x16_sse3_c64: 1254
mc_luma_16x8_c: 6107
mc_luma_16x8_mmx: 979
mc_luma_16x8_mmx_c64: 1036
mc_luma_16x8_mmx_c32: 1083
mc_luma_16x8_sse2: 1014
mc_luma_16x8_sse2_c64: 1066
mc_luma_16x8_sse3_c64: 1014
mc_luma_16x16_c: 4643
mc_luma_16x16_mmx: 1572
mc_luma_16x16_mmx_c64: 1682
mc_luma_16x16_mmx_c32: 1775
mc_luma_16x16_sse2: 1648
mc_luma_16x16_sse2_c64: 1728
mc_luma_16x16_sse3_c64: 1643
quant_2x2_dc_c: 422
quant_2x2_dc_mmx: 161
quant_4x4_c: 979
quant_4x4_mmx: 298
quant_4x4_sse2: 230
quant_4x4_dc_c: 1115
quant_4x4_dc_mmx: 295
quant_4x4_dc_sse2: 271
quant_8x8_c: 4150
quant_8x8_mmx: 1027
quant_8x8_sse2: 917
sa8d_8x8_c: 6731
sa8d_8x8_mmx: 1980
sa8d_8x8_sse2: 1950
sa8d_16x16_c: 25730
sa8d_16x16_mmx: 8092
sa8d_16x16_sse2: 7985
sad_4x4_c: 869
sad_4x4_mmx: 218
sad_4x8_c: 1543
sad_4x8_mmx: 320
sad_8x4_c: 1467
sad_8x4_mmx: 240
sad_8x4_mmx_c64: 248
sad_8x4_mmx_c32: 254
sad_8x8_c: 2762
sad_8x8_mmx: 379
sad_8x8_mmx_c64: 386
sad_8x8_mmx_c32: 392
sad_8x16_c: 5417
sad_8x16_mmx: 577
sad_8x16_mmx_c64: 593
sad_8x16_mmx_c32: 605
sad_16x8_c: 5084
sad_16x8_mmx: 493
sad_16x8_mmx_c64: 558
sad_16x8_mmx_c32: 598
sad_16x8_sse2: 600
sad_16x8_sse2_c64: 737
sad_16x8_sse3_c64: 600
sad_16x16_c: 10092
sad_16x16_mmx: 827
sad_16x16_mmx_c64: 996
sad_16x16_mmx_c32: 1149
sad_16x16_sse2: 979
sad_16x16_sse2_c64: 1146
sad_16x16_sse3_c64: 979
sad_x3_4x4_c: 2454
sad_x3_4x4_mmx: 387
sad_x3_4x8_c: 4555
sad_x3_4x8_mmx: 540
sad_x3_8x4_c: 4251
sad_x3_8x4_mmx: 446
sad_x3_8x8_c: 8347
sad_x3_8x8_mmx: 645
sad_x3_8x8_mmx_c64: 830
sad_x3_8x8_mmx_c32: 958
sad_x3_8x16_c: 18174
sad_x3_8x16_mmx: 1076
sad_x3_8x16_mmx_c64: 1345
sad_x3_8x16_mmx_c32: 1524
sad_x3_16x8_c: 15445
sad_x3_16x8_mmx: 1106
sad_x3_16x8_mmx_c64: 1442
sad_x3_16x8_mmx_c32: 1755
sad_x3_16x8_sse2: 1168
sad_x3_16x8_sse2_c64: 1903
sad_x3_16x8_sse3_c64: 1168
sad_x3_16x16_c: 3662
sad_x3_16x16_mmx: 1984
sad_x3_16x16_mmx_c64: 2688
sad_x3_16x16_mmx_c32: 3346
sad_x3_16x16_sse2: 2106
sad_x3_16x16_sse2_c64: 3005
sad_x3_16x16_sse3_c64: 2106
sad_x4_4x4_c: 3313
sad_x4_4x4_mmx: 477
sad_x4_4x8_c: 6183
sad_x4_4x8_mmx: 668
sad_x4_8x4_c: 5834
sad_x4_8x4_mmx: 540
sad_x4_8x8_c: 11701
sad_x4_8x8_mmx: 809
sad_x4_8x8_mmx_c64: 1094
sad_x4_8x8_mmx_c32: 1319
sad_x4_8x16_c: 23818
sad_x4_8x16_mmx: 1381
sad_x4_8x16_mmx_c64: 1742
sad_x4_8x16_mmx_c32: 2066
sad_x4_16x8_c: 21766
sad_x4_16x8_mmx: 1385
sad_x4_16x8_mmx_c64: 1901
sad_x4_16x8_mmx_c32: 2391
sad_x4_16x8_sse2: 1534
sad_x4_16x8_sse2_c64: 2590
sad_x4_16x8_sse3_c64: 1534
sad_x4_16x16_c: 15254
sad_x4_16x16_mmx: 2526
sad_x4_16x16_mmx_c64: 3525
sad_x4_16x16_mmx_c32: 4500
sad_x4_16x16_sse2: 2775
sad_x4_16x16_sse2_c64: 4070
sad_x4_16x16_sse3_c64: 2776
satd_4x4_c: 1514
satd_4x4_mmx: 546
satd_4x8_c: 3127
satd_4x8_mmx: 933
satd_8x4_c: 3054
satd_8x4_mmx: 937
satd_8x4_sse2: 918
satd_8x8_c: 6314
satd_8x8_mmx: 1698
satd_8x8_sse2: 1637
satd_8x16_c: 12109
satd_8x16_mmx: 3166
satd_8x16_sse2: 3078
satd_16x8_c: 12513
satd_16x8_mmx: 3193
satd_16x8_sse2: 3100
satd_16x16_c: 24553
satd_16x16_mmx: 6144
satd_16x16_sse2: 5981
ssd_4x4_c: 710
ssd_4x4_mmx: 259
ssd_4x8_c: 1274
ssd_4x8_mmx: 409
ssd_8x4_c: 1657
ssd_8x4_mmx: 419
ssd_8x4_sse2: 370
ssd_8x8_c: 3092
ssd_8x8_mmx: 729
ssd_8x8_sse2: 654
ssd_8x16_c: 6185
ssd_8x16_mmx: 1360
ssd_8x16_sse2: 1214
ssd_16x8_c: 5752
ssd_16x8_mmx: 1369
ssd_16x8_sse2: 1170
ssd_16x16_c: 11390
ssd_16x16_mmx: 2621
ssd_16x16_sse2: 2249
sub4x4_dct_c: 1162
sub4x4_dct_mmx: 386
sub8x8_dct_c: 4386
sub8x8_dct_mmx: 1353
sub8x8_dct_sse2: 1292
sub8x8_dct8_c: 8618
sub8x8_dct8_mmx: 2012
sub8x8_dct8_sse2: 1947
sub16x16_dct_c: 17724
sub16x16_dct_mmx: 5234
sub16x16_dct_sse2: 4941
sub16x16_dct8_c: 34564
sub16x16_dct8_mmx: 7893
sub16x16_dct8_sse2: 7442
zigzag_scan_4x4_field_c: 216
zigzag_scan_4x4_field_mmx: 189
Irakli
4th June 2008, 17:46
Intel Pentium M 760 (Dothan) @ 2Ghz.
add4x4_idct_c: 2742
add4x4_idct_mmx: 430
add8x8_idct_c: 9712
add8x8_idct_mmx: 1562
add8x8_idct_sse2: 1790
add8x8_idct8_c: 17015
add8x8_idct8_mmx: 2094
add8x8_idct8_sse2: 2241
add16x16_idct_c: 39249
add16x16_idct_mmx: 6025
add16x16_idct_sse2: 6902
add16x16_idct8_c: 68421
add16x16_idct8_mmx: 8242
add16x16_idct8_sse2: 9035
avg_4x2_c: 322
avg_4x2_mmx: 210
avg_4x4_c: 570
avg_4x4_mmx: 250
avg_4x8_c: 980
avg_4x8_mmx: 330
avg_8x4_c: 970
avg_8x4_mmx: 251
avg_8x8_c: 1790
avg_8x8_mmx: 331
avg_8x16_c: 3470
avg_8x16_mmx: 501
avg_16x8_c: 3390
avg_16x8_mmx: 471
avg_16x8_sse2: 501
avg_16x16_c: 6670
avg_16x16_mmx: 801
avg_16x16_sse2: 861
avg_weight_4x4_c: 1319
avg_weight_4x4_mmx: 460
avg_weight_8x4_c: 2258
avg_weight_8x4_mmx: 901
avg_weight_8x8_c: 4467
avg_weight_8x8_mmx: 1597
avg_weight_8x16_c: 8721
avg_weight_8x16_mmx: 2680
avg_weight_16x8_c: 8490
avg_weight_16x8_mmx: 2647
avg_weight_16x16_c: 16844
avg_weight_16x16_mmx: 4776
cabac_encode_decision_c: 1995104
cabac_encode_decision_mmx: 1467306
dct4x4dc_c: 1110
dct4x4dc_mmx: 310
deblock_h_chroma_c: 1581
deblock_h_chroma_mmx: 914
deblock_h_chroma_intra_c: 1177
deblock_h_chroma_intra_mmx: 853
deblock_h_luma_c: 4437
deblock_h_luma_mmx: 2491
deblock_h_luma_sse2: 2428
deblock_h_luma_intra_c: 4325
deblock_h_luma_intra_mmx: 3564
deblock_h_luma_intra_sse2: 3587
deblock_v_chroma_c: 1695
deblock_v_chroma_mmx: 463
deblock_v_chroma_intra_c: 1332
deblock_v_chroma_intra_mmx: 421
deblock_v_luma_c: 4849
deblock_v_luma_mmx: 1502
deblock_v_luma_sse2: 1252
deblock_v_luma_intra_c: 5566
deblock_v_luma_intra_mmx: 2303
deblock_v_luma_intra_sse2: 2117
dequant_4x4_cqm_c: 812
dequant_4x4_cqm_mmx: 386
dequant_4x4_cqm_sse2: 396
dequant_4x4_flat_c: 807
dequant_4x4_flat_mmx: 260
dequant_4x4_flat_sse2: 250
dequant_8x8_cqm_c: 3329
dequant_8x8_cqm_mmx: 1182
dequant_8x8_cqm_sse2: 1203
dequant_8x8_flat_c: 3266
dequant_8x8_flat_mmx: 645
dequant_8x8_flat_sse2: 681
esa_ads_c: 4306
esa_ads_mmx: 1676
esa_ads_sse2: 1838
get_ref_4x4_c: 1507
get_ref_4x4_mmx: 575
get_ref_4x4_mmx_c64: 577
get_ref_4x4_mmx_c32: 578
get_ref_4x4_sse2: 577
get_ref_4x4_sse2_c64: 575
get_ref_4x8_c: 2618
get_ref_4x8_mmx: 711
get_ref_4x8_mmx_c64: 715
get_ref_4x8_mmx_c32: 716
get_ref_4x8_sse2: 714
get_ref_4x8_sse2_c64: 711
get_ref_8x4_c: 1751
get_ref_8x4_mmx: 593
get_ref_8x4_mmx_c64: 564
get_ref_8x4_mmx_c32: 584
get_ref_8x4_sse2: 594
get_ref_8x4_sse2_c64: 563
get_ref_8x8_c: 3169
get_ref_8x8_mmx: 755
get_ref_8x8_mmx_c64: 661
get_ref_8x8_mmx_c32: 700
get_ref_8x8_sse2: 758
get_ref_8x8_sse2_c64: 660
get_ref_8x16_c: 6015
get_ref_8x16_mmx: 1150
get_ref_8x16_mmx_c64: 874
get_ref_8x16_mmx_c32: 950
get_ref_8x16_sse2: 1148
get_ref_8x16_sse2_c64: 872
get_ref_12x10_c: 5122
get_ref_12x10_mmx: 1171
get_ref_12x10_mmx_c64: 1015
get_ref_12x10_mmx_c32: 1134
get_ref_12x10_sse2: 1180
get_ref_12x10_sse2_c64: 1057
get_ref_16x8_c: 5170
get_ref_16x8_mmx: 1052
get_ref_16x8_mmx_c64: 890
get_ref_16x8_mmx_c32: 1024
get_ref_16x8_sse2: 1133
get_ref_16x8_sse2_c64: 943
get_ref_16x16_c: 1402
get_ref_16x16_mmx: 1777
get_ref_16x16_mmx_c64: 1320
get_ref_16x16_mmx_c32: 1584
get_ref_16x16_sse2: 1906
get_ref_16x16_sse2_c64: 1422
get_ref_20x18_c: 4840
get_ref_20x18_mmx: 2496
get_ref_20x18_mmx_c64: 1962
get_ref_20x18_mmx_c32: 2510
get_ref_20x18_sse2: 2597
get_ref_20x18_sse2_c64: 2065
hpel_filter_c: 241190
hpel_filter_mmx: 64112
hpel_filter_sse2: 91526
idct4x4dc_c: 1270
idct4x4dc_mmx: 260
intra_predict_4x4_ddl_c: 421
intra_predict_4x4_ddl_mmx: 220
intra_predict_4x4_vl_c: 460
intra_predict_4x4_vl_mmx: 170
intra_predict_8x8_dc_c: 450
intra_predict_8x8_dc_mmx: 230
intra_predict_8x8_dcl_c: 370
intra_predict_8x8_dcl_mmx: 250
intra_predict_8x8_dct_c: 370
intra_predict_8x8_dct_mmx: 250
intra_predict_8x8_ddl_c: 1249
intra_predict_8x8_ddl_mmx: 395
intra_predict_8x8_ddl_sse2: 460
intra_predict_8x8_ddr_c: 1347
intra_predict_8x8_ddr_mmx: 427
intra_predict_8x8_ddr_sse2: 487
intra_predict_8x8_v_c: 200
intra_predict_8x8_v_mmx: 120
intra_predict_8x8_vl_c: 1345
intra_predict_8x8_vl_sse2: 460
intra_predict_8x8_vr_c: 1298
intra_predict_8x8_vr_mmx: 614
intra_predict_8x8c_dc_c: 494
intra_predict_8x8c_dc_mmx: 410
intra_predict_8x8c_p_c: 2873
intra_predict_8x8c_p_mmx: 986
intra_predict_8x8c_v_c: 230
intra_predict_8x8c_v_mmx: 120
intra_predict_16x16_dc_c: 1220
intra_predict_16x16_dc_mmx: 934
intra_predict_16x16_dc_sse2: 864
intra_predict_16x16_dct_c: 1030
intra_predict_16x16_dct_mmx: 593
intra_predict_16x16_dct_sse2: 634
intra_predict_16x16_p_c: 9828
intra_predict_16x16_p_mmx: 2223
intra_predict_16x16_p_sse2: 2310
intra_predict_16x16_v_c: 819
intra_predict_16x16_v_mmx: 502
intra_predict_16x16_v_sse2: 493
intra_sa8d_x3_8x8_mmx: 3367
intra_satd_x3_4x4_mmx: 860
intra_satd_x3_8x8c_mmx: 2730
intra_satd_x3_16x16_mmx: 8990
mc_chroma_2x2_c: 833
mc_chroma_2x2_mmx: 562
mc_chroma_2x4_c: 1284
mc_chroma_2x4_mmx: 779
mc_chroma_4x2_c: 1207
mc_chroma_4x2_mmx: 562
mc_chroma_4x4_c: 2030
mc_chroma_4x4_mmx: 779
mc_chroma_4x8_c: 3576
mc_chroma_4x8_mmx: 1229
mc_chroma_8x4_c: 3304
mc_chroma_8x4_mmx: 1192
mc_chroma_8x8_c: 6192
mc_chroma_8x8_mmx: 2126
mc_luma_4x4_c: 1512
mc_luma_4x4_mmx: 597
mc_luma_4x4_mmx_c64: 598
mc_luma_4x4_mmx_c32: 597
mc_luma_4x4_sse2: 598
mc_luma_4x4_sse2_c64: 597
mc_luma_4x8_c: 2647
mc_luma_4x8_mmx: 744
mc_luma_4x8_mmx_c64: 746
mc_luma_4x8_mmx_c32: 745
mc_luma_4x8_sse2: 745
mc_luma_4x8_sse2_c64: 743
mc_luma_8x4_c: 1754
mc_luma_8x4_mmx: 629
mc_luma_8x4_mmx_c64: 582
mc_luma_8x4_mmx_c32: 600
mc_luma_8x4_sse2: 629
mc_luma_8x4_sse2_c64: 580
mc_luma_8x8_c: 3172
mc_luma_8x8_mmx: 806
mc_luma_8x8_mmx_c64: 696
mc_luma_8x8_mmx_c32: 732
mc_luma_8x8_sse2: 805
mc_luma_8x8_sse2_c64: 693
mc_luma_8x16_c: 6015
mc_luma_8x16_mmx: 1212
mc_luma_8x16_mmx_c64: 955
mc_luma_8x16_mmx_c32: 1028
mc_luma_8x16_sse2: 1209
mc_luma_8x16_sse2_c64: 949
mc_luma_16x8_c: 5172
mc_luma_16x8_mmx: 1146
mc_luma_16x8_mmx_c64: 960
mc_luma_16x8_mmx_c32: 1100
mc_luma_16x8_sse2: 1217
mc_luma_16x8_sse2_c64: 1026
mc_luma_16x16_c: 1402
mc_luma_16x16_mmx: 1994
mc_luma_16x16_mmx_c64: 1524
mc_luma_16x16_mmx_c32: 1793
mc_luma_16x16_sse2: 2130
mc_luma_16x16_sse2_c64: 1638
quant_2x2_dc_c: 391
quant_2x2_dc_mmx: 160
quant_4x4_c: 863
quant_4x4_mmx: 330
quant_4x4_sse2: 300
quant_4x4_dc_c: 979
quant_4x4_dc_mmx: 330
quant_4x4_dc_sse2: 340
quant_8x8_c: 4173
quant_8x8_mmx: 923
quant_8x8_sse2: 893
sa8d_8x8_c: 7632
sa8d_8x8_mmx: 2172
sa8d_8x8_sse2: 2631
sa8d_16x16_c: 33032
sa8d_16x16_mmx: 8775
sa8d_16x16_sse2: 10516
sad_4x4_c: 880
sad_4x4_mmx: 251
sad_4x8_c: 1520
sad_4x8_mmx: 386
sad_8x4_c: 1410
sad_8x4_mmx: 278
sad_8x4_mmx_c64: 290
sad_8x4_mmx_c32: 309
sad_8x8_c: 2620
sad_8x8_mmx: 430
sad_8x8_mmx_c64: 410
sad_8x8_mmx_c32: 436
sad_8x16_c: 5110
sad_8x16_mmx: 745
sad_8x16_mmx_c64: 650
sad_8x16_mmx_c32: 700
sad_16x8_c: 4820
sad_16x8_mmx: 707
sad_16x8_mmx_c64: 653
sad_16x8_mmx_c32: 770
sad_16x8_sse2: 714
sad_16x8_sse2_c64: 709
sad_16x16_c: 9370
sad_16x16_mmx: 1276
sad_16x16_mmx_c64: 1078
sad_16x16_mmx_c32: 1275
sad_16x16_sse2: 1304
sad_16x16_sse2_c64: 1234
sad_x3_4x4_c: 2480
sad_x3_4x4_mmx: 491
sad_x3_4x8_c: 4631
sad_x3_4x8_mmx: 795
sad_x3_8x4_c: 4180
sad_x3_8x4_mmx: 572
sad_x3_8x8_c: 7941
sad_x3_8x8_mmx: 951
sad_x3_8x8_mmx_c64: 958
sad_x3_8x8_mmx_c32: 1087
sad_x3_8x16_c: 16030
sad_x3_8x16_mmx: 1798
sad_x3_8x16_mmx_c64: 1589
sad_x3_8x16_mmx_c32: 1778
sad_x3_16x8_c: 14370
sad_x3_16x8_mmx: 1689
sad_x3_16x8_mmx_c64: 1711
sad_x3_16x8_mmx_c32: 2142
sad_x3_16x8_sse2: 1795
sad_x3_16x8_sse2_c64: 1921
sad_x3_16x16_c: 29805
sad_x3_16x16_mmx: 3278
sad_x3_16x16_mmx_c64: 3033
sad_x3_16x16_mmx_c32: 3748
sad_x3_16x16_sse2: 3518
sad_x3_16x16_sse2_c64: 3505
sad_x4_4x4_c: 3401
sad_x4_4x4_mmx: 592
sad_x4_4x8_c: 6182
sad_x4_4x8_mmx: 1022
sad_x4_8x4_c: 5651
sad_x4_8x4_mmx: 782
sad_x4_8x8_c: 10771
sad_x4_8x8_mmx: 1267
sad_x4_8x8_mmx_c64: 1269
sad_x4_8x8_mmx_c32: 1489
sad_x4_8x16_c: 21402
sad_x4_8x16_mmx: 2384
sad_x4_8x16_mmx_c64: 2153
sad_x4_8x16_mmx_c32: 2457
sad_x4_16x8_c: 19922
sad_x4_16x8_mmx: 2179
sad_x4_16x8_mmx_c64: 2235
sad_x4_16x8_mmx_c32: 2912
sad_x4_16x8_sse2: 2436
sad_x4_16x8_sse2_c64: 2614
sad_x4_16x16_c: 5182
sad_x4_16x16_mmx: 4208
sad_x4_16x16_mmx_c64: 3930
sad_x4_16x16_mmx_c32: 5033
sad_x4_16x16_sse2: 4673
sad_x4_16x16_sse2_c64: 4757
satd_4x4_c: 1790
satd_4x4_mmx: 620
satd_4x8_c: 3720
satd_4x8_mmx: 1118
satd_8x4_c: 3630
satd_8x4_mmx: 1096
satd_8x4_sse2: 1034
satd_8x8_c: 7380
satd_8x8_mmx: 1936
satd_8x8_sse2: 1862
satd_8x16_c: 14412
satd_8x16_mmx: 3682
satd_8x16_sse2: 3562
satd_16x8_c: 13992
satd_16x8_mmx: 3630
satd_16x8_sse2: 3572
satd_16x16_c: 27990
satd_16x16_mmx: 7152
satd_16x16_sse2: 6981
ssd_4x4_c: 750
ssd_4x4_mmx: 280
ssd_4x8_c: 1220
ssd_4x8_mmx: 440
ssd_8x4_c: 1640
ssd_8x4_mmx: 480
ssd_8x4_sse2: 480
ssd_8x8_c: 3071
ssd_8x8_mmx: 740
ssd_8x8_sse2: 770
ssd_8x16_c: 5950
ssd_8x16_mmx: 1340
ssd_8x16_sse2: 1390
ssd_16x8_c: 6004
ssd_16x8_mmx: 1340
ssd_16x8_sse2: 1230
ssd_16x16_c: 11768
ssd_16x16_mmx: 2490
ssd_16x16_sse2: 2240
sub4x4_dct_c: 1208
sub4x4_dct_mmx: 410
sub8x8_dct_c: 5155
sub8x8_dct_mmx: 1494
sub8x8_dct_sse2: 1630
sub8x8_dct8_c: 10080
sub8x8_dct8_mmx: 2212
sub8x8_dct8_sse2: 2200
sub16x16_dct_c: 20670
sub16x16_dct_mmx: 5730
sub16x16_dct_sse2: 6329
sub16x16_dct8_c: 40657
sub16x16_dct8_mmx: 8795
sub16x16_dct8_sse2: 8823
zigzag_scan_4x4_field_c: 180
zigzag_scan_4x4_field_mmx: 120
AGDenton
4th June 2008, 17:50
Xeon X5482 "Harpertown" (4x3.2GHz, 45nm) :
add4x4_idct_c: 2194
add4x4_idct_mmx: 263
add8x8_idct_c: 7923
add8x8_idct_mmx: 1336
add8x8_idct_sse2: 798
add8x8_idct8_c: 15002
add8x8_idct8_mmx: 1946
add8x8_idct8_sse2: 903
add16x16_idct_c: 35419
add16x16_idct_mmx: 5560
add16x16_idct_sse2: 3422
add16x16_idct8_c: 59644
add16x16_idct8_mmx: 7799
add16x16_idct8_sse2: 3630
avg_4x2_c: 135
avg_4x2_mmx: 28
avg_4x4_c: 282
avg_4x4_mmx: 70
avg_4x8_c: 648
avg_4x8_mmx: 143
avg_8x4_c: 595
avg_8x4_mmx: 74
avg_8x8_c: 1388
avg_8x8_mmx: 146
avg_8x16_c: 2990
avg_8x16_mmx: 270
avg_16x8_c: 2606
avg_16x8_mmx: 216
avg_16x8_sse2: 189
avg_16x16_c: 5229
avg_16x16_mmx: 518
avg_16x16_sse2: 383
avg_weight_4x4_c: 719
avg_weight_4x4_mmx: 291
avg_weight_8x4_c: 1335
avg_weight_8x4_mmx: 656
avg_weight_8x8_c: 2858
avg_weight_8x8_mmx: 1166
avg_weight_8x16_c: 5745
avg_weight_8x16_mmx: 2216
avg_weight_16x8_c: 5418
avg_weight_16x8_mmx: 1745
avg_weight_16x16_c: 10944
avg_weight_16x16_mmx: 3272
cabac_encode_decision_c: 1808292
cabac_encode_decision_mmx: 1397201
dct4x4dc_c: 751
dct4x4dc_mmx: 230
deblock_h_chroma_c: 1064
deblock_h_chroma_mmx: 604
deblock_h_chroma_intra_c: 809
deblock_h_chroma_intra_mmx: 540
deblock_h_luma_c: 3538
deblock_h_luma_mmx: 1998
deblock_h_luma_sse2: 1628
deblock_h_luma_intra_c: 3560
deblock_h_luma_intra_mmx: 2997
deblock_h_luma_intra_sse2: 2216
deblock_v_chroma_c: 1166
deblock_v_chroma_mmx: 218
deblock_v_chroma_intra_c: 879
deblock_v_chroma_intra_mmx: 185
deblock_v_luma_c: 3868
deblock_v_luma_mmx: 1019
deblock_v_luma_sse2: 423
deblock_v_luma_intra_c: 4422
deblock_v_luma_intra_mmx: 1650
deblock_v_luma_intra_sse2: 738
dequant_4x4_cqm_c: 420
dequant_4x4_cqm_mmx: 119
dequant_4x4_cqm_sse2: 70
dequant_4x4_flat_c: 426
dequant_4x4_flat_mmx: 40
dequant_4x4_flat_sse2: 40
dequant_8x8_cqm_c: 2148
dequant_8x8_cqm_mmx: 681
dequant_8x8_cqm_sse2: 412
dequant_8x8_flat_c: 2076
dequant_8x8_flat_mmx: 304
dequant_8x8_flat_sse2: 180
esa_ads_c: 3599
esa_ads_mmx: 1202
esa_ads_sse2: 984
esa_ads_ssse3: 936
get_ref_4x4_c: 965
get_ref_4x4_mmx: 438
get_ref_4x4_mmx_c64: 392
get_ref_4x4_mmx_c32: 408
get_ref_4x4_sse2: 423
get_ref_4x4_sse2_c64: 426
get_ref_4x4_sse3_c64: 416
get_ref_4x8_c: 1825
get_ref_4x8_mmx: 575
get_ref_4x8_mmx_c64: 515
get_ref_4x8_mmx_c32: 536
get_ref_4x8_sse2: 550
get_ref_4x8_sse2_c64: 558
get_ref_4x8_sse3_c64: 544
get_ref_8x4_c: 1355
get_ref_8x4_mmx: 467
get_ref_8x4_mmx_c64: 347
get_ref_8x4_mmx_c32: 368
get_ref_8x4_sse2: 445
get_ref_8x4_sse2_c64: 378
get_ref_8x4_sse3_c64: 368
get_ref_8x8_c: 2620
get_ref_8x8_mmx: 618
get_ref_8x8_mmx_c64: 426
get_ref_8x8_mmx_c32: 458
get_ref_8x8_sse2: 595
get_ref_8x8_sse2_c64: 460
get_ref_8x8_sse3_c64: 452
get_ref_8x16_c: 5138
get_ref_8x16_mmx: 937
get_ref_8x16_mmx_c64: 599
get_ref_8x16_mmx_c32: 648
get_ref_8x16_sse2: 906
get_ref_8x16_sse2_c64: 638
get_ref_8x16_sse3_c64: 626
get_ref_12x10_c: 4217
get_ref_12x10_mmx: 1004
get_ref_12x10_mmx_c64: 774
get_ref_12x10_mmx_c32: 896
get_ref_12x10_sse2: 973
get_ref_12x10_sse2_c64: 796
get_ref_12x10_sse3_c64: 1010
get_ref_16x8_c: 4183
get_ref_16x8_mmx: 898
get_ref_16x8_mmx_c64: 649
get_ref_16x8_mmx_c32: 781
get_ref_16x8_sse2: 881
get_ref_16x8_sse2_c64: 682
get_ref_16x8_sse3_c64: 859
get_ref_16x16_c: 2126
get_ref_16x16_mmx: 1539
get_ref_16x16_mmx_c64: 1062
get_ref_16x16_mmx_c32: 1327
get_ref_16x16_sse2: 1467
get_ref_16x16_sse2_c64: 1090
get_ref_16x16_sse3_c64: 1435
get_ref_20x18_c: 4824
get_ref_20x18_mmx: 2238
get_ref_20x18_mmx_c64: 1708
get_ref_20x18_mmx_c32: 2161
get_ref_20x18_sse2: 2095
get_ref_20x18_sse2_c64: 1797
get_ref_20x18_sse3_c64: 2068
hpel_filter_c: 212854
hpel_filter_mmx: 89828
hpel_filter_sse2: 45530
hpel_filter_ssse3: 41260
idct4x4dc_c: 956
idct4x4dc_mmx: 163
intra_predict_4x4_ddl_c: 255
intra_predict_4x4_ddl_mmx: 64
intra_predict_4x4_vl_c: 232
intra_predict_4x4_vl_mmx: 12
intra_predict_8x8_dc_c: 223
intra_predict_8x8_dc_mmx: 21
intra_predict_8x8_dcl_c: 121
intra_predict_8x8_dcl_mmx: 10
intra_predict_8x8_dct_c: 121
intra_predict_8x8_dct_mmx: 11
intra_predict_8x8_ddl_c: 1004
intra_predict_8x8_ddl_mmx: 179
intra_predict_8x8_ddl_sse2: 112
intra_predict_8x8_ddr_c: 1028
intra_predict_8x8_ddr_mmx: 228
intra_predict_8x8_ddr_sse2: 134
intra_predict_8x8_v_c: 21
intra_predict_8x8_v_mmx: 1
intra_predict_8x8_vl_c: 923
intra_predict_8x8_vl_sse2: 62
intra_predict_8x8_vr_c: 981
intra_predict_8x8_vr_mmx: 385
intra_predict_8x8c_dc_c: 218
intra_predict_8x8c_dc_mmx: 247
intra_predict_8x8c_p_c: 2208
intra_predict_8x8c_p_mmx: 642
intra_predict_8x8c_v_c: 12
intra_predict_8x8c_v_mmx: 10
intra_predict_16x16_dc_c: 930
intra_predict_16x16_dc_mmx: 594
intra_predict_16x16_dc_sse2: 380
intra_predict_16x16_dct_c: 739
intra_predict_16x16_dct_mmx: 321
intra_predict_16x16_dct_sse2: 115
intra_predict_16x16_p_c: 7740
intra_predict_16x16_p_mmx: 1540
intra_predict_16x16_p_sse2: 1048
intra_predict_16x16_v_c: 642
intra_predict_16x16_v_mmx: 296
intra_predict_16x16_v_sse2: 53
intra_sa8d_x3_8x8_mmx: 3646
intra_satd_x3_4x4_mmx: 672
intra_satd_x3_4x4_ssse3: 567
intra_satd_x3_8x8c_mmx: 2397
intra_satd_x3_8x8c_ssse3: 2061
intra_satd_x3_16x16_mmx: 8015
intra_satd_x3_16x16_ssse3: 6861
mc_chroma_2x2_c: 513
mc_chroma_2x2_mmx: 232
mc_chroma_2x4_c: 994
mc_chroma_2x4_mmx: 383
mc_chroma_4x2_c: 844
mc_chroma_4x2_mmx: 245
mc_chroma_4x4_c: 1636
mc_chroma_4x4_mmx: 393
mc_chroma_4x8_c: 3218
mc_chroma_4x8_mmx: 694
mc_chroma_8x4_c: 2959
mc_chroma_8x4_mmx: 682
mc_chroma_8x8_c: 5846
mc_chroma_8x8_mmx: 1252
mc_luma_4x4_c: 959
mc_luma_4x4_mmx: 469
mc_luma_4x4_mmx_c64: 424
mc_luma_4x4_mmx_c32: 430
mc_luma_4x4_sse2: 457
mc_luma_4x4_sse2_c64: 450
mc_luma_4x4_sse3_c64: 444
mc_luma_4x8_c: 1818
mc_luma_4x8_mmx: 615
mc_luma_4x8_mmx_c64: 566
mc_luma_4x8_mmx_c32: 572
mc_luma_4x8_sse2: 602
mc_luma_4x8_sse2_c64: 592
mc_luma_4x8_sse3_c64: 587
mc_luma_8x4_c: 1364
mc_luma_8x4_mmx: 518
mc_luma_8x4_mmx_c64: 394
mc_luma_8x4_mmx_c32: 409
mc_luma_8x4_sse2: 496
mc_luma_8x4_sse2_c64: 417
mc_luma_8x4_sse3_c64: 410
mc_luma_8x8_c: 2630
mc_luma_8x8_mmx: 708
mc_luma_8x8_mmx_c64: 512
mc_luma_8x8_mmx_c32: 536
mc_luma_8x8_sse2: 682
mc_luma_8x8_sse2_c64: 538
mc_luma_8x8_sse3_c64: 528
mc_luma_8x16_c: 5142
mc_luma_8x16_mmx: 1082
mc_luma_8x16_mmx_c64: 731
mc_luma_8x16_mmx_c32: 770
mc_luma_8x16_sse2: 1044
mc_luma_8x16_sse2_c64: 763
mc_luma_8x16_sse3_c64: 750
mc_luma_16x8_c: 4174
mc_luma_16x8_mmx: 1065
mc_luma_16x8_mmx_c64: 776
mc_luma_16x8_mmx_c32: 901
mc_luma_16x8_sse2: 1010
mc_luma_16x8_sse2_c64: 796
mc_luma_16x8_sse3_c64: 996
mc_luma_16x16_c: 2128
mc_luma_16x16_mmx: 1845
mc_luma_16x16_mmx_c64: 1329
mc_luma_16x16_mmx_c32: 1576
mc_luma_16x16_sse2: 1710
mc_luma_16x16_sse2_c64: 1316
mc_luma_16x16_sse3_c64: 1690
quant_2x2_dc_c: 146
quant_2x2_dc_mmx: 10
quant_2x2_dc_ssse3: 6
quant_4x4_c: 477
quant_4x4_mmx: 94
quant_4x4_sse2: 44
quant_4x4_ssse3: 20
quant_4x4_dc_c: 550
quant_4x4_dc_mmx: 90
quant_4x4_dc_sse2: 50
quant_4x4_dc_ssse3: 35
quant_8x8_c: 2752
quant_8x8_mmx: 529
quant_8x8_sse2: 261
quant_8x8_ssse3: 158
sa8d_8x8_c: 6260
sa8d_8x8_mmx: 2171
sa8d_8x8_sse2: 1138
sa8d_8x8_ssse3: 1096
sa8d_8x8_sse4: 1163
sa8d_16x16_c: 26732
sa8d_16x16_mmx: 9000
sa8d_16x16_sse2: 4930
sa8d_16x16_ssse3: 4724
sa8d_16x16_sse4: 4908
sad_4x4_c: 678
sad_4x4_mmx: 118
sad_4x8_c: 1345
sad_4x8_mmx: 222
sad_8x4_c: 973
sad_8x4_mmx: 163
sad_8x4_mmx_c64: 81
sad_8x4_mmx_c32: 95
sad_8x8_c: 2023
sad_8x8_mmx: 308
sad_8x8_mmx_c64: 132
sad_8x8_mmx_c32: 154
sad_8x16_c: 4124
sad_8x16_mmx: 614
sad_8x16_mmx_c64: 288
sad_8x16_mmx_c32: 322
sad_16x8_c: 3607
sad_16x8_mmx: 606
sad_16x8_mmx_c64: 320
sad_16x8_mmx_c32: 381
sad_16x8_sse2: 439
sad_16x8_sse2_c64: 250
sad_16x8_sse3_c64: 454
sad_16x8_ssse3_c64: 232
sad_16x16_c: 7200
sad_16x16_mmx: 1227
sad_16x16_mmx_c64: 688
sad_16x16_mmx_c32: 793
sad_16x16_sse2: 897
sad_16x16_sse2_c64: 506
sad_16x16_sse3_c64: 923
sad_16x16_ssse3_c64: 480
sad_x3_4x4_c: 2097
sad_x3_4x4_mmx: 274
sad_x3_4x8_c: 4009
sad_x3_4x8_mmx: 543
sad_x3_8x4_c: 3528
sad_x3_8x4_mmx: 437
sad_x3_8x8_c: 6554
sad_x3_8x8_mmx: 791
sad_x3_8x8_mmx_c64: 464
sad_x3_8x8_mmx_c32: 588
sad_x3_8x16_c: 13607
sad_x3_8x16_mmx: 1520
sad_x3_8x16_mmx_c64: 832
sad_x3_8x16_mmx_c32: 1027
sad_x3_16x8_c: 11308
sad_x3_16x8_mmx: 1530
sad_x3_16x8_mmx_c64: 1000
sad_x3_16x8_mmx_c32: 1321
sad_x3_16x8_sse2: 1306
sad_x3_16x8_sse2_c64: 809
sad_x3_16x8_sse3_c64: 1318
sad_x3_16x8_ssse3_c64: 762
sad_x3_16x16_c: 17778
sad_x3_16x16_mmx: 2932
sad_x3_16x16_mmx_c64: 1902
sad_x3_16x16_mmx_c32: 2470
sad_x3_16x16_sse2: 2570
sad_x3_16x16_sse2_c64: 1477
sad_x3_16x16_sse3_c64: 2598
sad_x3_16x16_ssse3_c64: 1432
sad_x4_4x4_c: 2953
sad_x4_4x4_mmx: 394
sad_x4_4x8_c: 5479
sad_x4_4x8_mmx: 713
sad_x4_8x4_c: 4822
sad_x4_8x4_mmx: 615
sad_x4_8x8_c: 8989
sad_x4_8x8_mmx: 1083
sad_x4_8x8_mmx_c64: 720
sad_x4_8x8_mmx_c32: 914
sad_x4_8x16_c: 18144
sad_x4_8x16_mmx: 2064
sad_x4_8x16_mmx_c64: 1240
sad_x4_8x16_mmx_c32: 1546
sad_x4_16x8_c: 16120
sad_x4_16x8_mmx: 1969
sad_x4_16x8_mmx_c64: 1402
sad_x4_16x8_mmx_c32: 1886
sad_x4_16x8_sse2: 1746
sad_x4_16x8_sse2_c64: 1146
sad_x4_16x8_sse3_c64: 1756
sad_x4_16x8_ssse3_c64: 1089
sad_x4_16x16_c: 7849
sad_x4_16x16_mmx: 3814
sad_x4_16x16_mmx_c64: 2596
sad_x4_16x16_mmx_c32: 3474
sad_x4_16x16_sse2: 3416
sad_x4_16x16_sse2_c64: 2054
sad_x4_16x16_sse3_c64: 3438
sad_x4_16x16_ssse3_c64: 1992
satd_4x4_c: 1350
satd_4x4_mmx: 533
satd_4x4_ssse3: 404
satd_4x8_c: 3126
satd_4x8_mmx: 965
satd_4x8_ssse3: 791
satd_8x4_c: 2967
satd_8x4_mmx: 935
satd_8x4_sse2: 569
satd_8x4_ssse3: 512
satd_8x4_sse4: 508
satd_8x8_c: 5992
satd_8x8_mmx: 1787
satd_8x8_sse2: 1014
satd_8x8_ssse3: 922
satd_8x8_sse4: 886
satd_8x16_c: 11833
satd_8x16_mmx: 3544
satd_8x16_sse2: 1904
satd_8x16_ssse3: 1773
satd_8x16_sse4: 1670
satd_16x8_c: 11716
satd_16x8_mmx: 3466
satd_16x8_sse2: 2006
satd_16x8_ssse3: 1776
satd_16x8_sse4: 1682
satd_16x16_c: 23478
satd_16x16_mmx: 6838
satd_16x16_sse2: 3828
satd_16x16_ssse3: 3475
satd_16x16_sse4: 3306
ssd_4x4_c: 529
ssd_4x4_mmx: 181
ssd_4x8_c: 1182
ssd_4x8_mmx: 286
ssd_8x4_c: 1421
ssd_8x4_mmx: 275
ssd_8x4_sse2: 120
ssd_8x8_c: 2910
ssd_8x8_mmx: 536
ssd_8x8_sse2: 212
ssd_8x16_c: 5956
ssd_8x16_mmx: 985
ssd_8x16_sse2: 428
ssd_16x8_c: 5741
ssd_16x8_mmx: 1007
ssd_16x8_sse2: 409
ssd_16x16_c: 11465
ssd_16x16_mmx: 2019
ssd_16x16_sse2: 852
sub4x4_dct_c: 967
sub4x4_dct_mmx: 240
sub8x8_dct_c: 4286
sub8x8_dct_mmx: 1252
sub8x8_dct_sse2: 662
sub8x8_dct8_c: 8462
sub8x8_dct8_mmx: 1776
sub8x8_dct8_sse2: 864
sub16x16_dct_c: 17303
sub16x16_dct_mmx: 5300
sub16x16_dct_sse2: 2953
sub16x16_dct8_c: 34759
sub16x16_dct8_mmx: 7513
sub16x16_dct8_sse2: 3612
zigzag_scan_4x4_field_c: 64
zigzag_scan_4x4_field_mmx: 30
zigzag_sub_4x4_frame_c: 222
zigzag_sub_4x4_frame_ssse3: 77
Fantacinni
4th June 2008, 18:07
Pentium M 730 Dothan 1.6Ghz
add4x4_idct_c: 2752
add4x4_idct_mmx: 430
add8x8_idct_c: 9715
add8x8_idct_mmx: 1561
add8x8_idct_sse2: 1790
add8x8_idct8_c: 17018
add8x8_idct8_mmx: 2094
add8x8_idct8_sse2: 2240
add16x16_idct_c: 39269
add16x16_idct_mmx: 6027
add16x16_idct_sse2: 6903
add16x16_idct8_c: 68432
add16x16_idct8_mmx: 8286
add16x16_idct8_sse2: 9035
avg_4x2_c: 322
avg_4x2_mmx: 210
avg_4x4_c: 571
avg_4x4_mmx: 251
avg_4x8_c: 981
avg_4x8_mmx: 331
avg_8x4_c: 970
avg_8x4_mmx: 254
avg_8x8_c: 1790
avg_8x8_mmx: 333
avg_8x16_c: 3470
avg_8x16_mmx: 502
avg_16x8_c: 3390
avg_16x8_mmx: 473
avg_16x8_sse2: 502
avg_16x16_c: 6670
avg_16x16_mmx: 803
avg_16x16_sse2: 862
avg_weight_4x4_c: 1316
avg_weight_4x4_mmx: 460
avg_weight_8x4_c: 2262
avg_weight_8x4_mmx: 901
avg_weight_8x8_c: 4456
avg_weight_8x8_mmx: 1598
avg_weight_8x16_c: 8694
avg_weight_8x16_mmx: 2680
avg_weight_16x8_c: 8481
avg_weight_16x8_mmx: 2648
avg_weight_16x16_c: 16827
avg_weight_16x16_mmx: 4780
cabac_encode_decision_c: 1993725
cabac_encode_decision_mmx: 1466334
dct4x4dc_c: 1110
dct4x4dc_mmx: 310
deblock_h_chroma_c: 1581
deblock_h_chroma_mmx: 914
deblock_h_chroma_intra_c: 1179
deblock_h_chroma_intra_mmx: 853
deblock_h_luma_c: 4433
deblock_h_luma_mmx: 2492
deblock_h_luma_sse2: 2428
deblock_h_luma_intra_c: 4328
deblock_h_luma_intra_mmx: 3564
deblock_h_luma_intra_sse2: 3587
deblock_v_chroma_c: 1696
deblock_v_chroma_mmx: 460
deblock_v_chroma_intra_c: 1332
deblock_v_chroma_intra_mmx: 420
deblock_v_luma_c: 4848
deblock_v_luma_mmx: 1502
deblock_v_luma_sse2: 1251
deblock_v_luma_intra_c: 5588
deblock_v_luma_intra_mmx: 2302
deblock_v_luma_intra_sse2: 2115
dequant_4x4_cqm_c: 812
dequant_4x4_cqm_mmx: 385
dequant_4x4_cqm_sse2: 396
dequant_4x4_flat_c: 808
dequant_4x4_flat_mmx: 260
dequant_4x4_flat_sse2: 250
dequant_8x8_cqm_c: 3328
dequant_8x8_cqm_mmx: 1180
dequant_8x8_cqm_sse2: 1203
dequant_8x8_flat_c: 3264
dequant_8x8_flat_mmx: 645
dequant_8x8_flat_sse2: 681
esa_ads_c: 4307
esa_ads_mmx: 1678
esa_ads_sse2: 1841
get_ref_4x4_c: 1507
get_ref_4x4_mmx: 578
get_ref_4x4_mmx_c64: 576
get_ref_4x4_mmx_c32: 579
get_ref_4x4_sse2: 579
get_ref_4x4_sse2_c64: 578
get_ref_4x8_c: 2622
get_ref_4x8_mmx: 718
get_ref_4x8_mmx_c64: 716
get_ref_4x8_mmx_c32: 718
get_ref_4x8_sse2: 722
get_ref_4x8_sse2_c64: 718
get_ref_8x4_c: 1750
get_ref_8x4_mmx: 597
get_ref_8x4_mmx_c64: 562
get_ref_8x4_mmx_c32: 583
get_ref_8x4_sse2: 598
get_ref_8x4_sse2_c64: 562
get_ref_8x8_c: 3167
get_ref_8x8_mmx: 767
get_ref_8x8_mmx_c64: 659
get_ref_8x8_mmx_c32: 698
get_ref_8x8_sse2: 768
get_ref_8x8_sse2_c64: 660
get_ref_8x16_c: 6010
get_ref_8x16_mmx: 1168
get_ref_8x16_mmx_c64: 873
get_ref_8x16_mmx_c32: 948
get_ref_8x16_sse2: 1166
get_ref_8x16_sse2_c64: 873
get_ref_12x10_c: 5140
get_ref_12x10_mmx: 1200
get_ref_12x10_mmx_c64: 1016
get_ref_12x10_mmx_c32: 1138
get_ref_12x10_sse2: 1205
get_ref_12x10_sse2_c64: 1058
get_ref_16x8_c: 5194
get_ref_16x8_mmx: 1077
get_ref_16x8_mmx_c64: 888
get_ref_16x8_mmx_c32: 1022
get_ref_16x8_sse2: 1151
get_ref_16x8_sse2_c64: 944
get_ref_16x16_c: 1438
get_ref_16x16_mmx: 1820
get_ref_16x16_mmx_c64: 1328
get_ref_16x16_mmx_c32: 1590
get_ref_16x16_sse2: 1932
get_ref_16x16_sse2_c64: 1424
get_ref_20x18_c: 4858
get_ref_20x18_mmx: 2538
get_ref_20x18_mmx_c64: 1960
get_ref_20x18_mmx_c32: 2522
get_ref_20x18_sse2: 2628
get_ref_20x18_sse2_c64: 2075
hpel_filter_c: 241805
hpel_filter_mmx: 62441
hpel_filter_sse2: 91454
idct4x4dc_c: 1270
idct4x4dc_mmx: 260
intra_predict_4x4_ddl_c: 417
intra_predict_4x4_ddl_mmx: 220
intra_predict_4x4_vl_c: 464
intra_predict_4x4_vl_mmx: 170
intra_predict_8x8_dc_c: 450
intra_predict_8x8_dc_mmx: 230
intra_predict_8x8_dcl_c: 370
intra_predict_8x8_dcl_mmx: 250
intra_predict_8x8_dct_c: 370
intra_predict_8x8_dct_mmx: 250
intra_predict_8x8_ddl_c: 1254
intra_predict_8x8_ddl_mmx: 395
intra_predict_8x8_ddl_sse2: 460
intra_predict_8x8_ddr_c: 1336
intra_predict_8x8_ddr_mmx: 427
intra_predict_8x8_ddr_sse2: 487
intra_predict_8x8_v_c: 200
intra_predict_8x8_v_mmx: 120
intra_predict_8x8_vl_c: 1350
intra_predict_8x8_vl_sse2: 460
intra_predict_8x8_vr_c: 1305
intra_predict_8x8_vr_mmx: 607
intra_predict_8x8c_dc_c: 501
intra_predict_8x8c_dc_mmx: 410
intra_predict_8x8c_p_c: 2880
intra_predict_8x8c_p_mmx: 986
intra_predict_8x8c_v_c: 230
intra_predict_8x8c_v_mmx: 120
intra_predict_16x16_dc_c: 1221
intra_predict_16x16_dc_mmx: 932
intra_predict_16x16_dc_sse2: 863
intra_predict_16x16_dct_c: 1031
intra_predict_16x16_dct_mmx: 596
intra_predict_16x16_dct_sse2: 635
intra_predict_16x16_p_c: 9877
intra_predict_16x16_p_mmx: 2224
intra_predict_16x16_p_sse2: 2310
intra_predict_16x16_v_c: 818
intra_predict_16x16_v_mmx: 502
intra_predict_16x16_v_sse2: 498
intra_sa8d_x3_8x8_mmx: 3368
intra_satd_x3_4x4_mmx: 860
intra_satd_x3_8x8c_mmx: 2730
intra_satd_x3_16x16_mmx: 8990
mc_chroma_2x2_c: 832
mc_chroma_2x2_mmx: 561
mc_chroma_2x4_c: 1284
mc_chroma_2x4_mmx: 778
mc_chroma_4x2_c: 1206
mc_chroma_4x2_mmx: 561
mc_chroma_4x4_c: 2028
mc_chroma_4x4_mmx: 778
mc_chroma_4x8_c: 3574
mc_chroma_4x8_mmx: 1229
mc_chroma_8x4_c: 3304
mc_chroma_8x4_mmx: 1192
mc_chroma_8x8_c: 6190
mc_chroma_8x8_mmx: 2126
mc_luma_4x4_c: 1512
mc_luma_4x4_mmx: 602
mc_luma_4x4_mmx_c64: 601
mc_luma_4x4_mmx_c32: 601
mc_luma_4x4_sse2: 604
mc_luma_4x4_sse2_c64: 603
mc_luma_4x8_c: 2657
mc_luma_4x8_mmx: 755
mc_luma_4x8_mmx_c64: 752
mc_luma_4x8_mmx_c32: 751
mc_luma_4x8_sse2: 756
mc_luma_4x8_sse2_c64: 754
mc_luma_8x4_c: 1753
mc_luma_8x4_mmx: 635
mc_luma_8x4_mmx_c64: 584
mc_luma_8x4_mmx_c32: 602
mc_luma_8x4_sse2: 635
mc_luma_8x4_sse2_c64: 583
mc_luma_8x8_c: 3169
mc_luma_8x8_mmx: 820
mc_luma_8x8_mmx_c64: 698
mc_luma_8x8_mmx_c32: 734
mc_luma_8x8_sse2: 821
mc_luma_8x8_sse2_c64: 698
mc_luma_8x16_c: 6012
mc_luma_8x16_mmx: 1231
mc_luma_8x16_mmx_c64: 957
mc_luma_8x16_mmx_c32: 1028
mc_luma_8x16_sse2: 1231
mc_luma_8x16_sse2_c64: 956
mc_luma_16x8_c: 5198
mc_luma_16x8_mmx: 1171
mc_luma_16x8_mmx_c64: 962
mc_luma_16x8_mmx_c32: 1100
mc_luma_16x8_sse2: 1238
mc_luma_16x8_sse2_c64: 1030
mc_luma_16x16_c: 1439
mc_luma_16x16_mmx: 2025
mc_luma_16x16_mmx_c64: 1524
mc_luma_16x16_mmx_c32: 1788
mc_luma_16x16_sse2: 2160
mc_luma_16x16_sse2_c64: 1647
quant_2x2_dc_c: 391
quant_2x2_dc_mmx: 160
quant_4x4_c: 863
quant_4x4_mmx: 330
quant_4x4_sse2: 300
quant_4x4_dc_c: 980
quant_4x4_dc_mmx: 330
quant_4x4_dc_sse2: 340
quant_8x8_c: 4172
quant_8x8_mmx: 923
quant_8x8_sse2: 894
sa8d_8x8_c: 7631
sa8d_8x8_mmx: 2173
sa8d_8x8_sse2: 2631
sa8d_16x16_c: 33037
sa8d_16x16_mmx: 8782
sa8d_16x16_sse2: 10528
sad_4x4_c: 880
sad_4x4_mmx: 248
sad_4x8_c: 1520
sad_4x8_mmx: 385
sad_8x4_c: 1410
sad_8x4_mmx: 276
sad_8x4_mmx_c64: 295
sad_8x4_mmx_c32: 313
sad_8x8_c: 2620
sad_8x8_mmx: 428
sad_8x8_mmx_c64: 420
sad_8x8_mmx_c32: 444
sad_8x16_c: 5112
sad_8x16_mmx: 748
sad_8x16_mmx_c64: 668
sad_8x16_mmx_c32: 716
sad_16x8_c: 4820
sad_16x8_mmx: 708
sad_16x8_mmx_c64: 660
sad_16x8_mmx_c32: 770
sad_16x8_sse2: 716
sad_16x8_sse2_c64: 709
sad_16x16_c: 9370
sad_16x16_mmx: 1288
sad_16x16_mmx_c64: 1067
sad_16x16_mmx_c32: 1266
sad_16x16_sse2: 1314
sad_16x16_sse2_c64: 1234
sad_x3_4x4_c: 2480
sad_x3_4x4_mmx: 490
sad_x3_4x8_c: 4630
sad_x3_4x8_mmx: 794
sad_x3_8x4_c: 4180
sad_x3_8x4_mmx: 572
sad_x3_8x8_c: 7942
sad_x3_8x8_mmx: 952
sad_x3_8x8_mmx_c64: 958
sad_x3_8x8_mmx_c32: 1086
sad_x3_8x16_c: 16030
sad_x3_8x16_mmx: 1815
sad_x3_8x16_mmx_c64: 1589
sad_x3_8x16_mmx_c32: 1779
sad_x3_16x8_c: 14372
sad_x3_16x8_mmx: 1690
sad_x3_16x8_mmx_c64: 1711
sad_x3_16x8_mmx_c32: 2142
sad_x3_16x8_sse2: 1794
sad_x3_16x8_sse2_c64: 1921
sad_x3_16x16_c: 29808
sad_x3_16x16_mmx: 3311
sad_x3_16x16_mmx_c64: 3034
sad_x3_16x16_mmx_c32: 3747
sad_x3_16x16_sse2: 3551
sad_x3_16x16_sse2_c64: 3505
sad_x4_4x4_c: 3402
sad_x4_4x4_mmx: 592
sad_x4_4x8_c: 6182
sad_x4_4x8_mmx: 1022
sad_x4_8x4_c: 5652
sad_x4_8x4_mmx: 782
sad_x4_8x8_c: 10773
sad_x4_8x8_mmx: 1267
sad_x4_8x8_mmx_c64: 1270
sad_x4_8x8_mmx_c32: 1490
sad_x4_8x16_c: 21403
sad_x4_8x16_mmx: 2406
sad_x4_8x16_mmx_c64: 2153
sad_x4_8x16_mmx_c32: 2456
sad_x4_16x8_c: 19924
sad_x4_16x8_mmx: 2179
sad_x4_16x8_mmx_c64: 2236
sad_x4_16x8_mmx_c32: 2912
sad_x4_16x8_sse2: 2436
sad_x4_16x8_sse2_c64: 2614
sad_x4_16x16_c: 5200
sad_x4_16x16_mmx: 4253
sad_x4_16x16_mmx_c64: 3931
sad_x4_16x16_mmx_c32: 5033
sad_x4_16x16_sse2: 4719
sad_x4_16x16_sse2_c64: 4756
satd_4x4_c: 1790
satd_4x4_mmx: 618
satd_4x8_c: 3720
satd_4x8_mmx: 1116
satd_8x4_c: 3630
satd_8x4_mmx: 1094
satd_8x4_sse2: 1032
satd_8x8_c: 7380
satd_8x8_mmx: 1936
satd_8x8_sse2: 1860
satd_8x16_c: 14410
satd_8x16_mmx: 3686
satd_8x16_sse2: 3566
satd_16x8_c: 14014
satd_16x8_mmx: 3630
satd_16x8_sse2: 3571
satd_16x16_c: 27994
satd_16x16_mmx: 7160
satd_16x16_sse2: 6992
ssd_4x4_c: 750
ssd_4x4_mmx: 280
ssd_4x8_c: 1220
ssd_4x8_mmx: 440
ssd_8x4_c: 1640
ssd_8x4_mmx: 480
ssd_8x4_sse2: 480
ssd_8x8_c: 3070
ssd_8x8_mmx: 740
ssd_8x8_sse2: 770
ssd_8x16_c: 5950
ssd_8x16_mmx: 1340
ssd_8x16_sse2: 1390
ssd_16x8_c: 6035
ssd_16x8_mmx: 1340
ssd_16x8_sse2: 1230
ssd_16x16_c: 11805
ssd_16x16_mmx: 2490
ssd_16x16_sse2: 2244
sub4x4_dct_c: 1224
sub4x4_dct_mmx: 410
sub8x8_dct_c: 5161
sub8x8_dct_mmx: 1496
sub8x8_dct_sse2: 1630
sub8x8_dct8_c: 10083
sub8x8_dct8_mmx: 2213
sub8x8_dct8_sse2: 2200
sub16x16_dct_c: 20685
sub16x16_dct_mmx: 5733
sub16x16_dct_sse2: 6329
sub16x16_dct8_c: 40530
sub16x16_dct8_mmx: 8796
sub16x16_dct8_sse2: 8827
zigzag_scan_4x4_field_c: 180
zigzag_scan_4x4_field_mmx: 120
MADAJ
4th June 2008, 18:20
Intel Core 2 Quad Q6600 @ 2.40GHz
Instructions: MMX, SSE, SSE2, SSE3,SSSE3, EM64T
add4x4_idct_c: 3340
add4x4_idct_mmx: 650
add8x8_idct_c: 14138
add8x8_idct_mmx: 2010
add8x8_idct_sse2: 1680
add8x8_idct8_c: 26085
add8x8_idct8_mmx: 2878
add8x8_idct8_sse2: 1928
add16x16_idct_c: 61592
add16x16_idct_mmx: 8516
add16x16_idct_sse2: 6962
add16x16_idct8_c: 102801
add16x16_idct8_mmx: 11696
add16x16_idct8_sse2: 7845
avg_4x2_c: 524
avg_4x2_mmx: 196
avg_4x4_c: 1037
avg_4x4_mmx: 246
avg_4x8_c: 1350
avg_4x8_mmx: 378
avg_8x4_c: 1424
avg_8x4_mmx: 250
avg_8x8_c: 2296
avg_8x8_mmx: 376
avg_8x16_c: 4638
avg_8x16_mmx: 671
avg_16x8_c: 4290
avg_16x8_mmx: 662
avg_16x8_sse2: 448
avg_16x16_c: 8709
avg_16x16_mmx: 1149
avg_16x16_sse2: 931
avg_weight_4x4_c: 1394
avg_weight_4x4_mmx: 580
avg_weight_8x4_c: 2284
avg_weight_8x4_mmx: 1144
avg_weight_8x8_c: 4940
avg_weight_8x8_mmx: 1906
avg_weight_8x16_c: 10263
avg_weight_8x16_mmx: 3521
avg_weight_16x8_c: 9528
avg_weight_16x8_mmx: 2844
avg_weight_16x16_c: 20258
avg_weight_16x16_mmx: 5337
cabac_encode_decision_c: 3262211
cabac_encode_decision_mmx: 1936320
dct4x4dc_c: 1262
dct4x4dc_mmx: 467
deblock_h_chroma_c: 1955
deblock_h_chroma_mmx: 1170
deblock_h_chroma_intra_c: 1518
deblock_h_chroma_intra_mmx: 973
deblock_h_luma_c: 5907
deblock_h_luma_mmx: 3245
deblock_h_luma_sse2: 2639
deblock_h_luma_intra_c: 6046
deblock_h_luma_intra_mmx: 4948
deblock_h_luma_intra_sse2: 3590
deblock_v_chroma_c: 2128
deblock_v_chroma_mmx: 599
deblock_v_chroma_intra_c: 1642
deblock_v_chroma_intra_mmx: 574
deblock_v_luma_c: 6894
deblock_v_luma_mmx: 1790
deblock_v_luma_sse2: 903
deblock_v_luma_intra_c: 7787
deblock_v_luma_intra_mmx: 2818
deblock_v_luma_intra_sse2: 1356
dequant_4x4_cqm_c: 935
dequant_4x4_cqm_mmx: 408
dequant_4x4_cqm_sse2: 355
dequant_4x4_flat_c: 930
dequant_4x4_flat_mmx: 346
dequant_4x4_flat_sse2: 240
dequant_8x8_cqm_c: 3973
dequant_8x8_cqm_mmx: 1393
dequant_8x8_cqm_sse2: 1014
dequant_8x8_flat_c: 3893
dequant_8x8_flat_mmx: 747
dequant_8x8_flat_sse2: 586
esa_ads_c: 5936
esa_ads_mmx: 1931
esa_ads_sse2: 1844
esa_ads_ssse3: 1788
get_ref_4x4_c: 1692
get_ref_4x4_mmx: 838
get_ref_4x4_mmx_c64: 842
get_ref_4x4_mmx_c32: 849
get_ref_4x4_sse2: 838
get_ref_4x4_sse2_c64: 842
get_ref_4x4_sse3_c64: 850
get_ref_4x8_c: 3120
get_ref_4x8_mmx: 1156
get_ref_4x8_mmx_c64: 1152
get_ref_4x8_mmx_c32: 1170
get_ref_4x8_sse2: 1148
get_ref_4x8_sse2_c64: 1156
get_ref_4x8_sse3_c64: 1173
get_ref_8x4_c: 2491
get_ref_8x4_mmx: 906
get_ref_8x4_mmx_c64: 686
get_ref_8x4_mmx_c32: 722
get_ref_8x4_sse2: 902
get_ref_8x4_sse2_c64: 710
get_ref_8x4_sse3_c64: 700
get_ref_8x8_c: 4370
get_ref_8x8_mmx: 1375
get_ref_8x8_mmx_c64: 810
get_ref_8x8_mmx_c32: 856
get_ref_8x8_sse2: 1360
get_ref_8x8_sse2_c64: 819
get_ref_8x8_sse3_c64: 824
get_ref_8x16_c: 2439
get_ref_8x16_mmx: 2248
get_ref_8x16_mmx_c64: 1122
get_ref_8x16_mmx_c32: 1184
get_ref_8x16_sse2: 2231
get_ref_8x16_sse2_c64: 1126
get_ref_8x16_sse3_c64: 1136
get_ref_12x10_c: 850
get_ref_12x10_mmx: 2412
get_ref_12x10_mmx_c64: 1486
get_ref_12x10_mmx_c32: 1650
get_ref_12x10_sse2: 2429
get_ref_12x10_sse2_c64: 1298
get_ref_12x10_sse3_c64: 2632
get_ref_16x8_c: 598
get_ref_16x8_mmx: 2212
get_ref_16x8_mmx_c64: 1175
get_ref_16x8_mmx_c32: 1362
get_ref_16x8_sse2: 2174
get_ref_16x8_sse2_c64: 1154
get_ref_16x8_sse3_c64: 2189
get_ref_16x16_c: 4611686018427388928
get_ref_16x16_mmx: 3948
get_ref_16x16_mmx_c64: 1826
get_ref_16x16_mmx_c32: 2216
get_ref_16x16_sse2: 3846
get_ref_16x16_sse2_c64: 1787
get_ref_16x16_sse3_c64: 3864
get_ref_20x18_c: 4611686018427387904
get_ref_20x18_mmx: 5423
get_ref_20x18_mmx_c64: 3022
get_ref_20x18_mmx_c32: 5172
get_ref_20x18_sse2: 5253
get_ref_20x18_sse2_c64: 3022
get_ref_20x18_sse3_c64: 5266
hpel_filter_c: 368151
hpel_filter_mmx: 161150
hpel_filter_sse2: 114710
hpel_filter_ssse3: 103072
idct4x4dc_c: 1589
idct4x4dc_mmx: 347
intra_predict_4x4_ddl_c: 483
intra_predict_4x4_ddl_mmx: 312
intra_predict_4x4_vl_c: 584
intra_predict_4x4_vl_mmx: 360
intra_predict_8x8_dc_c: 508
intra_predict_8x8_dc_mmx: 212
intra_predict_8x8_dcl_c: 402
intra_predict_8x8_dcl_mmx: 198
intra_predict_8x8_dct_c: 402
intra_predict_8x8_dct_mmx: 198
intra_predict_8x8_ddl_c: 1799
intra_predict_8x8_ddl_mmx: 531
intra_predict_8x8_ddl_sse2: 411
intra_predict_8x8_ddr_c: 1754
intra_predict_8x8_ddr_mmx: 702
intra_predict_8x8_ddr_sse2: 424
intra_predict_8x8_v_c: 230
intra_predict_8x8_v_mmx: 181
intra_predict_8x8_vl_c: 1698
intra_predict_8x8_vl_sse2: 392
intra_predict_8x8_vr_c: 1756
intra_predict_8x8_vr_mmx: 944
intra_predict_8x8c_dc_c: 548
intra_predict_8x8c_dc_mmx: 593
intra_predict_8x8c_p_c: 3839
intra_predict_8x8c_p_mmx: 1340
intra_predict_8x8c_v_c: 216
intra_predict_8x8c_v_mmx: 180
intra_predict_16x16_dc_c: 1755
intra_predict_16x16_dc_mmx: 1224
intra_predict_16x16_dc_sse2: 781
intra_predict_16x16_dct_c: 1472
intra_predict_16x16_dct_mmx: 876
intra_predict_16x16_dct_sse2: 445
intra_predict_16x16_p_c: 14483
intra_predict_16x16_p_mmx: 2595
intra_predict_16x16_p_sse2: 2112
intra_predict_16x16_v_c: 1238
intra_predict_16x16_v_mmx: 747
intra_predict_16x16_v_sse2: 278
intra_sa8d_x3_8x8_mmx: 5765
intra_satd_x3_4x4_mmx: 1051
intra_satd_x3_4x4_ssse3: 1094
intra_satd_x3_8x8c_mmx: 3508
intra_satd_x3_8x8c_ssse3: 3259
intra_satd_x3_16x16_mmx: 13806
intra_satd_x3_16x16_ssse3: 11372
mc_chroma_2x2_c: 1113
mc_chroma_2x2_mmx: 684
mc_chroma_2x4_c: 1856
mc_chroma_2x4_mmx: 880
mc_chroma_4x2_c: 1570
mc_chroma_4x2_mmx: 694
mc_chroma_4x4_c: 2756
mc_chroma_4x4_mmx: 916
mc_chroma_4x8_c: 5317
mc_chroma_4x8_mmx: 1424
mc_chroma_8x4_c: 5019
mc_chroma_8x4_mmx: 1351
mc_chroma_8x8_c: 9793
mc_chroma_8x8_mmx: 2217
mc_luma_4x4_c: 1799
mc_luma_4x4_mmx: 869
mc_luma_4x4_mmx_c64: 878
mc_luma_4x4_mmx_c32: 869
mc_luma_4x4_sse2: 870
mc_luma_4x4_sse2_c64: 872
mc_luma_4x4_sse3_c64: 870
mc_luma_4x8_c: 2984
mc_luma_4x8_mmx: 1202
mc_luma_4x8_mmx_c64: 1208
mc_luma_4x8_mmx_c32: 1207
mc_luma_4x8_sse2: 1195
mc_luma_4x8_sse2_c64: 1200
mc_luma_4x8_sse3_c64: 1202
mc_luma_8x4_c: 2498
mc_luma_8x4_mmx: 973
mc_luma_8x4_mmx_c64: 789
mc_luma_8x4_mmx_c32: 824
mc_luma_8x4_sse2: 973
mc_luma_8x4_sse2_c64: 794
mc_luma_8x4_sse3_c64: 798
mc_luma_8x8_c: 4361
mc_luma_8x8_mmx: 1447
mc_luma_8x8_mmx_c64: 956
mc_luma_8x8_mmx_c32: 981
mc_luma_8x8_sse2: 1440
mc_luma_8x8_sse2_c64: 937
mc_luma_8x8_sse3_c64: 942
mc_luma_8x16_c: 2234
mc_luma_8x16_mmx: 2480
mc_luma_8x16_mmx_c64: 1400
mc_luma_8x16_mmx_c32: 1451
mc_luma_8x16_sse2: 2477
mc_luma_8x16_sse2_c64: 1374
mc_luma_8x16_sse3_c64: 1393
mc_luma_16x8_c: 840
mc_luma_16x8_mmx: 2435
mc_luma_16x8_mmx_c64: 1492
mc_luma_16x8_mmx_c32: 1680
mc_luma_16x8_sse2: 2427
mc_luma_16x8_sse2_c64: 1472
mc_luma_16x8_sse3_c64: 2432
mc_luma_16x16_c: 4611686018427388928
mc_luma_16x16_mmx: 4468
mc_luma_16x16_mmx_c64: 2448
mc_luma_16x16_mmx_c32: 2816
mc_luma_16x16_sse2: 4320
mc_luma_16x16_sse2_c64: 2350
mc_luma_16x16_sse3_c64: 4312
quant_2x2_dc_c: 428
quant_2x2_dc_mmx: 226
quant_2x2_dc_ssse3: 211
quant_4x4_c: 1015
quant_4x4_mmx: 421
quant_4x4_sse2: 241
quant_4x4_ssse3: 197
quant_4x4_dc_c: 1042
quant_4x4_dc_mmx: 392
quant_4x4_dc_sse2: 242
quant_4x4_dc_ssse3: 226
quant_8x8_c: 5205
quant_8x8_mmx: 1032
quant_8x8_sse2: 615
quant_8x8_ssse3: 496
sa8d_8x8_c: 10283
sa8d_8x8_mmx: 3125
sa8d_8x8_sse2: 2401
sa8d_8x8_ssse3: 2282
sa8d_8x8_sse4: 2944
sa8d_16x16_c: 4784
sa8d_16x16_mmx: 15395
sa8d_16x16_sse2: 10898
sa8d_16x16_ssse3: 10469
sa8d_16x16_sse4: 13520
sad_4x4_c: 1440
sad_4x4_mmx: 315
sad_4x8_c: 2057
sad_4x8_mmx: 425
sad_8x4_c: 1794
sad_8x4_mmx: 374
sad_8x4_mmx_c64: 282
sad_8x4_mmx_c32: 308
sad_8x8_c: 3460
sad_8x8_mmx: 602
sad_8x8_mmx_c64: 395
sad_8x8_mmx_c32: 430
sad_8x16_c: 6719
sad_8x16_mmx: 1171
sad_8x16_mmx_c64: 646
sad_8x16_mmx_c32: 706
sad_16x8_c: 5868
sad_16x8_mmx: 992
sad_16x8_mmx_c64: 722
sad_16x8_mmx_c32: 842
sad_16x8_sse2: 884
sad_16x8_sse2_c64: 643
sad_16x8_sse3_c64: 884
sad_16x8_ssse3_c64: 588
sad_16x16_c: 12079
sad_16x16_mmx: 2192
sad_16x16_mmx_c64: 1350
sad_16x16_mmx_c32: 1618
sad_16x16_sse2: 1996
sad_16x16_sse2_c64: 1036
sad_16x16_sse3_c64: 1992
sad_16x16_ssse3_c64: 953
sad_x3_4x4_c: 3626
sad_x3_4x4_mmx: 552
sad_x3_4x8_c: 6176
sad_x3_4x8_mmx: 950
sad_x3_8x4_c: 5344
sad_x3_8x4_mmx: 776
sad_x3_8x8_c: 10702
sad_x3_8x8_mmx: 1312
sad_x3_8x8_mmx_c64: 1002
sad_x3_8x8_mmx_c32: 1214
sad_x3_8x16_c: 24354
sad_x3_8x16_mmx: 3019
sad_x3_8x16_mmx_c64: 1592
sad_x3_8x16_mmx_c32: 1879
sad_x3_16x8_c: 14697
sad_x3_16x8_mmx: 2312
sad_x3_16x8_mmx_c64: 1883
sad_x3_16x8_mmx_c32: 2362
sad_x3_16x8_sse2: 2269
sad_x3_16x8_sse2_c64: 1568
sad_x3_16x8_sse3_c64: 2235
sad_x3_16x8_ssse3_c64: 1494
sad_x3_16x16_c: 11892
sad_x3_16x16_mmx: 5836
sad_x3_16x16_mmx_c64: 3323
sad_x3_16x16_mmx_c32: 4244
sad_x3_16x16_sse2: 5948
sad_x3_16x16_sse2_c64: 2706
sad_x3_16x16_sse3_c64: 5912
sad_x3_16x16_ssse3_c64: 2519
sad_x4_4x4_c: 4838
sad_x4_4x4_mmx: 694
sad_x4_4x8_c: 8225
sad_x4_4x8_mmx: 1254
sad_x4_8x4_c: 7373
sad_x4_8x4_mmx: 990
sad_x4_8x8_c: 16487
sad_x4_8x8_mmx: 1625
sad_x4_8x8_mmx_c64: 1329
sad_x4_8x8_mmx_c32: 1648
sad_x4_8x16_c: 24491
sad_x4_8x16_mmx: 3934
sad_x4_8x16_mmx_c64: 2099
sad_x4_8x16_mmx_c32: 2580
sad_x4_16x8_c: 4416
sad_x4_16x8_mmx: 2937
sad_x4_16x8_mmx_c64: 2600
sad_x4_16x8_mmx_c32: 3540
sad_x4_16x8_sse2: 2908
sad_x4_16x8_sse2_c64: 2071
sad_x4_16x8_sse3_c64: 2899
sad_x4_16x8_ssse3_c64: 1950
sad_x4_16x16_c: 8652
sad_x4_16x16_mmx: 7590
sad_x4_16x16_mmx_c64: 4442
sad_x4_16x16_mmx_c32: 5876
sad_x4_16x16_sse2: 7726
sad_x4_16x16_sse2_c64: 3600
sad_x4_16x16_sse3_c64: 7842
sad_x4_16x16_ssse3_c64: 3348
satd_4x4_c: 2310
satd_4x4_mmx: 998
satd_4x4_ssse3: 910
satd_4x8_c: 5128
satd_4x8_mmx: 1551
satd_4x8_ssse3: 1548
satd_8x4_c: 5006
satd_8x4_mmx: 1478
satd_8x4_sse2: 1295
satd_8x4_ssse3: 1298
satd_8x4_sse4: 1342
satd_8x8_c: 9920
satd_8x8_mmx: 2721
satd_8x8_sse2: 2326
satd_8x8_ssse3: 2155
satd_8x8_sse4: 2448
satd_8x16_c: 22104
satd_8x16_mmx: 5470
satd_8x16_sse2: 4622
satd_8x16_ssse3: 4293
satd_8x16_sse4: 4940
satd_16x8_c: 20906
satd_16x8_mmx: 5190
satd_16x8_sse2: 4398
satd_16x8_ssse3: 4159
satd_16x8_sse4: 4609
satd_16x16_c: 31084
satd_16x16_mmx: 10872
satd_16x16_sse2: 9392
satd_16x16_ssse3: 8740
satd_16x16_sse4: 10166
ssd_4x4_c: 1128
ssd_4x4_mmx: 390
ssd_4x8_c: 1872
ssd_4x8_mmx: 645
ssd_8x4_c: 2218
ssd_8x4_mmx: 511
ssd_8x4_sse2: 392
ssd_8x8_c: 4524
ssd_8x8_mmx: 766
ssd_8x8_sse2: 796
ssd_8x16_c: 9291
ssd_8x16_mmx: 1487
ssd_8x16_sse2: 1323
ssd_16x8_c: 8892
ssd_16x8_mmx: 1622
ssd_16x8_sse2: 1142
ssd_16x16_c: 19407
ssd_16x16_mmx: 2979
ssd_16x16_sse2: 2104
sub4x4_dct_c: 1597
sub4x4_dct_mmx: 650
sub8x8_dct_c: 6832
sub8x8_dct_mmx: 1867
sub8x8_dct_sse2: 1777
sub8x8_dct8_c: 15256
sub8x8_dct8_mmx: 2845
sub8x8_dct8_sse2: 1984
sub16x16_dct_c: 31335
sub16x16_dct_mmx: 8234
sub16x16_dct_sse2: 7024
sub16x16_dct8_c: 60965
sub16x16_dct8_mmx: 11282
sub16x16_dct8_sse2: 7823
zigzag_scan_4x4_field_c: 237
zigzag_scan_4x4_field_mmx: 194
zigzag_sub_4x4_frame_c: 636
zigzag_sub_4x4_frame_ssse3: 407
okay, I think it is the time for me to know what (SSE, SSE2) or whatever are. :confused:
Zarxrax
4th June 2008, 18:44
Intel Q6600 @ 2.7ghz (overclocked)
Removed results2.txt from average, because of incorrect results
add4x4_idct_c: 2078
add4x4_idct_mmx: 422
add8x8_idct_c: 7565
add8x8_idct_mmx: 1300
add8x8_idct_sse2: 1084
add8x8_idct8_c: 14407
add8x8_idct8_mmx: 1886
add8x8_idct8_sse2: 1254
add16x16_idct_c: 33445
add16x16_idct_mmx: 5158
add16x16_idct_sse2: 4323
add16x16_idct8_c: 56630
add16x16_idct8_mmx: 7142
add16x16_idct8_sse2: 4964
avg_4x2_c: 313
avg_4x2_mmx: 100
avg_4x4_c: 645
avg_4x4_mmx: 131
avg_4x8_c: 868
avg_4x8_mmx: 215
avg_8x4_c: 870
avg_8x4_mmx: 131
avg_8x8_c: 1427
avg_8x8_mmx: 222
avg_8x16_c: 2736
avg_8x16_mmx: 352
avg_16x8_c: 2702
avg_16x8_mmx: 411
avg_16x8_sse2: 262
avg_16x16_c: 5279
avg_16x16_mmx: 724
avg_16x16_sse2: 602
avg_weight_4x4_c: 891
avg_weight_4x4_mmx: 363
avg_weight_8x4_c: 1470
avg_weight_8x4_mmx: 713
avg_weight_8x8_c: 2991
avg_weight_8x8_mmx: 1205
avg_weight_8x16_c: 5853
avg_weight_8x16_mmx: 2188
avg_weight_16x8_c: 5531
avg_weight_16x8_mmx: 1842
avg_weight_16x16_c: 10990
avg_weight_16x16_mmx: 3365
cabac_encode_decision_c: 1785947
cabac_encode_decision_mmx: 1422791
dct4x4dc_c: 822
dct4x4dc_mmx: 278
deblock_h_chroma_c: 1250
deblock_h_chroma_mmx: 896
deblock_h_chroma_intra_c: 965
deblock_h_chroma_intra_mmx: 757
deblock_h_luma_c: 3572
deblock_h_luma_mmx: 2379
deblock_h_luma_sse2: 2013
deblock_h_luma_intra_c: 3719
deblock_h_luma_intra_mmx: 3442
deblock_h_luma_intra_sse2: 2666
deblock_v_chroma_c: 1350
deblock_v_chroma_mmx: 370
deblock_v_chroma_intra_c: 1051
deblock_v_chroma_intra_mmx: 351
deblock_v_luma_c: 3962
deblock_v_luma_mmx: 1147
deblock_v_luma_sse2: 550
deblock_v_luma_intra_c: 4454
deblock_v_luma_intra_mmx: 1801
deblock_v_luma_intra_sse2: 860
dequant_4x4_cqm_c: 580
dequant_4x4_cqm_mmx: 240
dequant_4x4_cqm_sse2: 206
dequant_4x4_flat_c: 579
dequant_4x4_flat_mmx: 200
dequant_4x4_flat_sse2: 130
dequant_8x8_cqm_c: 2447
dequant_8x8_cqm_mmx: 872
dequant_8x8_cqm_sse2: 643
dequant_8x8_flat_c: 2394
dequant_8x8_flat_mmx: 465
dequant_8x8_flat_sse2: 360
esa_ads_c: 3666
esa_ads_mmx: 1259
esa_ads_sse2: 1201
esa_ads_ssse3: 1160
get_ref_4x4_c: 1059
get_ref_4x4_mmx: 472
get_ref_4x4_mmx_c64: 470
get_ref_4x4_mmx_c32: 472
get_ref_4x4_sse2: 469
get_ref_4x4_sse2_c64: 470
get_ref_4x4_sse3_c64: 471
get_ref_4x8_c: 1943
get_ref_4x8_mmx: 582
get_ref_4x8_mmx_c64: 582
get_ref_4x8_mmx_c32: 588
get_ref_4x8_sse2: 583
get_ref_4x8_sse2_c64: 583
get_ref_4x8_sse3_c64: 587
get_ref_8x4_c: 1539
get_ref_8x4_mmx: 519
get_ref_8x4_mmx_c64: 393
get_ref_8x4_mmx_c32: 413
get_ref_8x4_sse2: 516
get_ref_8x4_sse2_c64: 399
get_ref_8x4_sse3_c64: 400
get_ref_8x8_c: 2672
get_ref_8x8_mmx: 667
get_ref_8x8_mmx_c64: 474
get_ref_8x8_mmx_c32: 499
get_ref_8x8_sse2: 661
get_ref_8x8_sse2_c64: 465
get_ref_8x8_sse3_c64: 474
get_ref_8x16_c: 5164
get_ref_8x16_mmx: 992
get_ref_8x16_mmx_c64: 684
get_ref_8x16_mmx_c32: 718
get_ref_8x16_sse2: 996
get_ref_8x16_sse2_c64: 667
get_ref_8x16_sse3_c64: 680
get_ref_12x10_c: 4304
get_ref_12x10_mmx: 1106
get_ref_12x10_mmx_c64: 865
get_ref_12x10_mmx_c32: 968
get_ref_12x10_sse2: 1104
get_ref_12x10_sse2_c64: 793
get_ref_12x10_sse3_c64: 1155
get_ref_16x8_c: 4185
get_ref_16x8_mmx: 1033
get_ref_16x8_mmx_c64: 716
get_ref_16x8_mmx_c32: 846
get_ref_16x8_sse2: 1018
get_ref_16x8_sse2_c64: 700
get_ref_16x8_sse3_c64: 1022
get_ref_16x16_c: 2072
get_ref_16x16_mmx: 1667
get_ref_16x16_mmx_c64: 1177
get_ref_16x16_mmx_c32: 1412
get_ref_16x16_sse2: 1597
get_ref_16x16_sse2_c64: 1112
get_ref_16x16_sse3_c64: 1602
get_ref_20x18_c: 4712
get_ref_20x18_mmx: 2267
get_ref_20x18_mmx_c64: 1813
get_ref_20x18_mmx_c32: 2301
get_ref_20x18_sse2: 2204
get_ref_20x18_sse2_c64: 1808
get_ref_20x18_sse3_c64: 2212
hpel_filter_c: 202980
hpel_filter_mmx: 94144
hpel_filter_sse2: 60003
hpel_filter_ssse3: 54575
idct4x4dc_c: 1023
idct4x4dc_mmx: 200
intra_predict_4x4_ddl_c: 287
intra_predict_4x4_ddl_mmx: 208
intra_predict_4x4_vl_c: 319
intra_predict_4x4_vl_mmx: 209
intra_predict_8x8_dc_c: 301
intra_predict_8x8_dc_mmx: 110
intra_predict_8x8_dcl_c: 230
intra_predict_8x8_dcl_mmx: 100
intra_predict_8x8_dct_c: 230
intra_predict_8x8_dct_mmx: 98
intra_predict_8x8_ddl_c: 1097
intra_predict_8x8_ddl_mmx: 322
intra_predict_8x8_ddl_sse2: 227
intra_predict_8x8_ddr_c: 1086
intra_predict_8x8_ddr_mmx: 436
intra_predict_8x8_ddr_sse2: 251
intra_predict_8x8_v_c: 119
intra_predict_8x8_v_mmx: 90
intra_predict_8x8_vl_c: 1049
intra_predict_8x8_vl_sse2: 232
intra_predict_8x8_vr_c: 1109
intra_predict_8x8_vr_mmx: 592
intra_predict_8x8c_dc_c: 330
intra_predict_8x8c_dc_mmx: 373
intra_predict_8x8c_p_c: 2421
intra_predict_8x8c_p_mmx: 870
intra_predict_8x8c_v_c: 115
intra_predict_8x8c_v_mmx: 95
intra_predict_16x16_dc_c: 1109
intra_predict_16x16_dc_mmx: 780
intra_predict_16x16_dc_sse2: 476
intra_predict_16x16_dct_c: 902
intra_predict_16x16_dct_mmx: 546
intra_predict_16x16_dct_sse2: 264
intra_predict_16x16_p_c: 7796
intra_predict_16x16_p_mmx: 1690
intra_predict_16x16_p_sse2: 1385
intra_predict_16x16_v_c: 751
intra_predict_16x16_v_mmx: 461
intra_predict_16x16_v_sse2: 153
intra_sa8d_x3_8x8_mmx: 3566
intra_satd_x3_4x4_mmx: 671
intra_satd_x3_4x4_ssse3: 702
intra_satd_x3_8x8c_mmx: 2209
intra_satd_x3_8x8c_ssse3: 2128
intra_satd_x3_16x16_mmx: 7313
intra_satd_x3_16x16_ssse3: 6809
mc_chroma_2x2_c: 688
mc_chroma_2x2_mmx: 419
mc_chroma_2x4_c: 1157
mc_chroma_2x4_mmx: 562
mc_chroma_4x2_c: 1006
mc_chroma_4x2_mmx: 416
mc_chroma_4x4_c: 1775
mc_chroma_4x4_mmx: 577
mc_chroma_4x8_c: 3309
mc_chroma_4x8_mmx: 885
mc_chroma_8x4_c: 3049
mc_chroma_8x4_mmx: 858
mc_chroma_8x8_c: 5864
mc_chroma_8x8_mmx: 1418
mc_luma_4x4_c: 1109
mc_luma_4x4_mmx: 504
mc_luma_4x4_mmx_c64: 497
mc_luma_4x4_mmx_c32: 498
mc_luma_4x4_sse2: 497
mc_luma_4x4_sse2_c64: 502
mc_luma_4x4_sse3_c64: 496
mc_luma_4x8_c: 1902
mc_luma_4x8_mmx: 651
mc_luma_4x8_mmx_c64: 643
mc_luma_4x8_mmx_c32: 643
mc_luma_4x8_sse2: 647
mc_luma_4x8_sse2_c64: 649
mc_luma_4x8_sse3_c64: 643
mc_luma_8x4_c: 1543
mc_luma_8x4_mmx: 568
mc_luma_8x4_mmx_c64: 505
mc_luma_8x4_mmx_c32: 520
mc_luma_8x4_sse2: 561
mc_luma_8x4_sse2_c64: 489
mc_luma_8x4_sse3_c64: 509
mc_luma_8x8_c: 2676
mc_luma_8x8_mmx: 744
mc_luma_8x8_mmx_c64: 567
mc_luma_8x8_mmx_c32: 589
mc_luma_8x8_sse2: 730
mc_luma_8x8_sse2_c64: 576
mc_luma_8x8_sse3_c64: 559
mc_luma_8x16_c: 5088
mc_luma_8x16_mmx: 1134
mc_luma_8x16_mmx_c64: 816
mc_luma_8x16_mmx_c32: 863
mc_luma_8x16_sse2: 1126
mc_luma_8x16_sse2_c64: 833
mc_luma_8x16_sse3_c64: 817
mc_luma_16x8_c: 4273
mc_luma_16x8_mmx: 1194
mc_luma_16x8_mmx_c64: 888
mc_luma_16x8_mmx_c32: 1023
mc_luma_16x8_sse2: 1165
mc_luma_16x8_sse2_c64: 900
mc_luma_16x8_sse3_c64: 1160
mc_luma_16x16_c: 1995
mc_luma_16x16_mmx: 1909
mc_luma_16x16_mmx_c64: 1426
mc_luma_16x16_mmx_c32: 1680
mc_luma_16x16_sse2: 1834
mc_luma_16x16_sse2_c64: 1400
mc_luma_16x16_sse3_c64: 1822
quant_2x2_dc_c: 252
quant_2x2_dc_mmx: 120
quant_2x2_dc_ssse3: 109
quant_4x4_c: 641
quant_4x4_mmx: 250
quant_4x4_sse2: 130
quant_4x4_ssse3: 100
quant_4x4_dc_c: 658
quant_4x4_dc_mmx: 230
quant_4x4_dc_sse2: 130
quant_4x4_dc_ssse3: 120
quant_8x8_c: 3200
quant_8x8_mmx: 656
quant_8x8_sse2: 381
quant_8x8_ssse3: 300
sa8d_8x8_c: 6159
sa8d_8x8_mmx: 2127
sa8d_8x8_sse2: 1670
sa8d_8x8_ssse3: 1589
sa8d_8x8_sse4: 2033
sa8d_16x16_c: 25938
sa8d_16x16_mmx: 8405
sa8d_16x16_sse2: 6438
sa8d_16x16_ssse3: 6239
sa8d_16x16_sse4: 7881
sad_4x4_c: 921
sad_4x4_mmx: 207
sad_4x8_c: 1352
sad_4x8_mmx: 299
sad_8x4_c: 1145
sad_8x4_mmx: 275
sad_8x4_mmx_c64: 157
sad_8x4_mmx_c32: 175
sad_8x8_c: 2124
sad_8x8_mmx: 491
sad_8x8_mmx_c64: 233
sad_8x8_mmx_c32: 256
sad_8x16_c: 4177
sad_8x16_mmx: 790
sad_8x16_mmx_c64: 395
sad_8x16_mmx_c32: 430
sad_16x8_c: 3653
sad_16x8_mmx: 867
sad_16x8_mmx_c64: 440
sad_16x8_mmx_c32: 518
sad_16x8_sse2: 792
sad_16x8_sse2_c64: 397
sad_16x8_sse3_c64: 792
sad_16x8_ssse3_c64: 361
sad_16x16_c: 7164
sad_16x16_mmx: 1505
sad_16x16_mmx_c64: 874
sad_16x16_mmx_c32: 1059
sad_16x16_sse2: 1329
sad_16x16_sse2_c64: 661
sad_16x16_sse3_c64: 1344
sad_16x16_ssse3_c64: 599
sad_x3_4x4_c: 2246
sad_x3_4x4_mmx: 407
sad_x3_4x8_c: 3761
sad_x3_4x8_mmx: 754
sad_x3_8x4_c: 3340
sad_x3_8x4_mmx: 674
sad_x3_8x8_c: 6530
sad_x3_8x8_mmx: 1179
sad_x3_8x8_mmx_c64: 627
sad_x3_8x8_mmx_c32: 770
sad_x3_8x16_c: 13289
sad_x3_8x16_mmx: 1993
sad_x3_8x16_mmx_c64: 1015
sad_x3_8x16_mmx_c32: 1205
sad_x3_16x8_c: 11280
sad_x3_16x8_mmx: 2154
sad_x3_16x8_mmx_c64: 1214
sad_x3_16x8_mmx_c32: 1516
sad_x3_16x8_sse2: 2120
sad_x3_16x8_sse2_c64: 1010
sad_x3_16x8_sse3_c64: 2119
sad_x3_16x8_ssse3_c64: 946
sad_x3_16x16_c: 23224
sad_x3_16x16_mmx: 3746
sad_x3_16x16_mmx_c64: 2130
sad_x3_16x16_mmx_c32: 2659
sad_x3_16x16_sse2: 3700
sad_x3_16x16_sse2_c64: 1754
sad_x3_16x16_sse3_c64: 3686
sad_x3_16x16_ssse3_c64: 1612
sad_x4_4x4_c: 2985
sad_x4_4x4_mmx: 525
sad_x4_4x8_c: 4974
sad_x4_4x8_mmx: 998
sad_x4_8x4_c: 4553
sad_x4_8x4_mmx: 841
sad_x4_8x8_c: 8999
sad_x4_8x8_mmx: 1498
sad_x4_8x8_mmx_c64: 856
sad_x4_8x8_mmx_c32: 1065
sad_x4_8x16_c: 17804
sad_x4_8x16_mmx: 2572
sad_x4_8x16_mmx_c64: 1343
sad_x4_8x16_mmx_c32: 1648
sad_x4_16x8_c: 15748
sad_x4_16x8_mmx: 2791
sad_x4_16x8_mmx_c64: 1606
sad_x4_16x8_mmx_c32: 2154
sad_x4_16x8_sse2: 2767
sad_x4_16x8_sse2_c64: 1339
sad_x4_16x8_sse3_c64: 2753
sad_x4_16x8_ssse3_c64: 1257
sad_x4_16x16_c: 6922
sad_x4_16x16_mmx: 4864
sad_x4_16x16_mmx_c64: 2797
sad_x4_16x16_mmx_c32: 3642
sad_x4_16x16_sse2: 4832
sad_x4_16x16_sse2_c64: 2290
sad_x4_16x16_sse3_c64: 4830
sad_x4_16x16_ssse3_c64: 2117
satd_4x4_c: 1496
satd_4x4_mmx: 699
satd_4x4_ssse3: 550
satd_4x8_c: 3102
satd_4x8_mmx: 1024
satd_4x8_ssse3: 1116
satd_8x4_c: 3110
satd_8x4_mmx: 971
satd_8x4_sse2: 864
satd_8x4_ssse3: 881
satd_8x4_sse4: 908
satd_8x8_c: 5984
satd_8x8_mmx: 1798
satd_8x8_sse2: 1550
satd_8x8_ssse3: 1499
satd_8x8_sse4: 1707
satd_8x16_c: 11630
satd_8x16_mmx: 3387
satd_8x16_sse2: 2894
satd_8x16_ssse3: 2774
satd_8x16_sse4: 3101
satd_16x8_c: 11455
satd_16x8_mmx: 3408
satd_16x8_sse2: 2957
satd_16x8_ssse3: 2830
satd_16x8_sse4: 3164
satd_16x16_c: 22676
satd_16x16_mmx: 6558
satd_16x16_sse2: 5690
satd_16x16_ssse3: 5319
satd_16x16_sse4: 6051
ssd_4x4_c: 714
ssd_4x4_mmx: 229
ssd_4x8_c: 1233
ssd_4x8_mmx: 398
ssd_8x4_c: 1429
ssd_8x4_mmx: 309
ssd_8x4_sse2: 230
ssd_8x8_c: 2835
ssd_8x8_mmx: 480
ssd_8x8_sse2: 500
ssd_8x16_c: 5672
ssd_8x16_mmx: 960
ssd_8x16_sse2: 850
ssd_16x8_c: 5305
ssd_16x8_mmx: 1049
ssd_16x8_sse2: 729
ssd_16x16_c: 10670
ssd_16x16_mmx: 1950
ssd_16x16_sse2: 1370
sub4x4_dct_c: 1058
sub4x4_dct_mmx: 385
sub8x8_dct_c: 4176
sub8x8_dct_mmx: 1245
sub8x8_dct_sse2: 1145
sub8x8_dct8_c: 8115
sub8x8_dct8_mmx: 1850
sub8x8_dct8_sse2: 1295
sub16x16_dct_c: 16751
sub16x16_dct_mmx: 5054
sub16x16_dct_sse2: 4470
sub16x16_dct8_c: 33097
sub16x16_dct8_mmx: 6985
sub16x16_dct8_sse2: 4772
zigzag_scan_4x4_field_c: 123
zigzag_scan_4x4_field_mmx: 95
zigzag_sub_4x4_frame_c: 389
zigzag_sub_4x4_frame_ssse3: 246
sneaker_ger
4th June 2008, 18:53
Processors Information
------------------------------------------------------------------------------------
Processor 1 (ID = 0)
Number of cores 1
Number of threads 1 (max 1)
Name AMD Athlon XP
Codename Barton
Specification AMD Athlon(tm) XP 3000+
Package Socket A (462)
CPUID 6.A.0
Extended CPUID 7.A
Core Stepping
Technology 0.13 um
Core Speed 2171.7 MHz (13.0 x 167.1 MHz)
Rated Bus speed 334.1 MHz
Instructions sets MMX (+), 3DNow! (+), SSE
L1 Data cache 64 KBytes, 2-way set associative, 64-byte line size
L1 Instruction cache 64 KBytes, 2-way set associative, 64-byte line size
L2 cache 512 KBytes, 16-way set associative, 64-byte line size
FID/VID Control no
Features
K7 Thermal sensor yes
add4x4_idct_c: 3028
add4x4_idct_mmx: 450
add8x8_idct_c: 11072
add8x8_idct_mmx: 1603
add8x8_idct8_c: 16586
add8x8_idct8_mmx: 2030
add16x16_idct_c: 46417
add16x16_idct_mmx: 6190
add16x16_idct8_c: 64594
add16x16_idct8_mmx: 7948
avg_4x2_c: 503
avg_4x2_mmx: 212
avg_4x4_c: 792
avg_4x4_mmx: 253
avg_4x8_c: 1487
avg_4x8_mmx: 342
avg_8x4_c: 1327
avg_8x4_mmx: 252
avg_8x8_c: 2558
avg_8x8_mmx: 342
avg_8x16_c: 5024
avg_8x16_mmx: 520
avg_16x8_c: 4829
avg_16x8_mmx: 511
avg_16x16_c: 9641
avg_16x16_mmx: 871
avg_weight_4x4_c: 1791
avg_weight_4x4_mmx: 447
avg_weight_8x4_c: 3302
avg_weight_8x4_mmx: 870
avg_weight_8x8_c: 6926
avg_weight_8x8_mmx: 1444
avg_weight_8x16_c: 13620
avg_weight_8x16_mmx: 2810
avg_weight_16x8_c: 13096
avg_weight_16x8_mmx: 2657
avg_weight_16x16_c: 25845
avg_weight_16x16_mmx: 5286
cabac_encode_decision_c: 1891434
cabac_encode_decision_mmx: 1798932
dct4x4dc_c: 1030
dct4x4dc_mmx: 320
deblock_h_chroma_c: 1912
deblock_h_chroma_mmx: 880
deblock_h_chroma_intra_c: 1365
deblock_h_chroma_intra_mmx: 787
deblock_h_luma_c: 5689
deblock_h_luma_mmx: 2473
deblock_h_luma_intra_c: 5304
deblock_h_luma_intra_mmx: 3671
deblock_v_chroma_c: 1994
deblock_v_chroma_mmx: 515
deblock_v_chroma_intra_c: 1612
deblock_v_chroma_intra_mmx: 450
deblock_v_luma_c: 6282
deblock_v_luma_mmx: 1698
deblock_v_luma_intra_c: 6560
deblock_v_luma_intra_mmx: 2407
dequant_4x4_cqm_c: 1125
dequant_4x4_cqm_mmx: 388
dequant_4x4_flat_c: 1120
dequant_4x4_flat_mmx: 310
dequant_8x8_cqm_c: 4728
dequant_8x8_cqm_mmx: 1204
dequant_8x8_flat_c: 4672
dequant_8x8_flat_mmx: 747
esa_ads_c: 5102
esa_ads_mmx: 1708
get_ref_4x4_c: 1524
get_ref_4x4_mmx: 610
get_ref_4x4_mmx_c64: 609
get_ref_4x4_mmx_c32: 608
get_ref_4x8_c: 2509
get_ref_4x8_mmx: 726
get_ref_4x8_mmx_c64: 725
get_ref_4x8_mmx_c32: 724
get_ref_8x4_c: 2184
get_ref_8x4_mmx: 618
get_ref_8x4_mmx_c64: 642
get_ref_8x4_mmx_c32: 652
get_ref_8x8_c: 3642
get_ref_8x8_mmx: 750
get_ref_8x8_mmx_c64: 777
get_ref_8x8_mmx_c32: 792
get_ref_8x16_c: 6770
get_ref_8x16_mmx: 1026
get_ref_8x16_mmx_c64: 1119
get_ref_8x16_mmx_c32: 1123
get_ref_12x10_c: 6558
get_ref_12x10_mmx: 972
get_ref_12x10_mmx_c64: 1094
get_ref_12x10_mmx_c32: 1201
get_ref_16x8_c: 6312
get_ref_16x8_mmx: 904
get_ref_16x8_mmx_c64: 1017
get_ref_16x8_mmx_c32: 1117
get_ref_16x16_c: 12129
get_ref_16x16_mmx: 1340
get_ref_16x16_mmx_c64: 1604
get_ref_16x16_mmx_c32: 1776
get_ref_20x18_c: 1644
get_ref_20x18_mmx: 1950
get_ref_20x18_mmx_c64: 2220
get_ref_20x18_mmx_c32: 2022
hpel_filter_c: 311685
hpel_filter_mmx: 49953
idct4x4dc_c: 1102
idct4x4dc_mmx: 270
intra_predict_4x4_ddl_c: 381
intra_predict_4x4_ddl_mmx: 163
intra_predict_4x4_vl_c: 341
intra_predict_4x4_vl_mmx: 113
intra_predict_8x8_dc_c: 392
intra_predict_8x8_dc_mmx: 212
intra_predict_8x8_dcl_c: 292
intra_predict_8x8_dcl_mmx: 204
intra_predict_8x8_dct_c: 292
intra_predict_8x8_dct_mmx: 172
intra_predict_8x8_ddl_c: 890
intra_predict_8x8_ddl_mmx: 452
intra_predict_8x8_ddr_c: 942
intra_predict_8x8_ddr_mmx: 479
intra_predict_8x8_v_c: 212
intra_predict_8x8_v_mmx: 164
intra_predict_8x8_vr_c: 985
intra_predict_8x8_vr_mmx: 492
intra_predict_8x8c_dc_c: 453
intra_predict_8x8c_dc_mmx: 354
intra_predict_8x8c_p_c: 3062
intra_predict_8x8c_p_mmx: 947
intra_predict_8x8c_v_c: 210
intra_predict_8x8c_v_mmx: 161
intra_predict_16x16_dc_c: 793
intra_predict_16x16_dc_mmx: 790
intra_predict_16x16_dct_c: 614
intra_predict_16x16_dct_mmx: 463
intra_predict_16x16_p_c: 10227
intra_predict_16x16_p_mmx: 2260
intra_predict_16x16_v_c: 482
intra_predict_16x16_v_mmx: 346
intra_sa8d_x3_8x8_mmx: 3434
intra_satd_x3_4x4_mmx: 880
intra_satd_x3_8x8c_mmx: 2728
intra_satd_x3_16x16_mmx: 9016
mc_chroma_2x2_c: 1176
mc_chroma_2x2_mmx: 519
mc_chroma_2x4_c: 2076
mc_chroma_2x4_mmx: 716
mc_chroma_4x2_c: 1851
mc_chroma_4x2_mmx: 519
mc_chroma_4x4_c: 3423
mc_chroma_4x4_mmx: 717
mc_chroma_4x8_c: 6267
mc_chroma_4x8_mmx: 1114
mc_chroma_8x4_c: 6262
mc_chroma_8x4_mmx: 1114
mc_chroma_8x8_c: 11808
mc_chroma_8x8_mmx: 2140
mc_luma_4x4_c: 1532
mc_luma_4x4_mmx: 668
mc_luma_4x4_mmx_c64: 668
mc_luma_4x4_mmx_c32: 668
mc_luma_4x8_c: 2515
mc_luma_4x8_mmx: 803
mc_luma_4x8_mmx_c64: 803
mc_luma_4x8_mmx_c32: 802
mc_luma_8x4_c: 2149
mc_luma_8x4_mmx: 687
mc_luma_8x4_mmx_c64: 702
mc_luma_8x4_mmx_c32: 709
mc_luma_8x8_c: 3683
mc_luma_8x8_mmx: 842
mc_luma_8x8_mmx_c64: 862
mc_luma_8x8_mmx_c32: 884
mc_luma_8x16_c: 6722
mc_luma_8x16_mmx: 1231
mc_luma_8x16_mmx_c64: 1266
mc_luma_8x16_mmx_c32: 1272
mc_luma_16x8_c: 6321
mc_luma_16x8_mmx: 1039
mc_luma_16x8_mmx_c64: 1138
mc_luma_16x8_mmx_c32: 1230
mc_luma_16x16_c: 12130
mc_luma_16x16_mmx: 1622
mc_luma_16x16_mmx_c64: 1825
mc_luma_16x16_mmx_c32: 1998
quant_2x2_dc_c: 515
quant_2x2_dc_mmx: 150
quant_4x4_c: 1241
quant_4x4_mmx: 365
quant_4x4_dc_c: 1600
quant_4x4_dc_mmx: 340
quant_8x8_c: 6142
quant_8x8_mmx: 1151
sa8d_8x8_c: 7518
sa8d_8x8_mmx: 2196
sa8d_16x16_c: 30513
sa8d_16x16_mmx: 8881
sad_4x4_c: 1052
sad_4x4_mmx: 233
sad_4x8_c: 1908
sad_4x8_mmx: 314
sad_8x4_c: 1697
sad_8x4_mmx: 244
sad_8x4_mmx_c64: 265
sad_8x4_mmx_c32: 277
sad_8x8_c: 3364
sad_8x8_mmx: 341
sad_8x8_mmx_c64: 369
sad_8x8_mmx_c32: 387
sad_8x16_c: 6684
sad_8x16_mmx: 539
sad_8x16_mmx_c64: 581
sad_8x16_mmx_c32: 614
sad_16x8_c: 6212
sad_16x8_mmx: 467
sad_16x8_mmx_c64: 540
sad_16x8_mmx_c32: 613
sad_16x16_c: 12367
sad_16x16_mmx: 788
sad_16x16_mmx_c64: 1010
sad_16x16_mmx_c32: 1210
sad_x3_4x4_c: 3061
sad_x3_4x4_mmx: 386
sad_x3_4x8_c: 5637
sad_x3_4x8_mmx: 549
sad_x3_8x4_c: 5118
sad_x3_8x4_mmx: 446
sad_x3_8x8_c: 9953
sad_x3_8x8_mmx: 666
sad_x3_8x8_mmx_c64: 822
sad_x3_8x8_mmx_c32: 968
sad_x3_8x16_c: 21117
sad_x3_8x16_mmx: 1094
sad_x3_8x16_mmx_c64: 1320
sad_x3_8x16_mmx_c32: 1542
sad_x3_16x8_c: 18931
sad_x3_16x8_mmx: 1115
sad_x3_16x8_mmx_c64: 1497
sad_x3_16x8_mmx_c32: 1846
sad_x3_16x16_c: 39724
sad_x3_16x16_mmx: 2031
sad_x3_16x16_mmx_c64: 2815
sad_x3_16x16_mmx_c32: 3577
sad_x4_4x4_c: 4240
sad_x4_4x4_mmx: 465
sad_x4_4x8_c: 7516
sad_x4_4x8_mmx: 671
sad_x4_8x4_c: 7145
sad_x4_8x4_mmx: 545
sad_x4_8x8_c: 14025
sad_x4_8x8_mmx: 808
sad_x4_8x8_mmx_c64: 1134
sad_x4_8x8_mmx_c32: 1371
sad_x4_8x16_c: 28319
sad_x4_8x16_mmx: 1376
sad_x4_8x16_mmx_c64: 1814
sad_x4_8x16_mmx_c32: 2168
sad_x4_16x8_c: 26563
sad_x4_16x8_mmx: 1371
sad_x4_16x8_mmx_c64: 2012
sad_x4_16x8_mmx_c32: 2555
sad_x4_16x16_c: 52917
sad_x4_16x16_mmx: 2516
sad_x4_16x16_mmx_c64: 3724
sad_x4_16x16_mmx_c32: 4828
satd_4x4_c: 1649
satd_4x4_mmx: 589
satd_4x8_c: 3474
satd_4x8_mmx: 970
satd_8x4_c: 3494
satd_8x4_mmx: 971
satd_8x8_c: 6980
satd_8x8_mmx: 1755
satd_8x16_c: 13553
satd_8x16_mmx: 3320
satd_16x8_c: 13756
satd_16x8_mmx: 3298
satd_16x16_c: 27080
satd_16x16_mmx: 6433
ssd_4x4_c: 932
ssd_4x4_mmx: 295
ssd_4x8_c: 1655
ssd_4x8_mmx: 450
ssd_8x4_c: 2116
ssd_8x4_mmx: 452
ssd_8x8_c: 3892
ssd_8x8_mmx: 784
ssd_8x16_c: 7804
ssd_8x16_mmx: 1428
ssd_16x8_c: 6972
ssd_16x8_mmx: 1430
ssd_16x16_c: 13899
ssd_16x16_mmx: 2748
sub4x4_dct_c: 1315
sub4x4_dct_mmx: 422
sub8x8_dct_c: 5246
sub8x8_dct_mmx: 1402
sub8x8_dct8_c: 9114
sub8x8_dct8_mmx: 2085
sub16x16_dct_c: 21070
sub16x16_dct_mmx: 5322
sub16x16_dct8_c: 36879
sub16x16_dct8_mmx: 8152
zigzag_scan_4x4_field_c: 230
zigzag_scan_4x4_field_mmx: 200
dirio49
4th June 2008, 19:35
Processor 1 (ID = 0)
Number of cores 1 (max 1)
Number of threads 1 (max 1)
Name Intel Pentium M
Codename Dothan
Specification Intel(R) Pentium(R) M processor 1.70GHz
Package Socket 479 mPGA (platform ID = 5h)
CPUID 6.D.6
Extended CPUID 6.D
Brand ID 22
Core Stepping B1
Technology 90 nm
Core Speed 598.1 MHz (6.0 x 99.7 MHz)
Rated Bus speed 398.7 MHz
Instructions sets MMX, SSE, SSE2
L1 Data cache 32 KBytes, 8-way set associative, 64-byte line size
L1 Instruction cache 32 KBytes, 8-way set associative, 64-byte line size
L2 cache 2048 KBytes, 8-way set associative, 64-byte line size
FID/VID Control yes
FID range 6.0x - 17.0x
max VID 1.340 V
add4x4_idct_c: 2747
add4x4_idct_mmx: 430
add8x8_idct_c: 9724
add8x8_idct_mmx: 1562
add8x8_idct_sse2: 1790
add8x8_idct8_c: 17024
add8x8_idct8_mmx: 2094
add8x8_idct8_sse2: 2241
add16x16_idct_c: 39363
add16x16_idct_mmx: 6026
add16x16_idct_sse2: 6902
add16x16_idct8_c: 68578
add16x16_idct8_mmx: 8242
add16x16_idct8_sse2: 9035
avg_4x2_c: 321
avg_4x2_mmx: 210
avg_4x4_c: 570
avg_4x4_mmx: 250
avg_4x8_c: 980
avg_4x8_mmx: 330
avg_8x4_c: 970
avg_8x4_mmx: 251
avg_8x8_c: 1790
avg_8x8_mmx: 331
avg_8x16_c: 3470
avg_8x16_mmx: 501
avg_16x8_c: 3390
avg_16x8_mmx: 471
avg_16x8_sse2: 501
avg_16x16_c: 6670
avg_16x16_mmx: 802
avg_16x16_sse2: 861
avg_weight_4x4_c: 1320
avg_weight_4x4_mmx: 460
avg_weight_8x4_c: 2260
avg_weight_8x4_mmx: 901
avg_weight_8x8_c: 4468
avg_weight_8x8_mmx: 1597
avg_weight_8x16_c: 8729
avg_weight_8x16_mmx: 2681
avg_weight_16x8_c: 8497
avg_weight_16x8_mmx: 2647
avg_weight_16x16_c: 16850
avg_weight_16x16_mmx: 4776
cabac_encode_decision_c: 2020496
cabac_encode_decision_mmx: 1480792
dct4x4dc_c: 1110
dct4x4dc_mmx: 310
deblock_h_chroma_c: 1579
deblock_h_chroma_mmx: 914
deblock_h_chroma_intra_c: 1179
deblock_h_chroma_intra_mmx: 853
deblock_h_luma_c: 4436
deblock_h_luma_mmx: 2491
deblock_h_luma_sse2: 2427
deblock_h_luma_intra_c: 4329
deblock_h_luma_intra_mmx: 3566
deblock_h_luma_intra_sse2: 3587
deblock_v_chroma_c: 1693
deblock_v_chroma_mmx: 463
deblock_v_chroma_intra_c: 1330
deblock_v_chroma_intra_mmx: 421
deblock_v_luma_c: 4840
deblock_v_luma_mmx: 1502
deblock_v_luma_sse2: 1252
deblock_v_luma_intra_c: 5570
deblock_v_luma_intra_mmx: 2303
deblock_v_luma_intra_sse2: 2117
dequant_4x4_cqm_c: 814
dequant_4x4_cqm_mmx: 385
dequant_4x4_cqm_sse2: 396
dequant_4x4_flat_c: 808
dequant_4x4_flat_mmx: 260
dequant_4x4_flat_sse2: 250
dequant_8x8_cqm_c: 3338
dequant_8x8_cqm_mmx: 1180
dequant_8x8_cqm_sse2: 1205
dequant_8x8_flat_c: 3281
dequant_8x8_flat_mmx: 644
dequant_8x8_flat_sse2: 681
esa_ads_c: 4309
esa_ads_mmx: 1678
esa_ads_sse2: 1841
get_ref_4x4_c: 1509
get_ref_4x4_mmx: 588
get_ref_4x4_mmx_c64: 586
get_ref_4x4_mmx_c32: 588
get_ref_4x4_sse2: 585
get_ref_4x4_sse2_c64: 587
get_ref_4x8_c: 2627
get_ref_4x8_mmx: 733
get_ref_4x8_mmx_c64: 730
get_ref_4x8_mmx_c32: 732
get_ref_4x8_sse2: 735
get_ref_4x8_sse2_c64: 734
get_ref_8x4_c: 1754
get_ref_8x4_mmx: 608
get_ref_8x4_mmx_c64: 564
get_ref_8x4_mmx_c32: 584
get_ref_8x4_sse2: 604
get_ref_8x4_sse2_c64: 563
get_ref_8x8_c: 3174
get_ref_8x8_mmx: 787
get_ref_8x8_mmx_c64: 660
get_ref_8x8_mmx_c32: 700
get_ref_8x8_sse2: 779
get_ref_8x8_sse2_c64: 660
get_ref_8x16_c: 6044
get_ref_8x16_mmx: 1185
get_ref_8x16_mmx_c64: 876
get_ref_8x16_mmx_c32: 948
get_ref_8x16_sse2: 1169
get_ref_8x16_sse2_c64: 874
get_ref_12x10_c: 5154
get_ref_12x10_mmx: 1229
get_ref_12x10_mmx_c64: 1026
get_ref_12x10_mmx_c32: 1140
get_ref_12x10_sse2: 1221
get_ref_12x10_sse2_c64: 1058
get_ref_16x8_c: 5185
get_ref_16x8_mmx: 1114
get_ref_16x8_mmx_c64: 892
get_ref_16x8_mmx_c32: 1022
get_ref_16x8_sse2: 1182
get_ref_16x8_sse2_c64: 944
get_ref_16x16_c: 1427
get_ref_16x16_mmx: 1846
get_ref_16x16_mmx_c64: 1326
get_ref_16x16_mmx_c32: 1579
get_ref_16x16_sse2: 1950
get_ref_16x16_sse2_c64: 1422
get_ref_20x18_c: 4882
get_ref_20x18_mmx: 2569
get_ref_20x18_mmx_c64: 1974
get_ref_20x18_mmx_c32: 2545
get_ref_20x18_sse2: 2643
get_ref_20x18_sse2_c64: 2076
hpel_filter_c: 241080
hpel_filter_mmx: 69914
hpel_filter_sse2: 93373
idct4x4dc_c: 1270
idct4x4dc_mmx: 260
intra_predict_4x4_ddl_c: 421
intra_predict_4x4_ddl_mmx: 220
intra_predict_4x4_vl_c: 460
intra_predict_4x4_vl_mmx: 172
intra_predict_8x8_dc_c: 450
intra_predict_8x8_dc_mmx: 230
intra_predict_8x8_dcl_c: 370
intra_predict_8x8_dcl_mmx: 250
intra_predict_8x8_dct_c: 370
intra_predict_8x8_dct_mmx: 250
intra_predict_8x8_ddl_c: 1243
intra_predict_8x8_ddl_mmx: 395
intra_predict_8x8_ddl_sse2: 460
intra_predict_8x8_ddr_c: 1346
intra_predict_8x8_ddr_mmx: 427
intra_predict_8x8_ddr_sse2: 487
intra_predict_8x8_v_c: 200
intra_predict_8x8_v_mmx: 120
intra_predict_8x8_vl_c: 1342
intra_predict_8x8_vl_sse2: 460
intra_predict_8x8_vr_c: 1294
intra_predict_8x8_vr_mmx: 609
intra_predict_8x8c_dc_c: 494
intra_predict_8x8c_dc_mmx: 410
intra_predict_8x8c_p_c: 2921
intra_predict_8x8c_p_mmx: 985
intra_predict_8x8c_v_c: 230
intra_predict_8x8c_v_mmx: 120
intra_predict_16x16_dc_c: 1220
intra_predict_16x16_dc_mmx: 934
intra_predict_16x16_dc_sse2: 864
intra_predict_16x16_dct_c: 1030
intra_predict_16x16_dct_mmx: 594
intra_predict_16x16_dct_sse2: 633
intra_predict_16x16_p_c: 9924
intra_predict_16x16_p_mmx: 2223
intra_predict_16x16_p_sse2: 2310
intra_predict_16x16_v_c: 820
intra_predict_16x16_v_mmx: 502
intra_predict_16x16_v_sse2: 493
intra_sa8d_x3_8x8_mmx: 3374
intra_satd_x3_4x4_mmx: 860
intra_satd_x3_8x8c_mmx: 2730
intra_satd_x3_16x16_mmx: 8990
mc_chroma_2x2_c: 834
mc_chroma_2x2_mmx: 562
mc_chroma_2x4_c: 1285
mc_chroma_2x4_mmx: 779
mc_chroma_4x2_c: 1207
mc_chroma_4x2_mmx: 562
mc_chroma_4x4_c: 2029
mc_chroma_4x4_mmx: 779
mc_chroma_4x8_c: 3577
mc_chroma_4x8_mmx: 1229
mc_chroma_8x4_c: 3306
mc_chroma_8x4_mmx: 1192
mc_chroma_8x8_c: 6192
mc_chroma_8x8_mmx: 2127
mc_luma_4x4_c: 1514
mc_luma_4x4_mmx: 610
mc_luma_4x4_mmx_c64: 608
mc_luma_4x4_mmx_c32: 609
mc_luma_4x4_sse2: 608
mc_luma_4x4_sse2_c64: 610
mc_luma_4x8_c: 2654
mc_luma_4x8_mmx: 766
mc_luma_4x8_mmx_c64: 763
mc_luma_4x8_mmx_c32: 765
mc_luma_4x8_sse2: 762
mc_luma_4x8_sse2_c64: 766
mc_luma_8x4_c: 1757
mc_luma_8x4_mmx: 646
mc_luma_8x4_mmx_c64: 583
mc_luma_8x4_mmx_c32: 602
mc_luma_8x4_sse2: 642
mc_luma_8x4_sse2_c64: 583
mc_luma_8x8_c: 3182
mc_luma_8x8_mmx: 838
mc_luma_8x8_mmx_c64: 697
mc_luma_8x8_mmx_c32: 735
mc_luma_8x8_sse2: 832
mc_luma_8x8_sse2_c64: 698
mc_luma_8x16_c: 6030
mc_luma_8x16_mmx: 1246
mc_luma_8x16_mmx_c64: 959
mc_luma_8x16_mmx_c32: 1031
mc_luma_8x16_sse2: 1234
mc_luma_8x16_sse2_c64: 956
mc_luma_16x8_c: 5188
mc_luma_16x8_mmx: 1213
mc_luma_16x8_mmx_c64: 966
mc_luma_16x8_mmx_c32: 1106
mc_luma_16x8_sse2: 1274
mc_luma_16x8_sse2_c64: 1035
mc_luma_16x16_c: 1462
mc_luma_16x16_mmx: 2067
mc_luma_16x16_mmx_c64: 1532
mc_luma_16x16_mmx_c32: 1797
mc_luma_16x16_sse2: 2185
mc_luma_16x16_sse2_c64: 1649
quant_2x2_dc_c: 392
quant_2x2_dc_mmx: 160
quant_4x4_c: 863
quant_4x4_mmx: 330
quant_4x4_sse2: 300
quant_4x4_dc_c: 980
quant_4x4_dc_mmx: 330
quant_4x4_dc_sse2: 340
quant_8x8_c: 4176
quant_8x8_mmx: 924
quant_8x8_sse2: 894
sa8d_8x8_c: 7633
sa8d_8x8_mmx: 2173
sa8d_8x8_sse2: 2632
sa8d_16x16_c: 33011
sa8d_16x16_mmx: 8807
sa8d_16x16_sse2: 10560
sad_4x4_c: 881
sad_4x4_mmx: 251
sad_4x8_c: 1520
sad_4x8_mmx: 386
sad_8x4_c: 1410
sad_8x4_mmx: 280
sad_8x4_mmx_c64: 290
sad_8x4_mmx_c32: 309
sad_8x8_c: 2640
sad_8x8_mmx: 431
sad_8x8_mmx_c64: 410
sad_8x8_mmx_c32: 436
sad_8x16_c: 5112
sad_8x16_mmx: 764
sad_8x16_mmx_c64: 650
sad_8x16_mmx_c32: 700
sad_16x8_c: 4822
sad_16x8_mmx: 707
sad_16x8_mmx_c64: 653
sad_16x8_mmx_c32: 770
sad_16x8_sse2: 714
sad_16x8_sse2_c64: 709
sad_16x16_c: 9378
sad_16x16_mmx: 1312
sad_16x16_mmx_c64: 1078
sad_16x16_mmx_c32: 1275
sad_16x16_sse2: 1342
sad_16x16_sse2_c64: 1234
sad_x3_4x4_c: 2480
sad_x3_4x4_mmx: 491
sad_x3_4x8_c: 4630
sad_x3_4x8_mmx: 795
sad_x3_8x4_c: 4181
sad_x3_8x4_mmx: 573
sad_x3_8x8_c: 7948
sad_x3_8x8_mmx: 953
sad_x3_8x8_mmx_c64: 958
sad_x3_8x8_mmx_c32: 1087
sad_x3_8x16_c: 16032
sad_x3_8x16_mmx: 1856
sad_x3_8x16_mmx_c64: 1589
sad_x3_8x16_mmx_c32: 1779
sad_x3_16x8_c: 14377
sad_x3_16x8_mmx: 1689
sad_x3_16x8_mmx_c64: 1711
sad_x3_16x8_mmx_c32: 2142
sad_x3_16x8_sse2: 1796
sad_x3_16x8_sse2_c64: 1920
sad_x3_16x16_c: 29844
sad_x3_16x16_mmx: 3388
sad_x3_16x16_mmx_c64: 3034
sad_x3_16x16_mmx_c32: 3751
sad_x3_16x16_sse2: 3634
sad_x3_16x16_sse2_c64: 3503
sad_x4_4x4_c: 3415
sad_x4_4x4_mmx: 592
sad_x4_4x8_c: 6235
sad_x4_4x8_mmx: 1022
sad_x4_8x4_c: 5651
sad_x4_8x4_mmx: 782
sad_x4_8x8_c: 10776
sad_x4_8x8_mmx: 1267
sad_x4_8x8_mmx_c64: 1270
sad_x4_8x8_mmx_c32: 1489
sad_x4_8x16_c: 21416
sad_x4_8x16_mmx: 2458
sad_x4_8x16_mmx_c64: 2154
sad_x4_8x16_mmx_c32: 2457
sad_x4_16x8_c: 19939
sad_x4_16x8_mmx: 2179
sad_x4_16x8_mmx_c64: 2320
sad_x4_16x8_mmx_c32: 2915
sad_x4_16x8_sse2: 2436
sad_x4_16x8_sse2_c64: 2622
sad_x4_16x16_c: 5200
sad_x4_16x16_mmx: 4359
sad_x4_16x16_mmx_c64: 3932
sad_x4_16x16_mmx_c32: 5033
sad_x4_16x16_sse2: 4830
sad_x4_16x16_sse2_c64: 4749
satd_4x4_c: 1790
satd_4x4_mmx: 620
satd_4x8_c: 3720
satd_4x8_mmx: 1118
satd_8x4_c: 3630
satd_8x4_mmx: 1096
satd_8x4_sse2: 1034
satd_8x8_c: 7384
satd_8x8_mmx: 1937
satd_8x8_sse2: 1862
satd_8x16_c: 14411
satd_8x16_mmx: 3698
satd_8x16_sse2: 3580
satd_16x8_c: 13987
satd_16x8_mmx: 3634
satd_16x8_sse2: 3572
satd_16x16_c: 28021
satd_16x16_mmx: 7183
satd_16x16_sse2: 7018
ssd_4x4_c: 750
ssd_4x4_mmx: 280
ssd_4x8_c: 1220
ssd_4x8_mmx: 440
ssd_8x4_c: 1640
ssd_8x4_mmx: 480
ssd_8x4_sse2: 480
ssd_8x8_c: 3077
ssd_8x8_mmx: 740
ssd_8x8_sse2: 772
ssd_8x16_c: 6006
ssd_8x16_mmx: 1340
ssd_8x16_sse2: 1390
ssd_16x8_c: 5977
ssd_16x8_mmx: 1348
ssd_16x8_sse2: 1230
ssd_16x16_c: 11759
ssd_16x16_mmx: 2490
ssd_16x16_sse2: 2245
sub4x4_dct_c: 1205
sub4x4_dct_mmx: 410
sub8x8_dct_c: 5159
sub8x8_dct_mmx: 1490
sub8x8_dct_sse2: 1630
sub8x8_dct8_c: 10038
sub8x8_dct8_mmx: 2212
sub8x8_dct8_sse2: 2200
sub16x16_dct_c: 20672
sub16x16_dct_mmx: 5705
sub16x16_dct_sse2: 6329
sub16x16_dct8_c: 40536
sub16x16_dct8_mmx: 8852
sub16x16_dct8_sse2: 8823
zigzag_scan_4x4_field_c: 180
zigzag_scan_4x4_field_mmx: 120
http://www.sendspace.com/file/yw1xl1
hank315
4th June 2008, 19:51
Q9450@2.67
add4x4_idct_c: 1956
add4x4_idct_mmx: 260
add8x8_idct_c: 7431
add8x8_idct_mmx: 1176
add8x8_idct_sse2: 773
add8x8_idct8_c: 14070
add8x8_idct8_mmx: 1785
add8x8_idct8_sse2: 880
add16x16_idct_c: 33260
add16x16_idct_mmx: 5051
add16x16_idct_sse2: 3313
add16x16_idct8_c: 56038
add16x16_idct8_mmx: 7112
add16x16_idct8_sse2: 3748
avg_4x2_c: 123
avg_4x2_mmx: 28
avg_4x4_c: 332
avg_4x4_mmx: 28
avg_4x8_c: 681
avg_4x8_mmx: 49
avg_8x4_c: 632
avg_8x4_mmx: 33
avg_8x8_c: 1416
avg_8x8_mmx: 53
avg_8x16_c: 2996
avg_8x16_mmx: 282
avg_16x8_c: 2602
avg_16x8_mmx: 272
avg_16x8_sse2: 193
avg_16x16_c: 5166
avg_16x16_mmx: 516
avg_16x16_sse2: 424
avg_weight_4x4_c: 719
avg_weight_4x4_mmx: 352
avg_weight_8x4_c: 1366
avg_weight_8x4_mmx: 639
avg_weight_8x8_c: 2902
avg_weight_8x8_mmx: 1072
avg_weight_8x16_c: 5786
avg_weight_8x16_mmx: 2141
avg_weight_16x8_c: 5459
avg_weight_16x8_mmx: 1806
avg_weight_16x16_c: 10944
avg_weight_16x16_mmx: 3328
cabac_encode_decision_c: 1804124
cabac_encode_decision_mmx: 1396296
dct4x4dc_c: 661
dct4x4dc_mmx: 204
deblock_h_chroma_c: 1070
deblock_h_chroma_mmx: 505
deblock_h_chroma_intra_c: 793
deblock_h_chroma_intra_mmx: 412
deblock_h_luma_c: 3492
deblock_h_luma_mmx: 1852
deblock_h_luma_sse2: 1410
deblock_h_luma_intra_c: 3510
deblock_h_luma_intra_mmx: 2770
deblock_h_luma_intra_sse2: 1971
deblock_v_chroma_c: 1182
deblock_v_chroma_mmx: 212
deblock_v_chroma_intra_c: 903
deblock_v_chroma_intra_mmx: 186
deblock_v_luma_c: 3774
deblock_v_luma_mmx: 1018
deblock_v_luma_sse2: 421
deblock_v_luma_intra_c: 4366
deblock_v_luma_intra_mmx: 1661
deblock_v_luma_intra_sse2: 698
dequant_4x4_cqm_c: 444
dequant_4x4_cqm_mmx: 88
dequant_4x4_cqm_sse2: 44
dequant_4x4_flat_c: 447
dequant_4x4_flat_mmx: 40
dequant_4x4_flat_sse2: 39
dequant_8x8_cqm_c: 2176
dequant_8x8_cqm_mmx: 683
dequant_8x8_cqm_sse2: 345
dequant_8x8_flat_c: 2107
dequant_8x8_flat_mmx: 343
dequant_8x8_flat_sse2: 197
esa_ads_c: 3444
esa_ads_mmx: 1083
esa_ads_sse2: 1000
esa_ads_ssse3: 947
get_ref_4x4_c: 927
get_ref_4x4_mmx: 345
get_ref_4x4_mmx_c64: 338
get_ref_4x4_mmx_c32: 345
get_ref_4x4_sse2: 346
get_ref_4x4_sse2_c64: 346
get_ref_4x4_sse3_c64: 342
get_ref_4x8_c: 1767
get_ref_4x8_mmx: 394
get_ref_4x8_mmx_c64: 390
get_ref_4x8_mmx_c32: 394
get_ref_4x8_sse2: 395
get_ref_4x8_sse2_c64: 396
get_ref_4x8_sse3_c64: 395
get_ref_8x4_c: 1314
get_ref_8x4_mmx: 345
get_ref_8x4_mmx_c64: 331
get_ref_8x4_mmx_c32: 361
get_ref_8x4_sse2: 346
get_ref_8x4_sse2_c64: 344
get_ref_8x4_sse3_c64: 341
get_ref_8x8_c: 2541
get_ref_8x8_mmx: 393
get_ref_8x8_mmx_c64: 396
get_ref_8x8_mmx_c32: 435
get_ref_8x8_sse2: 395
get_ref_8x8_sse2_c64: 408
get_ref_8x8_sse3_c64: 406
get_ref_8x16_c: 4993
get_ref_8x16_mmx: 634
get_ref_8x16_mmx_c64: 573
get_ref_8x16_mmx_c32: 626
get_ref_8x16_sse2: 636
get_ref_8x16_sse2_c64: 584
get_ref_8x16_sse3_c64: 579
get_ref_12x10_c: 4092
get_ref_12x10_mmx: 704
get_ref_12x10_mmx_c64: 731
get_ref_12x10_mmx_c32: 851
get_ref_12x10_sse2: 708
get_ref_12x10_sse2_c64: 762
get_ref_12x10_sse3_c64: 724
get_ref_16x8_c: 4039
get_ref_16x8_mmx: 576
get_ref_16x8_mmx_c64: 641
get_ref_16x8_mmx_c32: 778
get_ref_16x8_sse2: 604
get_ref_16x8_sse2_c64: 664
get_ref_16x8_sse3_c64: 602
get_ref_16x16_c: 1869
get_ref_16x16_mmx: 1160
get_ref_16x16_mmx_c64: 1062
get_ref_16x16_mmx_c32: 1325
get_ref_16x16_sse2: 1151
get_ref_16x16_sse2_c64: 1060
get_ref_16x16_sse3_c64: 1135
get_ref_20x18_c: 4512
get_ref_20x18_mmx: 1702
get_ref_20x18_mmx_c64: 1678
get_ref_20x18_mmx_c32: 1781
get_ref_20x18_sse2: 1753
get_ref_20x18_sse2_c64: 1692
get_ref_20x18_sse3_c64: 1742
hpel_filter_c: 208891
hpel_filter_mmx: 70595
hpel_filter_sse2: 42690
hpel_filter_ssse3: 39014
idct4x4dc_c: 854
idct4x4dc_mmx: 70
intra_predict_4x4_ddl_c: 270
intra_predict_4x4_ddl_mmx: 29
intra_predict_4x4_vl_c: 270
intra_predict_4x4_vl_mmx: 40
intra_predict_8x8_dc_c: 108
intra_predict_8x8_dc_mmx: 42
intra_predict_8x8_dcl_c: 53
intra_predict_8x8_dcl_mmx: 43
intra_predict_8x8_dct_c: 53
intra_predict_8x8_dct_mmx: 31
intra_predict_8x8_ddl_c: 998
intra_predict_8x8_ddl_mmx: 118
intra_predict_8x8_ddl_sse2: 108
intra_predict_8x8_ddr_c: 1042
intra_predict_8x8_ddr_mmx: 184
intra_predict_8x8_ddr_sse2: 104
intra_predict_8x8_v_c: 40
intra_predict_8x8_v_mmx: 45
intra_predict_8x8_vl_c: 910
intra_predict_8x8_vl_sse2: 103
intra_predict_8x8_vr_c: 994
intra_predict_8x8_vr_mmx: 426
intra_predict_8x8c_dc_c: 284
intra_predict_8x8c_dc_mmx: 112
intra_predict_8x8c_p_c: 2233
intra_predict_8x8c_p_mmx: 684
intra_predict_8x8c_v_c: 44
intra_predict_8x8c_v_mmx: 43
intra_predict_16x16_dc_c: 966
intra_predict_16x16_dc_mmx: 705
intra_predict_16x16_dc_sse2: 273
intra_predict_16x16_dct_c: 800
intra_predict_16x16_dct_mmx: 410
intra_predict_16x16_dct_sse2: 69
intra_predict_16x16_p_c: 7571
intra_predict_16x16_p_mmx: 1511
intra_predict_16x16_p_sse2: 1031
intra_predict_16x16_v_c: 720
intra_predict_16x16_v_mmx: 370
intra_predict_16x16_v_sse2: 40
intra_sa8d_x3_8x8_mmx: 3018
intra_satd_x3_4x4_mmx: 546
intra_satd_x3_4x4_ssse3: 535
intra_satd_x3_8x8c_mmx: 2148
intra_satd_x3_8x8c_ssse3: 2004
intra_satd_x3_16x16_mmx: 7271
intra_satd_x3_16x16_ssse3: 6753
mc_chroma_2x2_c: 476
mc_chroma_2x2_mmx: 258
mc_chroma_2x4_c: 952
mc_chroma_2x4_mmx: 400
mc_chroma_4x2_c: 797
mc_chroma_4x2_mmx: 276
mc_chroma_4x4_c: 1574
mc_chroma_4x4_mmx: 418
mc_chroma_4x8_c: 3145
mc_chroma_4x8_mmx: 727
mc_chroma_8x4_c: 2894
mc_chroma_8x4_mmx: 701
mc_chroma_8x8_c: 5723
mc_chroma_8x8_mmx: 1286
mc_luma_4x4_c: 929
mc_luma_4x4_mmx: 355
mc_luma_4x4_mmx_c64: 354
mc_luma_4x4_mmx_c32: 358
mc_luma_4x4_sse2: 357
mc_luma_4x4_sse2_c64: 356
mc_luma_4x4_sse3_c64: 359
mc_luma_4x8_c: 1766
mc_luma_4x8_mmx: 409
mc_luma_4x8_mmx_c64: 405
mc_luma_4x8_mmx_c32: 402
mc_luma_4x8_sse2: 406
mc_luma_4x8_sse2_c64: 407
mc_luma_4x8_sse3_c64: 406
mc_luma_8x4_c: 1316
mc_luma_8x4_mmx: 359
mc_luma_8x4_mmx_c64: 371
mc_luma_8x4_mmx_c32: 392
mc_luma_8x4_sse2: 362
mc_luma_8x4_sse2_c64: 372
mc_luma_8x4_sse3_c64: 374
mc_luma_8x8_c: 2544
mc_luma_8x8_mmx: 413
mc_luma_8x8_mmx_c64: 440
mc_luma_8x8_mmx_c32: 461
mc_luma_8x8_sse2: 412
mc_luma_8x8_sse2_c64: 431
mc_luma_8x8_sse3_c64: 432
mc_luma_8x16_c: 4992
mc_luma_8x16_mmx: 682
mc_luma_8x16_mmx_c64: 676
mc_luma_8x16_mmx_c32: 719
mc_luma_8x16_sse2: 683
mc_luma_8x16_sse2_c64: 679
mc_luma_8x16_sse3_c64: 678
mc_luma_16x8_c: 4048
mc_luma_16x8_mmx: 615
mc_luma_16x8_mmx_c64: 726
mc_luma_16x8_mmx_c32: 863
mc_luma_16x8_sse2: 656
mc_luma_16x8_sse2_c64: 727
mc_luma_16x8_sse3_c64: 652
mc_luma_16x16_c: 1876
mc_luma_16x16_mmx: 1352
mc_luma_16x16_mmx_c64: 1297
mc_luma_16x16_mmx_c32: 1540
mc_luma_16x16_sse2: 1272
mc_luma_16x16_sse2_c64: 1197
mc_luma_16x16_sse3_c64: 1262
quant_2x2_dc_c: 130
quant_2x2_dc_mmx: 40
quant_2x2_dc_ssse3: 39
quant_4x4_c: 516
quant_4x4_mmx: 118
quant_4x4_sse2: 85
quant_4x4_ssse3: 39
quant_4x4_dc_c: 567
quant_4x4_dc_mmx: 60
quant_4x4_dc_sse2: 40
quant_4x4_dc_ssse3: 39
quant_8x8_c: 2728
quant_8x8_mmx: 539
quant_8x8_sse2: 280
quant_8x8_ssse3: 191
sa8d_8x8_c: 6056
sa8d_8x8_mmx: 1898
sa8d_8x8_sse2: 1012
sa8d_8x8_ssse3: 962
sa8d_8x8_sse4: 964
sa8d_16x16_c: 25693
sa8d_16x16_mmx: 7810
sa8d_16x16_sse2: 4467
sa8d_16x16_ssse3: 4355
sa8d_16x16_sse4: 4590
sad_4x4_c: 582
sad_4x4_mmx: 39
sad_4x8_c: 1205
sad_4x8_mmx: 63
sad_8x4_c: 1031
sad_8x4_mmx: 39
sad_8x4_mmx_c64: 52
sad_8x4_mmx_c32: 65
sad_8x8_c: 2006
sad_8x8_mmx: 64
sad_8x8_mmx_c64: 63
sad_8x8_mmx_c32: 87
sad_8x16_c: 3983
sad_8x16_mmx: 235
sad_8x16_mmx_c64: 280
sad_8x16_mmx_c32: 310
sad_16x8_c: 3528
sad_16x8_mmx: 247
sad_16x8_mmx_c64: 301
sad_16x8_mmx_c32: 359
sad_16x8_sse2: 165
sad_16x8_sse2_c64: 248
sad_16x8_sse3_c64: 165
sad_16x8_ssse3_c64: 244
sad_16x16_c: 7060
sad_16x16_mmx: 611
sad_16x16_mmx_c64: 629
sad_16x16_mmx_c32: 752
sad_16x16_sse2: 537
sad_16x16_sse2_c64: 450
sad_16x16_sse3_c64: 534
sad_16x16_ssse3_c64: 423
sad_x3_4x4_c: 1948
sad_x3_4x4_mmx: 100
sad_x3_4x8_c: 3538
sad_x3_4x8_mmx: 316
sad_x3_8x4_c: 3118
sad_x3_8x4_mmx: 185
sad_x3_8x8_c: 6353
sad_x3_8x8_mmx: 372
sad_x3_8x8_mmx_c64: 480
sad_x3_8x8_mmx_c32: 600
sad_x3_8x16_c: 13160
sad_x3_8x16_mmx: 937
sad_x3_8x16_mmx_c64: 869
sad_x3_8x16_mmx_c32: 1052
sad_x3_16x8_c: 10900
sad_x3_16x8_mmx: 865
sad_x3_16x8_mmx_c64: 1041
sad_x3_16x8_mmx_c32: 1327
sad_x3_16x8_sse2: 823
sad_x3_16x8_sse2_c64: 798
sad_x3_16x8_sse3_c64: 822
sad_x3_16x8_ssse3_c64: 776
sad_x3_16x16_c: 23114
sad_x3_16x16_mmx: 1937
sad_x3_16x16_mmx_c64: 1954
sad_x3_16x16_mmx_c32: 2470
sad_x3_16x16_sse2: 1858
sad_x3_16x16_sse2_c64: 1450
sad_x3_16x16_sse3_c64: 1851
sad_x3_16x16_ssse3_c64: 1410
sad_x4_4x4_c: 2507
sad_x4_4x4_mmx: 250
sad_x4_4x8_c: 5022
sad_x4_4x8_mmx: 412
sad_x4_8x4_c: 4426
sad_x4_8x4_mmx: 311
sad_x4_8x8_c: 8784
sad_x4_8x8_mmx: 541
sad_x4_8x8_mmx_c64: 671
sad_x4_8x8_mmx_c32: 865
sad_x4_8x16_c: 17550
sad_x4_8x16_mmx: 1253
sad_x4_8x16_mmx_c64: 1175
sad_x4_8x16_mmx_c32: 1469
sad_x4_16x8_c: 15628
sad_x4_16x8_mmx: 1170
sad_x4_16x8_mmx_c64: 1400
sad_x4_16x8_mmx_c32: 1866
sad_x4_16x8_sse2: 1170
sad_x4_16x8_sse2_c64: 1105
sad_x4_16x8_sse3_c64: 1170
sad_x4_16x8_ssse3_c64: 1071
sad_x4_16x16_c: 6765
sad_x4_16x16_mmx: 2513
sad_x4_16x16_mmx_c64: 2594
sad_x4_16x16_mmx_c32: 3425
sad_x4_16x16_sse2: 2465
sad_x4_16x16_sse2_c64: 1974
sad_x4_16x16_sse3_c64: 2465
sad_x4_16x16_ssse3_c64: 1939
satd_4x4_c: 1270
satd_4x4_mmx: 476
satd_4x4_ssse3: 407
satd_4x8_c: 2862
satd_4x8_mmx: 771
satd_4x8_ssse3: 708
satd_8x4_c: 2781
satd_8x4_mmx: 767
satd_8x4_sse2: 458
satd_8x4_ssse3: 358
satd_8x4_sse4: 360
satd_8x8_c: 5708
satd_8x8_mmx: 1537
satd_8x8_sse2: 910
satd_8x8_ssse3: 746
satd_8x8_sse4: 751
satd_8x16_c: 11383
satd_8x16_mmx: 3041
satd_8x16_sse2: 1701
satd_8x16_ssse3: 1509
satd_8x16_sse4: 1472
satd_16x8_c: 11211
satd_16x8_mmx: 2982
satd_16x8_sse2: 1722
satd_16x8_ssse3: 1509
satd_16x8_sse4: 1474
satd_16x16_c: 22531
satd_16x16_mmx: 6062
satd_16x16_sse2: 3377
satd_16x16_ssse3: 3054
satd_16x16_sse4: 2995
ssd_4x4_c: 421
ssd_4x4_mmx: 86
ssd_4x8_c: 960
ssd_4x8_mmx: 215
ssd_8x4_c: 1287
ssd_8x4_mmx: 180
ssd_8x4_sse2: 67
ssd_8x8_c: 2696
ssd_8x8_mmx: 378
ssd_8x8_sse2: 190
ssd_8x16_c: 5555
ssd_8x16_mmx: 835
ssd_8x16_sse2: 412
ssd_16x8_c: 5344
ssd_16x8_mmx: 846
ssd_16x8_sse2: 398
ssd_16x16_c: 10702
ssd_16x16_mmx: 1774
ssd_16x16_sse2: 818
sub4x4_dct_c: 896
sub4x4_dct_mmx: 127
sub8x8_dct_c: 4054
sub8x8_dct_mmx: 1228
sub8x8_dct_sse2: 630
sub8x8_dct8_c: 7847
sub8x8_dct8_mmx: 1697
sub8x8_dct8_sse2: 864
sub16x16_dct_c: 16326
sub16x16_dct_mmx: 4863
sub16x16_dct_sse2: 2893
sub16x16_dct8_c: 32469
sub16x16_dct8_mmx: 6817
sub16x16_dct8_sse2: 3539
zigzag_scan_4x4_field_c: 30
zigzag_scan_4x4_field_mmx: 29
zigzag_sub_4x4_frame_c: 260
zigzag_sub_4x4_frame_ssse3: 129
Windows Vista 32bit SP1
Processor 1 (ID = 0)
Number of cores 2 (max 2)
Number of threads 2 (max 2)
Name Intel Mobile Core 2 Duo T7300
Codename Merom
Specification Intel(R) Core(TM)2 Duo CPU T7300 @ 2.00GHz
Package Socket P (478) (platform ID = 7h)
CPUID 6.F.A
Extended CPUID 6.F
Core Stepping E1
Technology 65 nm
Core Speed 1194.1 MHz (6.0 x 199.0 MHz)
Rated Bus speed 796.1 MHz
Stock frequency 2000 MHz
Instructions sets MMX, SSE, SSE2, SSE3, SSSE3, EM64T
L1 Data cache 2 x 32 KBytes, 8-way set associative, 64-byte line size
L1 Instruction cache 2 x 32 KBytes, 8-way set associative, 64-byte line size
L2 cache 4096 KBytes, 16-way set associative, 64-byte line size
FID/VID Control yes
FID range 6.0x - 11.0x
max VID 1.388 V
Features XD, VT
add4x4_idct_c: 2070
add4x4_idct_mmx: 426
add8x8_idct_c: 7526
add8x8_idct_mmx: 1337
add8x8_idct_sse2: 1114
add8x8_idct8_c: 14164
add8x8_idct8_mmx: 1904
add8x8_idct8_sse2: 1280
add16x16_idct_c: 33302
add16x16_idct_mmx: 5215
add16x16_idct_sse2: 4383
add16x16_idct8_c: 56340
add16x16_idct8_mmx: 7212
add16x16_idct8_sse2: 4997
avg_4x2_c: 326
avg_4x2_mmx: 128
avg_4x4_c: 694
avg_4x4_mmx: 162
avg_4x8_c: 895
avg_4x8_mmx: 248
avg_8x4_c: 915
avg_8x4_mmx: 161
avg_8x8_c: 1464
avg_8x8_mmx: 250
avg_8x16_c: 2784
avg_8x16_mmx: 426
avg_16x8_c: 2698
avg_16x8_mmx: 436
avg_16x8_sse2: 300
avg_16x16_c: 5266
avg_16x16_mmx: 752
avg_16x16_sse2: 622
avg_weight_4x4_c: 919
avg_weight_4x4_mmx: 390
avg_weight_8x4_c: 1503
avg_weight_8x4_mmx: 754
avg_weight_8x8_c: 3074
avg_weight_8x8_mmx: 1292
avg_weight_8x16_c: 5954
avg_weight_8x16_mmx: 2314
avg_weight_16x8_c: 5577
avg_weight_16x8_mmx: 1903
avg_weight_16x16_c: 11023
avg_weight_16x16_mmx: 3412
cabac_encode_decision_c: 1815181
cabac_encode_decision_mmx: 1430480
dct4x4dc_c: 824
dct4x4dc_mmx: 307
deblock_h_chroma_c: 1276
deblock_h_chroma_mmx: 781
deblock_h_chroma_intra_c: 1001
deblock_h_chroma_intra_mmx: 636
deblock_h_luma_c: 3613
deblock_h_luma_mmx: 2122
deblock_h_luma_sse2: 1730
deblock_h_luma_intra_c: 3753
deblock_h_luma_intra_mmx: 3144
deblock_h_luma_intra_sse2: 2324
deblock_v_chroma_c: 1378
deblock_v_chroma_mmx: 382
deblock_v_chroma_intra_c: 1075
deblock_v_chroma_intra_mmx: 393
deblock_v_luma_c: 3979
deblock_v_luma_mmx: 1174
deblock_v_luma_sse2: 588
deblock_v_luma_intra_c: 4481
deblock_v_luma_intra_mmx: 1850
deblock_v_luma_intra_sse2: 890
dequant_4x4_cqm_c: 620
dequant_4x4_cqm_mmx: 266
dequant_4x4_cqm_sse2: 233
dequant_4x4_flat_c: 618
dequant_4x4_flat_mmx: 198
dequant_4x4_flat_sse2: 158
dequant_8x8_cqm_c: 2481
dequant_8x8_cqm_mmx: 919
dequant_8x8_cqm_sse2: 672
dequant_8x8_flat_c: 2430
dequant_8x8_flat_mmx: 493
dequant_8x8_flat_sse2: 388
esa_ads_c: 3682
esa_ads_mmx: 1292
esa_ads_sse2: 1234
esa_ads_ssse3: 1193
get_ref_4x4_c: 1119
get_ref_4x4_mmx: 488
get_ref_4x4_mmx_c64: 494
get_ref_4x4_mmx_c32: 490
get_ref_4x4_sse2: 490
get_ref_4x4_sse2_c64: 487
get_ref_4x4_sse3_c64: 490
get_ref_4x8_c: 2020
get_ref_4x8_mmx: 626
get_ref_4x8_mmx_c64: 616
get_ref_4x8_mmx_c32: 629
get_ref_4x8_sse2: 628
get_ref_4x8_sse2_c64: 623
get_ref_4x8_sse3_c64: 627
get_ref_8x4_c: 1652
get_ref_8x4_mmx: 514
get_ref_8x4_mmx_c64: 464
get_ref_8x4_mmx_c32: 486
get_ref_8x4_sse2: 516
get_ref_8x4_sse2_c64: 470
get_ref_8x4_sse3_c64: 466
get_ref_8x8_c: 2756
get_ref_8x8_mmx: 685
get_ref_8x8_mmx_c64: 548
get_ref_8x8_mmx_c32: 583
get_ref_8x8_sse2: 684
get_ref_8x8_sse2_c64: 554
get_ref_8x8_sse3_c64: 556
get_ref_8x16_c: 5350
get_ref_8x16_mmx: 1008
get_ref_8x16_mmx_c64: 756
get_ref_8x16_mmx_c32: 795
get_ref_8x16_sse2: 1013
get_ref_8x16_sse2_c64: 754
get_ref_8x16_sse3_c64: 753
get_ref_12x10_c: 4407
get_ref_12x10_mmx: 1089
get_ref_12x10_mmx_c64: 908
get_ref_12x10_mmx_c32: 1014
get_ref_12x10_sse2: 1091
get_ref_12x10_sse2_c64: 873
get_ref_12x10_sse3_c64: 1126
get_ref_16x8_c: 4256
get_ref_16x8_mmx: 1002
get_ref_16x8_mmx_c64: 798
get_ref_16x8_mmx_c32: 916
get_ref_16x8_sse2: 985
get_ref_16x8_sse2_c64: 782
get_ref_16x8_sse3_c64: 982
get_ref_16x16_c: 2220
get_ref_16x16_mmx: 1605
get_ref_16x16_mmx_c64: 1206
get_ref_16x16_mmx_c32: 1461
get_ref_16x16_sse2: 1578
get_ref_16x16_sse2_c64: 1188
get_ref_16x16_sse3_c64: 1574
get_ref_20x18_c: 4768
get_ref_20x18_mmx: 2206
get_ref_20x18_mmx_c64: 1843
get_ref_20x18_mmx_c32: 2250
get_ref_20x18_sse2: 2101
get_ref_20x18_sse2_c64: 1841
get_ref_20x18_sse3_c64: 2102
hpel_filter_c: 207261
hpel_filter_mmx: 99010
hpel_filter_sse2: 57826
hpel_filter_ssse3: 52474
idct4x4dc_c: 1049
idct4x4dc_mmx: 226
intra_predict_4x4_ddl_c: 301
intra_predict_4x4_ddl_mmx: 212
intra_predict_4x4_vl_c: 371
intra_predict_4x4_vl_mmx: 209
intra_predict_8x8_dc_c: 313
intra_predict_8x8_dc_mmx: 130
intra_predict_8x8_dcl_c: 240
intra_predict_8x8_dcl_mmx: 130
intra_predict_8x8_dct_c: 239
intra_predict_8x8_dct_mmx: 129
intra_predict_8x8_ddl_c: 1116
intra_predict_8x8_ddl_mmx: 344
intra_predict_8x8_ddl_sse2: 268
intra_predict_8x8_ddr_c: 1088
intra_predict_8x8_ddr_mmx: 417
intra_predict_8x8_ddr_sse2: 298
intra_predict_8x8_v_c: 149
intra_predict_8x8_v_mmx: 116
intra_predict_8x8_vl_c: 1092
intra_predict_8x8_vl_sse2: 277
intra_predict_8x8_vr_c: 1093
intra_predict_8x8_vr_mmx: 622
intra_predict_8x8c_dc_c: 356
intra_predict_8x8c_dc_mmx: 368
intra_predict_8x8c_p_c: 2429
intra_predict_8x8c_p_mmx: 888
intra_predict_8x8c_v_c: 130
intra_predict_8x8c_v_mmx: 124
intra_predict_16x16_dc_c: 1134
intra_predict_16x16_dc_mmx: 802
intra_predict_16x16_dc_sse2: 495
intra_predict_16x16_dct_c: 934
intra_predict_16x16_dct_mmx: 577
intra_predict_16x16_dct_sse2: 277
intra_predict_16x16_p_c: 7707
intra_predict_16x16_p_mmx: 1720
intra_predict_16x16_p_sse2: 1373
intra_predict_16x16_v_c: 778
intra_predict_16x16_v_mmx: 488
intra_predict_16x16_v_sse2: 178
intra_sa8d_x3_8x8_mmx: 3588
intra_satd_x3_4x4_mmx: 703
intra_satd_x3_4x4_ssse3: 731
intra_satd_x3_8x8c_mmx: 2281
intra_satd_x3_8x8c_ssse3: 2173
intra_satd_x3_16x16_mmx: 7470
intra_satd_x3_16x16_ssse3: 6887
mc_chroma_2x2_c: 716
mc_chroma_2x2_mmx: 454
mc_chroma_2x4_c: 1195
mc_chroma_2x4_mmx: 584
mc_chroma_4x2_c: 1037
mc_chroma_4x2_mmx: 463
mc_chroma_4x4_c: 1822
mc_chroma_4x4_mmx: 594
mc_chroma_4x8_c: 3366
mc_chroma_4x8_mmx: 952
mc_chroma_8x4_c: 3110
mc_chroma_8x4_mmx: 911
mc_chroma_8x8_c: 5940
mc_chroma_8x8_mmx: 1466
mc_luma_4x4_c: 1189
mc_luma_4x4_mmx: 510
mc_luma_4x4_mmx_c64: 508
mc_luma_4x4_mmx_c32: 507
mc_luma_4x4_sse2: 510
mc_luma_4x4_sse2_c64: 509
mc_luma_4x4_sse3_c64: 507
mc_luma_4x8_c: 1953
mc_luma_4x8_mmx: 662
mc_luma_4x8_mmx_c64: 659
mc_luma_4x8_mmx_c32: 660
mc_luma_4x8_sse2: 664
mc_luma_4x8_sse2_c64: 662
mc_luma_4x8_sse3_c64: 662
mc_luma_8x4_c: 1656
mc_luma_8x4_mmx: 544
mc_luma_8x4_mmx_c64: 510
mc_luma_8x4_mmx_c32: 528
mc_luma_8x4_sse2: 544
mc_luma_8x4_sse2_c64: 511
mc_luma_8x4_sse3_c64: 508
mc_luma_8x8_c: 2761
mc_luma_8x8_mmx: 715
mc_luma_8x8_mmx_c64: 588
mc_luma_8x8_mmx_c32: 616
mc_luma_8x8_sse2: 717
mc_luma_8x8_sse2_c64: 589
mc_luma_8x8_sse3_c64: 587
mc_luma_8x16_c: 5225
mc_luma_8x16_mmx: 1119
mc_luma_8x16_mmx_c64: 866
mc_luma_8x16_mmx_c32: 910
mc_luma_8x16_sse2: 1127
mc_luma_8x16_sse2_c64: 867
mc_luma_8x16_sse3_c64: 867
mc_luma_16x8_c: 4381
mc_luma_16x8_mmx: 1102
mc_luma_16x8_mmx_c64: 926
mc_luma_16x8_mmx_c32: 1062
mc_luma_16x8_sse2: 1094
mc_luma_16x8_sse2_c64: 925
mc_luma_16x8_sse3_c64: 1093
mc_luma_16x16_c: 2104
mc_luma_16x16_mmx: 1843
mc_luma_16x16_mmx_c64: 1482
mc_luma_16x16_mmx_c32: 1732
mc_luma_16x16_sse2: 1770
mc_luma_16x16_sse2_c64: 1431
mc_luma_16x16_sse3_c64: 1763
quant_2x2_dc_c: 280
quant_2x2_dc_mmx: 148
quant_2x2_dc_ssse3: 138
quant_4x4_c: 668
quant_4x4_mmx: 278
quant_4x4_sse2: 149
quant_4x4_ssse3: 128
quant_4x4_dc_c: 685
quant_4x4_dc_mmx: 258
quant_4x4_dc_sse2: 158
quant_4x4_dc_ssse3: 149
quant_8x8_c: 3235
quant_8x8_mmx: 682
quant_8x8_sse2: 407
quant_8x8_ssse3: 328
sa8d_8x8_c: 6211
sa8d_8x8_mmx: 2041
sa8d_8x8_sse2: 1568
sa8d_8x8_ssse3: 1494
sa8d_8x8_sse4: 1914
sa8d_16x16_c: 26130
sa8d_16x16_mmx: 8130
sa8d_16x16_sse2: 6128
sa8d_16x16_ssse3: 5936
sa8d_16x16_sse4: 7615
sad_4x4_c: 943
sad_4x4_mmx: 198
sad_4x8_c: 1357
sad_4x8_mmx: 275
sad_8x4_c: 1188
sad_8x4_mmx: 234
sad_8x4_mmx_c64: 188
sad_8x4_mmx_c32: 206
sad_8x8_c: 2230
sad_8x8_mmx: 397
sad_8x8_mmx_c64: 263
sad_8x8_mmx_c32: 287
sad_8x16_c: 4174
sad_8x16_mmx: 632
sad_8x16_mmx_c64: 422
sad_8x16_mmx_c32: 462
sad_16x8_c: 3674
sad_16x8_mmx: 641
sad_16x8_mmx_c64: 473
sad_16x8_mmx_c32: 556
sad_16x8_sse2: 577
sad_16x8_sse2_c64: 420
sad_16x8_sse3_c64: 578
sad_16x8_ssse3_c64: 385
sad_16x16_c: 7175
sad_16x16_mmx: 1152
sad_16x16_mmx_c64: 888
sad_16x16_mmx_c32: 1070
sad_16x16_sse2: 1008
sad_16x16_sse2_c64: 680
sad_16x16_sse3_c64: 1022
sad_16x16_ssse3_c64: 628
sad_x3_4x4_c: 2276
sad_x3_4x4_mmx: 359
sad_x3_4x8_c: 3787
sad_x3_4x8_mmx: 620
sad_x3_8x4_c: 3370
sad_x3_8x4_mmx: 506
sad_x3_8x8_c: 6558
sad_x3_8x8_mmx: 860
sad_x3_8x8_mmx_c64: 659
sad_x3_8x8_mmx_c32: 797
sad_x3_8x16_c: 13316
sad_x3_8x16_mmx: 1512
sad_x3_8x16_mmx_c64: 1048
sad_x3_8x16_mmx_c32: 1236
sad_x3_16x8_c: 11281
sad_x3_16x8_mmx: 1483
sad_x3_16x8_mmx_c64: 1244
sad_x3_16x8_mmx_c32: 1553
sad_x3_16x8_sse2: 1443
sad_x3_16x8_sse2_c64: 1043
sad_x3_16x8_sse3_c64: 1442
sad_x3_16x8_ssse3_c64: 996
sad_x3_16x16_c: 23258
sad_x3_16x16_mmx: 2759
sad_x3_16x16_mmx_c64: 2154
sad_x3_16x16_mmx_c32: 2694
sad_x3_16x16_sse2: 2722
sad_x3_16x16_sse2_c64: 1781
sad_x3_16x16_sse3_c64: 2714
sad_x3_16x16_ssse3_c64: 1670
sad_x4_4x4_c: 3035
sad_x4_4x4_mmx: 462
sad_x4_4x8_c: 5074
sad_x4_4x8_mmx: 803
sad_x4_8x4_c: 4567
sad_x4_8x4_mmx: 650
sad_x4_8x8_c: 9020
sad_x4_8x8_mmx: 1056
sad_x4_8x8_mmx_c64: 886
sad_x4_8x8_mmx_c32: 1098
sad_x4_8x16_c: 17742
sad_x4_8x16_mmx: 1926
sad_x4_8x16_mmx_c64: 1378
sad_x4_8x16_mmx_c32: 1687
sad_x4_16x8_c: 15802
sad_x4_16x8_mmx: 1872
sad_x4_16x8_mmx_c64: 1684
sad_x4_16x8_mmx_c32: 2259
sad_x4_16x8_sse2: 1844
sad_x4_16x8_sse2_c64: 1373
sad_x4_16x8_sse3_c64: 1852
sad_x4_16x8_ssse3_c64: 1296
sad_x4_16x16_c: 7100
sad_x4_16x16_mmx: 3527
sad_x4_16x16_mmx_c64: 2838
sad_x4_16x16_mmx_c32: 3692
sad_x4_16x16_sse2: 3500
sad_x4_16x16_sse2_c64: 2318
sad_x4_16x16_sse3_c64: 3502
sad_x4_16x16_ssse3_c64: 2178
satd_4x4_c: 1530
satd_4x4_mmx: 651
satd_4x4_ssse3: 615
satd_4x8_c: 3205
satd_4x8_mmx: 1035
satd_4x8_ssse3: 1003
satd_8x4_c: 3128
satd_8x4_mmx: 989
satd_8x4_sse2: 851
satd_8x4_ssse3: 853
satd_8x4_sse4: 886
satd_8x8_c: 6072
satd_8x8_mmx: 1783
satd_8x8_sse2: 1538
satd_8x8_ssse3: 1418
satd_8x8_sse4: 1592
satd_8x16_c: 11848
satd_8x16_mmx: 3275
satd_8x16_sse2: 2822
satd_8x16_ssse3: 2616
satd_8x16_sse4: 2981
satd_16x8_c: 11614
satd_16x8_mmx: 3317
satd_16x8_sse2: 2814
satd_16x8_ssse3: 2660
satd_16x8_sse4: 2948
satd_16x16_c: 23104
satd_16x16_mmx: 6336
satd_16x16_sse2: 5436
satd_16x16_ssse3: 4992
satd_16x16_sse4: 5734
ssd_4x4_c: 745
ssd_4x4_mmx: 257
ssd_4x8_c: 1232
ssd_4x8_mmx: 398
ssd_8x4_c: 1472
ssd_8x4_mmx: 338
ssd_8x4_sse2: 249
ssd_8x8_c: 2885
ssd_8x8_mmx: 502
ssd_8x8_sse2: 498
ssd_8x16_c: 5732
ssd_8x16_mmx: 989
ssd_8x16_sse2: 866
ssd_16x8_c: 5484
ssd_16x8_mmx: 1046
ssd_16x8_sse2: 745
ssd_16x16_c: 10758
ssd_16x16_mmx: 1968
ssd_16x16_sse2: 1380
sub4x4_dct_c: 1033
sub4x4_dct_mmx: 377
sub8x8_dct_c: 4218
sub8x8_dct_mmx: 1261
sub8x8_dct_sse2: 1170
sub8x8_dct8_c: 8030
sub8x8_dct8_mmx: 1865
sub8x8_dct8_sse2: 1289
sub16x16_dct_c: 16499
sub16x16_dct_mmx: 5092
sub16x16_dct_sse2: 4489
sub16x16_dct8_c: 32626
sub16x16_dct8_mmx: 6994
sub16x16_dct8_sse2: 4762
zigzag_scan_4x4_field_c: 147
zigzag_scan_4x4_field_mmx: 127
zigzag_sub_4x4_frame_c: 412
zigzag_sub_4x4_frame_ssse3: 278
canTsTop
4th June 2008, 20:28
AMD Athlon XP 1700+
Processor 1 (ID = 0)
Number of cores 1 (max 1)
Number of threads 1 (max 1)
Name AMD Athlon XP
Codename Thoroughbred
Specification AMD Athlon(tm) XP 1700+
Package Socket A (462)
CPUID 6.8.1
Extended CPUID 7.8
Core Stepping B0
Technology 0.13 um
Core Speed 1470.1 MHz (11.0 x 133.6 MHz)
Rated Bus speed 267.3 MHz
Instructions sets MMX (+), 3DNow! (+), SSE
L1 Data cache 64 KBytes, 2-way set associative, 64-byte line size
L1 Instruction cache 64 KBytes, 2-way set associative, 64-byte line size
L2 cache 256 KBytes, 16-way set associative, 64-byte line size
FID/VID Control no
Features
K7 Thermal sensor yes
add4x4_idct_c: 2998
add4x4_idct_mmx: 450
add8x8_idct_c: 11100
add8x8_idct_mmx: 1599
add8x8_idct8_c: 16578
add8x8_idct8_mmx: 2031
add16x16_idct_c: 46436
add16x16_idct_mmx: 6197
add16x16_idct8_c: 64626
add16x16_idct8_mmx: 7959
avg_4x2_c: 499
avg_4x2_mmx: 212
avg_4x4_c: 798
avg_4x4_mmx: 253
avg_4x8_c: 1492
avg_4x8_mmx: 342
avg_8x4_c: 1323
avg_8x4_mmx: 252
avg_8x8_c: 2545
avg_8x8_mmx: 342
avg_8x16_c: 5013
avg_8x16_mmx: 521
avg_16x8_c: 4797
avg_16x8_mmx: 512
avg_16x16_c: 9606
avg_16x16_mmx: 870
avg_weight_4x4_c: 1795
avg_weight_4x4_mmx: 447
avg_weight_8x4_c: 3310
avg_weight_8x4_mmx: 875
avg_weight_8x8_c: 6932
avg_weight_8x8_mmx: 1444
avg_weight_8x16_c: 13602
avg_weight_8x16_mmx: 2810
avg_weight_16x8_c: 13042
avg_weight_16x8_mmx: 2656
avg_weight_16x16_c: 25831
avg_weight_16x16_mmx: 5288
cabac_encode_decision_c: 1894690
cabac_encode_decision_mmx: 1807958
dct4x4dc_c: 1030
dct4x4dc_mmx: 320
deblock_h_chroma_c: 1911
deblock_h_chroma_mmx: 883
deblock_h_chroma_intra_c: 1366
deblock_h_chroma_intra_mmx: 787
deblock_h_luma_c: 5686
deblock_h_luma_mmx: 2480
deblock_h_luma_intra_c: 5299
deblock_h_luma_intra_mmx: 3686
deblock_v_chroma_c: 1985
deblock_v_chroma_mmx: 516
deblock_v_chroma_intra_c: 1614
deblock_v_chroma_intra_mmx: 450
deblock_v_luma_c: 6254
deblock_v_luma_mmx: 1700
deblock_v_luma_intra_c: 6508
deblock_v_luma_intra_mmx: 2410
dequant_4x4_cqm_c: 1126
dequant_4x4_cqm_mmx: 388
dequant_4x4_flat_c: 1121
dequant_4x4_flat_mmx: 310
dequant_8x8_cqm_c: 4726
dequant_8x8_cqm_mmx: 1205
dequant_8x8_flat_c: 4672
dequant_8x8_flat_mmx: 742
esa_ads_c: 5104
esa_ads_mmx: 1708
get_ref_4x4_c: 1526
get_ref_4x4_mmx: 610
get_ref_4x4_mmx_c64: 609
get_ref_4x4_mmx_c32: 609
get_ref_4x8_c: 2514
get_ref_4x8_mmx: 725
get_ref_4x8_mmx_c64: 724
get_ref_4x8_mmx_c32: 724
get_ref_8x4_c: 2205
get_ref_8x4_mmx: 617
get_ref_8x4_mmx_c64: 642
get_ref_8x4_mmx_c32: 652
get_ref_8x8_c: 3660
get_ref_8x8_mmx: 748
get_ref_8x8_mmx_c64: 777
get_ref_8x8_mmx_c32: 792
get_ref_8x16_c: 6764
get_ref_8x16_mmx: 1017
get_ref_8x16_mmx_c64: 1097
get_ref_8x16_mmx_c32: 1112
get_ref_12x10_c: 6540
get_ref_12x10_mmx: 970
get_ref_12x10_mmx_c64: 1092
get_ref_12x10_mmx_c32: 1202
get_ref_16x8_c: 6297
get_ref_16x8_mmx: 901
get_ref_16x8_mmx_c64: 1014
get_ref_16x8_mmx_c32: 1113
get_ref_16x16_c: 12097
get_ref_16x16_mmx: 1323
get_ref_16x16_mmx_c64: 1576
get_ref_16x16_mmx_c32: 1761
get_ref_20x18_c: 1581
get_ref_20x18_mmx: 1930
get_ref_20x18_mmx_c64: 2210
get_ref_20x18_mmx_c32: 2012
hpel_filter_c: 310526
hpel_filter_mmx: 50314
idct4x4dc_c: 1102
idct4x4dc_mmx: 269
intra_predict_4x4_ddl_c: 382
intra_predict_4x4_ddl_mmx: 166
intra_predict_4x4_vl_c: 341
intra_predict_4x4_vl_mmx: 116
intra_predict_8x8_dc_c: 392
intra_predict_8x8_dc_mmx: 212
intra_predict_8x8_dcl_c: 292
intra_predict_8x8_dcl_mmx: 206
intra_predict_8x8_dct_c: 292
intra_predict_8x8_dct_mmx: 172
intra_predict_8x8_ddl_c: 892
intra_predict_8x8_ddl_mmx: 452
intra_predict_8x8_ddr_c: 939
intra_predict_8x8_ddr_mmx: 478
intra_predict_8x8_v_c: 212
intra_predict_8x8_v_mmx: 166
intra_predict_8x8_vr_c: 988
intra_predict_8x8_vr_mmx: 494
intra_predict_8x8c_dc_c: 452
intra_predict_8x8c_dc_mmx: 352
intra_predict_8x8c_p_c: 3085
intra_predict_8x8c_p_mmx: 946
intra_predict_8x8c_v_c: 210
intra_predict_8x8c_v_mmx: 163
intra_predict_16x16_dc_c: 794
intra_predict_16x16_dc_mmx: 789
intra_predict_16x16_dct_c: 617
intra_predict_16x16_dct_mmx: 464
intra_predict_16x16_p_c: 9804
intra_predict_16x16_p_mmx: 2277
intra_predict_16x16_v_c: 482
intra_predict_16x16_v_mmx: 347
intra_sa8d_x3_8x8_mmx: 3419
intra_satd_x3_4x4_mmx: 880
intra_satd_x3_8x8c_mmx: 2728
intra_satd_x3_16x16_mmx: 9001
mc_chroma_2x2_c: 1176
mc_chroma_2x2_mmx: 520
mc_chroma_2x4_c: 2074
mc_chroma_2x4_mmx: 717
mc_chroma_4x2_c: 1851
mc_chroma_4x2_mmx: 519
mc_chroma_4x4_c: 3423
mc_chroma_4x4_mmx: 717
mc_chroma_4x8_c: 6268
mc_chroma_4x8_mmx: 1114
mc_chroma_8x4_c: 6252
mc_chroma_8x4_mmx: 1115
mc_chroma_8x8_c: 11810
mc_chroma_8x8_mmx: 2141
mc_luma_4x4_c: 1532
mc_luma_4x4_mmx: 668
mc_luma_4x4_mmx_c64: 668
mc_luma_4x4_mmx_c32: 668
mc_luma_4x8_c: 2516
mc_luma_4x8_mmx: 802
mc_luma_4x8_mmx_c64: 803
mc_luma_4x8_mmx_c32: 802
mc_luma_8x4_c: 2170
mc_luma_8x4_mmx: 688
mc_luma_8x4_mmx_c64: 702
mc_luma_8x4_mmx_c32: 710
mc_luma_8x8_c: 3694
mc_luma_8x8_mmx: 842
mc_luma_8x8_mmx_c64: 862
mc_luma_8x8_mmx_c32: 886
mc_luma_8x16_c: 6726
mc_luma_8x16_mmx: 1240
mc_luma_8x16_mmx_c64: 1280
mc_luma_8x16_mmx_c32: 1280
mc_luma_16x8_c: 6300
mc_luma_16x8_mmx: 1039
mc_luma_16x8_mmx_c64: 1140
mc_luma_16x8_mmx_c32: 1234
mc_luma_16x16_c: 12089
mc_luma_16x16_mmx: 1628
mc_luma_16x16_mmx_c64: 1824
mc_luma_16x16_mmx_c32: 1998
quant_2x2_dc_c: 515
quant_2x2_dc_mmx: 150
quant_4x4_c: 1242
quant_4x4_mmx: 365
quant_4x4_dc_c: 1599
quant_4x4_dc_mmx: 340
quant_8x8_c: 6140
quant_8x8_mmx: 1151
sa8d_8x8_c: 7489
sa8d_8x8_mmx: 2196
sa8d_16x16_c: 30323
sa8d_16x16_mmx: 8857
sad_4x4_c: 1052
sad_4x4_mmx: 233
sad_4x8_c: 1906
sad_4x8_mmx: 316
sad_8x4_c: 1697
sad_8x4_mmx: 244
sad_8x4_mmx_c64: 265
sad_8x4_mmx_c32: 277
sad_8x8_c: 3363
sad_8x8_mmx: 340
sad_8x8_mmx_c64: 369
sad_8x8_mmx_c32: 387
sad_8x16_c: 6680
sad_8x16_mmx: 536
sad_8x16_mmx_c64: 578
sad_8x16_mmx_c32: 611
sad_16x8_c: 6215
sad_16x8_mmx: 468
sad_16x8_mmx_c64: 540
sad_16x8_mmx_c32: 612
sad_16x16_c: 12351
sad_16x16_mmx: 786
sad_16x16_mmx_c64: 1007
sad_16x16_mmx_c32: 1209
sad_x3_4x4_c: 3060
sad_x3_4x4_mmx: 383
sad_x3_4x8_c: 5638
sad_x3_4x8_mmx: 545
sad_x3_8x4_c: 5118
sad_x3_8x4_mmx: 444
sad_x3_8x8_c: 9956
sad_x3_8x8_mmx: 664
sad_x3_8x8_mmx_c64: 821
sad_x3_8x8_mmx_c32: 967
sad_x3_8x16_c: 21114
sad_x3_8x16_mmx: 1092
sad_x3_8x16_mmx_c64: 1320
sad_x3_8x16_mmx_c32: 1540
sad_x3_16x8_c: 18930
sad_x3_16x8_mmx: 1114
sad_x3_16x8_mmx_c64: 1496
sad_x3_16x8_mmx_c32: 1845
sad_x3_16x16_c: 39764
sad_x3_16x16_mmx: 2030
sad_x3_16x16_mmx_c64: 2816
sad_x3_16x16_mmx_c32: 3577
sad_x4_4x4_c: 4237
sad_x4_4x4_mmx: 465
sad_x4_4x8_c: 7502
sad_x4_4x8_mmx: 670
sad_x4_8x4_c: 7142
sad_x4_8x4_mmx: 545
sad_x4_8x8_c: 14024
sad_x4_8x8_mmx: 809
sad_x4_8x8_mmx_c64: 1130
sad_x4_8x8_mmx_c32: 1366
sad_x4_8x16_c: 28316
sad_x4_8x16_mmx: 1377
sad_x4_8x16_mmx_c64: 1813
sad_x4_8x16_mmx_c32: 2164
sad_x4_16x8_c: 26582
sad_x4_16x8_mmx: 1372
sad_x4_16x8_mmx_c64: 2010
sad_x4_16x8_mmx_c32: 2552
sad_x4_16x16_c: 52926
sad_x4_16x16_mmx: 2514
sad_x4_16x16_mmx_c64: 3724
sad_x4_16x16_mmx_c32: 4827
satd_4x4_c: 1650
satd_4x4_mmx: 588
satd_4x8_c: 3472
satd_4x8_mmx: 970
satd_8x4_c: 3493
satd_8x4_mmx: 970
satd_8x8_c: 6972
satd_8x8_mmx: 1754
satd_8x16_c: 13531
satd_8x16_mmx: 3318
satd_16x8_c: 13774
satd_16x8_mmx: 3297
satd_16x16_c: 27032
satd_16x16_mmx: 6432
ssd_4x4_c: 934
ssd_4x4_mmx: 295
ssd_4x8_c: 1656
ssd_4x8_mmx: 450
ssd_8x4_c: 2124
ssd_8x4_mmx: 450
ssd_8x8_c: 3958
ssd_8x8_mmx: 784
ssd_8x16_c: 7915
ssd_8x16_mmx: 1427
ssd_16x8_c: 6920
ssd_16x8_mmx: 1429
ssd_16x16_c: 13775
ssd_16x16_mmx: 2747
sub4x4_dct_c: 1317
sub4x4_dct_mmx: 422
sub8x8_dct_c: 5246
sub8x8_dct_mmx: 1406
sub8x8_dct8_c: 9117
sub8x8_dct8_mmx: 2089
sub16x16_dct_c: 21016
sub16x16_dct_mmx: 5340
sub16x16_dct8_c: 36918
sub16x16_dct8_mmx: 8140
zigzag_scan_4x4_field_c: 230
zigzag_scan_4x4_field_mmx: 200
chainring
4th June 2008, 20:48
Processor 1 (ID = 0)
Number of cores 2 (max 2)
Number of threads 2 (max 2)
Name Intel Core Duo T2600
Codename Yonah
Specification Genuine Intel(R) CPU T2600 @ 2.16GHz
Package Socket 479 mPGA (platform ID = 5h)
CPUID 6.E.8
Extended CPUID 6.E
Core Stepping C0
Technology 65 nm
Core Speed 998.7 MHz (6.0 x 166.5 MHz)
Rated Bus speed 665.8 MHz
Stock frequency 2166 MHz
Instructions sets MMX, SSE, SSE2, SSE3
L1 Data cache 2 x 32 KBytes, 8-way set associative, 64-byte line size
L1 Instruction cache 2 x 32 KBytes, 8-way set associative, 64-byte line size
L2 cache 2048 KBytes, 8-way set associative, 64-byte line size
FID/VID Control yes
FID range 6.0x - 13.0x
max VID 1.263 V
Features XD, VT
add4x4_idct_c: 2664
add4x4_idct_mmx: 530
add8x8_idct_c: 9632
add8x8_idct_mmx: 1649
add8x8_idct_sse2: 1622
add8x8_idct8_c: 17101
add8x8_idct8_mmx: 2204
add8x8_idct8_sse2: 2229
add16x16_idct_c: 38527
add16x16_idct_mmx: 6151
add16x16_idct_sse2: 6270
add16x16_idct8_c: 68609
add16x16_idct8_mmx: 8272
add16x16_idct8_sse2: 8344
avg_4x2_c: 420
avg_4x2_mmx: 260
avg_4x4_c: 659
avg_4x4_mmx: 329
avg_4x8_c: 1071
avg_4x8_mmx: 429
avg_8x4_c: 1060
avg_8x4_mmx: 329
avg_8x8_c: 1870
avg_8x8_mmx: 429
avg_8x16_c: 3550
avg_8x16_mmx: 580
avg_16x8_c: 3470
avg_16x8_mmx: 511
avg_16x8_sse2: 560
avg_16x16_c: 6751
avg_16x16_mmx: 869
avg_16x16_sse2: 929
avg_weight_4x4_c: 1328
avg_weight_4x4_mmx: 510
avg_weight_8x4_c: 2330
avg_weight_8x4_mmx: 922
avg_weight_8x8_c: 4596
avg_weight_8x8_mmx: 1669
avg_weight_8x16_c: 8828
avg_weight_8x16_mmx: 2764
avg_weight_16x8_c: 8581
avg_weight_16x8_mmx: 2687
avg_weight_16x16_c: 16890
avg_weight_16x16_mmx: 4817
cabac_encode_decision_c: 2002027
cabac_encode_decision_mmx: 1469826
dct4x4dc_c: 1199
dct4x4dc_mmx: 350
deblock_h_chroma_c: 1592
deblock_h_chroma_mmx: 968
deblock_h_chroma_intra_c: 1224
deblock_h_chroma_intra_mmx: 919
deblock_h_luma_c: 4458
deblock_h_luma_mmx: 2560
deblock_h_luma_sse2: 2415
deblock_h_luma_intra_c: 4398
deblock_h_luma_intra_mmx: 3626
deblock_h_luma_intra_sse2: 3433
deblock_v_chroma_c: 1735
deblock_v_chroma_mmx: 531
deblock_v_chroma_intra_c: 1376
deblock_v_chroma_intra_mmx: 510
deblock_v_luma_c: 4904
deblock_v_luma_mmx: 1536
deblock_v_luma_sse2: 1204
deblock_v_luma_intra_c: 5608
deblock_v_luma_intra_mmx: 2399
deblock_v_luma_intra_sse2: 2029
dequant_4x4_cqm_c: 831
dequant_4x4_cqm_mmx: 438
dequant_4x4_cqm_sse2: 444
dequant_4x4_flat_c: 827
dequant_4x4_flat_mmx: 279
dequant_4x4_flat_sse2: 260
dequant_8x8_cqm_c: 3374
dequant_8x8_cqm_mmx: 1201
dequant_8x8_cqm_sse2: 1097
dequant_8x8_flat_c: 3310
dequant_8x8_flat_mmx: 701
dequant_8x8_flat_sse2: 660
esa_ads_c: 4288
esa_ads_mmx: 1732
esa_ads_sse2: 1820
get_ref_4x4_c: 1353
get_ref_4x4_mmx: 661
get_ref_4x4_mmx_c64: 661
get_ref_4x4_mmx_c32: 660
get_ref_4x4_sse2: 660
get_ref_4x4_sse2_c64: 660
get_ref_4x4_sse3_c64: 662
get_ref_4x8_c: 2296
get_ref_4x8_mmx: 806
get_ref_4x8_mmx_c64: 805
get_ref_4x8_mmx_c32: 808
get_ref_4x8_sse2: 807
get_ref_4x8_sse2_c64: 806
get_ref_4x8_sse3_c64: 808
get_ref_8x4_c: 1856
get_ref_8x4_mmx: 682
get_ref_8x4_mmx_c64: 643
get_ref_8x4_mmx_c32: 665
get_ref_8x4_sse2: 680
get_ref_8x4_sse2_c64: 642
get_ref_8x4_sse3_c64: 644
get_ref_8x8_c: 3270
get_ref_8x8_mmx: 877
get_ref_8x8_mmx_c64: 740
get_ref_8x8_mmx_c32: 780
get_ref_8x8_sse2: 874
get_ref_8x8_sse2_c64: 739
get_ref_8x8_sse3_c64: 742
get_ref_8x16_c: 6078
get_ref_8x16_mmx: 1295
get_ref_8x16_mmx_c64: 936
get_ref_8x16_mmx_c32: 1014
get_ref_8x16_sse2: 1286
get_ref_8x16_sse2_c64: 936
get_ref_8x16_sse3_c64: 940
get_ref_12x10_c: 5168
get_ref_12x10_mmx: 1335
get_ref_12x10_mmx_c64: 1090
get_ref_12x10_mmx_c32: 1210
get_ref_12x10_sse2: 1327
get_ref_12x10_sse2_c64: 1117
get_ref_12x10_sse3_c64: 1476
get_ref_16x8_c: 5214
get_ref_16x8_mmx: 1227
get_ref_16x8_mmx_c64: 973
get_ref_16x8_mmx_c32: 1104
get_ref_16x8_sse2: 1286
get_ref_16x8_sse2_c64: 1012
get_ref_16x8_sse3_c64: 1281
get_ref_16x16_c: 2898
get_ref_16x16_mmx: 2043
get_ref_16x16_mmx_c64: 1388
get_ref_16x16_mmx_c32: 1655
get_ref_16x16_sse2: 2146
get_ref_16x16_sse2_c64: 1484
get_ref_16x16_sse3_c64: 2131
get_ref_20x18_c: 18446744073709551616
get_ref_20x18_mmx: 2845
get_ref_20x18_mmx_c64: 2058
get_ref_20x18_mmx_c32: 2747
get_ref_20x18_sse2: 2909
get_ref_20x18_sse2_c64: 2152
get_ref_20x18_sse3_c64: 2893
hpel_filter_c: 239824
hpel_filter_mmx: 113752
hpel_filter_sse2: 95064
idct4x4dc_c: 1290
idct4x4dc_mmx: 380
intra_predict_4x4_ddl_c: 459
intra_predict_4x4_ddl_mmx: 244
intra_predict_4x4_vl_c: 490
intra_predict_4x4_vl_mmx: 220
intra_predict_8x8_dc_c: 430
intra_predict_8x8_dc_mmx: 230
intra_predict_8x8_dcl_c: 368
intra_predict_8x8_dcl_mmx: 250
intra_predict_8x8_dct_c: 369
intra_predict_8x8_dct_mmx: 249
intra_predict_8x8_ddl_c: 1352
intra_predict_8x8_ddl_mmx: 437
intra_predict_8x8_ddl_sse2: 573
intra_predict_8x8_ddr_c: 1384
intra_predict_8x8_ddr_mmx: 450
intra_predict_8x8_ddr_sse2: 512
intra_predict_8x8_v_c: 290
intra_predict_8x8_v_mmx: 169
intra_predict_8x8_vl_c: 1388
intra_predict_8x8_vl_sse2: 539
intra_predict_8x8_vr_c: 1300
intra_predict_8x8_vr_mmx: 732
intra_predict_8x8c_dc_c: 510
intra_predict_8x8c_dc_mmx: 421
intra_predict_8x8c_p_c: 3052
intra_predict_8x8c_p_mmx: 1097
intra_predict_8x8c_v_c: 232
intra_predict_8x8c_v_mmx: 140
intra_predict_16x16_dc_c: 1249
intra_predict_16x16_dc_mmx: 962
intra_predict_16x16_dc_sse2: 956
intra_predict_16x16_dct_c: 1092
intra_predict_16x16_dct_mmx: 663
intra_predict_16x16_dct_sse2: 752
intra_predict_16x16_p_c: 9898
intra_predict_16x16_p_mmx: 2435
intra_predict_16x16_p_sse2: 2470
intra_predict_16x16_v_c: 850
intra_predict_16x16_v_mmx: 571
intra_predict_16x16_v_sse2: 628
intra_sa8d_x3_8x8_mmx: 3438
intra_satd_x3_4x4_mmx: 979
intra_satd_x3_8x8c_mmx: 2760
intra_satd_x3_16x16_mmx: 9039
mc_chroma_2x2_c: 833
mc_chroma_2x2_mmx: 565
mc_chroma_2x4_c: 1307
mc_chroma_2x4_mmx: 814
mc_chroma_4x2_c: 1180
mc_chroma_4x2_mmx: 565
mc_chroma_4x4_c: 2022
mc_chroma_4x4_mmx: 814
mc_chroma_4x8_c: 3508
mc_chroma_4x8_mmx: 1316
mc_chroma_8x4_c: 3326
mc_chroma_8x4_mmx: 1216
mc_chroma_8x8_c: 6199
mc_chroma_8x8_mmx: 2142
mc_luma_4x4_c: 1362
mc_luma_4x4_mmx: 620
mc_luma_4x4_mmx_c64: 621
mc_luma_4x4_mmx_c32: 621
mc_luma_4x4_sse2: 620
mc_luma_4x4_sse2_c64: 620
mc_luma_4x4_sse3_c64: 620
mc_luma_4x8_c: 2296
mc_luma_4x8_mmx: 800
mc_luma_4x8_mmx_c64: 798
mc_luma_4x8_mmx_c32: 802
mc_luma_4x8_sse2: 800
mc_luma_4x8_sse2_c64: 800
mc_luma_4x8_sse3_c64: 800
mc_luma_8x4_c: 1859
mc_luma_8x4_mmx: 656
mc_luma_8x4_mmx_c64: 622
mc_luma_8x4_mmx_c32: 646
mc_luma_8x4_sse2: 653
mc_luma_8x4_sse2_c64: 622
mc_luma_8x4_sse3_c64: 623
mc_luma_8x8_c: 3262
mc_luma_8x8_mmx: 888
mc_luma_8x8_mmx_c64: 764
mc_luma_8x8_mmx_c32: 808
mc_luma_8x8_sse2: 883
mc_luma_8x8_sse2_c64: 765
mc_luma_8x8_sse3_c64: 764
mc_luma_8x16_c: 6068
mc_luma_8x16_mmx: 1370
mc_luma_8x16_mmx_c64: 1030
mc_luma_8x16_mmx_c32: 1115
mc_luma_8x16_sse2: 1362
mc_luma_8x16_sse2_c64: 1034
mc_luma_8x16_sse3_c64: 1035
mc_luma_16x8_c: 5220
mc_luma_16x8_mmx: 1253
mc_luma_16x8_mmx_c64: 1042
mc_luma_16x8_mmx_c32: 1184
mc_luma_16x8_sse2: 1327
mc_luma_16x8_sse2_c64: 1117
mc_luma_16x8_sse3_c64: 1319
mc_luma_16x16_c: 2900
mc_luma_16x16_mmx: 2240
mc_luma_16x16_mmx_c64: 1621
mc_luma_16x16_mmx_c32: 1898
mc_luma_16x16_sse2: 2320
mc_luma_16x16_sse2_c64: 1732
mc_luma_16x16_sse3_c64: 2302
quant_2x2_dc_c: 421
quant_2x2_dc_mmx: 210
quant_4x4_c: 903
quant_4x4_mmx: 399
quant_4x4_sse2: 330
quant_4x4_dc_c: 962
quant_4x4_dc_mmx: 380
quant_4x4_dc_sse2: 340
quant_8x8_c: 4190
quant_8x8_mmx: 983
quant_8x8_sse2: 1007
sa8d_8x8_c: 7452
sa8d_8x8_mmx: 2261
sa8d_8x8_sse2: 2196
sa8d_16x16_c: 30861
sa8d_16x16_mmx: 8751
sa8d_16x16_sse2: 9780
sad_4x4_c: 978
sad_4x4_mmx: 282
sad_4x8_c: 1601
sad_4x8_mmx: 419
sad_8x4_c: 1433
sad_8x4_mmx: 383
sad_8x4_mmx_c64: 304
sad_8x4_mmx_c32: 328
sad_8x8_c: 2754
sad_8x8_mmx: 463
sad_8x8_mmx_c64: 407
sad_8x8_mmx_c32: 434
sad_8x16_c: 5167
sad_8x16_mmx: 821
sad_8x16_mmx_c64: 681
sad_8x16_mmx_c32: 723
sad_16x8_c: 4804
sad_16x8_mmx: 758
sad_16x8_mmx_c64: 689
sad_16x8_mmx_c32: 798
sad_16x8_sse2: 723
sad_16x8_sse2_c64: 834
sad_16x8_sse3_c64: 723
sad_16x16_c: 9438
sad_16x16_mmx: 1470
sad_16x16_mmx_c64: 1116
sad_16x16_mmx_c32: 1313
sad_16x16_sse2: 1368
sad_16x16_sse2_c64: 1256
sad_16x16_sse3_c64: 1368
sad_x3_4x4_c: 2510
sad_x3_4x4_mmx: 509
sad_x3_4x8_c: 4610
sad_x3_4x8_mmx: 874
sad_x3_8x4_c: 4220
sad_x3_8x4_mmx: 644
sad_x3_8x8_c: 8010
sad_x3_8x8_mmx: 968
sad_x3_8x8_mmx_c64: 1014
sad_x3_8x8_mmx_c32: 1133
sad_x3_8x16_c: 15942
sad_x3_8x16_mmx: 1915
sad_x3_8x16_mmx_c64: 1621
sad_x3_8x16_mmx_c32: 1813
sad_x3_16x8_c: 14532
sad_x3_16x8_mmx: 1694
sad_x3_16x8_mmx_c64: 1760
sad_x3_16x8_mmx_c32: 2200
sad_x3_16x8_sse2: 1833
sad_x3_16x8_sse2_c64: 2077
sad_x3_16x8_sse3_c64: 1833
sad_x3_16x16_c: 1036
sad_x3_16x16_mmx: 3420
sad_x3_16x16_mmx_c64: 3092
sad_x3_16x16_mmx_c32: 3804
sad_x3_16x16_sse2: 3668
sad_x3_16x16_sse2_c64: 3550
sad_x3_16x16_sse3_c64: 3668
sad_x4_4x4_c: 3441
sad_x4_4x4_mmx: 597
sad_x4_4x8_c: 6360
sad_x4_4x8_mmx: 941
sad_x4_8x4_c: 5670
sad_x4_8x4_mmx: 748
sad_x4_8x8_c: 10910
sad_x4_8x8_mmx: 1272
sad_x4_8x8_mmx_c64: 1275
sad_x4_8x8_mmx_c32: 1510
sad_x4_8x16_c: 21506
sad_x4_8x16_mmx: 2460
sad_x4_8x16_mmx_c64: 2089
sad_x4_8x16_mmx_c32: 2438
sad_x4_16x8_c: 19974
sad_x4_16x8_mmx: 2161
sad_x4_16x8_mmx_c64: 2301
sad_x4_16x8_mmx_c32: 2992
sad_x4_16x8_sse2: 2408
sad_x4_16x8_sse2_c64: 2614
sad_x4_16x8_sse3_c64: 2408
sad_x4_16x16_c: 11084
sad_x4_16x16_mmx: 4388
sad_x4_16x16_mmx_c64: 4100
sad_x4_16x16_mmx_c32: 5190
sad_x4_16x16_sse2: 4883
sad_x4_16x16_sse2_c64: 4690
sad_x4_16x16_sse3_c64: 4883
satd_4x4_c: 1870
satd_4x4_mmx: 661
satd_4x8_c: 3860
satd_4x8_mmx: 1062
satd_8x4_c: 3779
satd_8x4_mmx: 1122
satd_8x4_sse2: 1075
satd_8x8_c: 7171
satd_8x8_mmx: 1976
satd_8x8_sse2: 1865
satd_8x16_c: 14302
satd_8x16_mmx: 3770
satd_8x16_sse2: 3577
satd_16x8_c: 14411
satd_16x8_mmx: 3763
satd_16x8_sse2: 3590
satd_16x16_c: 28228
satd_16x16_mmx: 7302
satd_16x16_sse2: 6911
ssd_4x4_c: 810
ssd_4x4_mmx: 399
ssd_4x8_c: 1311
ssd_4x8_mmx: 500
ssd_8x4_c: 1645
ssd_8x4_mmx: 565
ssd_8x4_sse2: 499
ssd_8x8_c: 3060
ssd_8x8_mmx: 840
ssd_8x8_sse2: 874
ssd_8x16_c: 6056
ssd_8x16_mmx: 1410
ssd_8x16_sse2: 1405
ssd_16x8_c: 6106
ssd_16x8_mmx: 1405
ssd_16x8_sse2: 1300
ssd_16x16_c: 11924
ssd_16x16_mmx: 2731
ssd_16x16_sse2: 2295
sub4x4_dct_c: 1222
sub4x4_dct_mmx: 441
sub8x8_dct_c: 5160
sub8x8_dct_mmx: 1520
sub8x8_dct_sse2: 1461
sub8x8_dct8_c: 10148
sub8x8_dct8_mmx: 2330
sub8x8_dct8_sse2: 2157
sub16x16_dct_c: 19916
sub16x16_dct_mmx: 5744
sub16x16_dct_sse2: 5630
sub16x16_dct8_c: 40402
sub16x16_dct8_mmx: 8793
sub16x16_dct8_sse2: 8051
zigzag_scan_4x4_field_c: 230
zigzag_scan_4x4_field_mmx: 159
Inventive Software
4th June 2008, 20:52
Celeron 800 MHz (Coppermine core), 128 KB L2 Cache, 100 MHz FSB, MMX, SSE:
add4x4_idct_c: 3762
add4x4_idct_mmx: 500
add8x8_idct_c: 13751
add8x8_idct_mmx: 1801
add8x8_idct8_c: 19898
add8x8_idct8_mmx: 2382
add16x16_idct_c: 71318
add16x16_idct_mmx: 6876
add16x16_idct8_c: 79229
add16x16_idct8_mmx: 9315
avg_4x2_c: 400
avg_4x2_mmx: 269
avg_4x4_c: 661
avg_4x4_mmx: 310
avg_4x8_c: 1270
avg_4x8_mmx: 430
avg_8x4_c: 1090
avg_8x4_mmx: 312
avg_8x8_c: 2110
avg_8x8_mmx: 432
avg_8x16_c: 3950
avg_8x16_mmx: 799
avg_16x8_c: 3780
avg_16x8_mmx: 622
avg_16x16_c: 7300
avg_16x16_mmx: 1140
avg_weight_4x4_c: 1456
avg_weight_4x4_mmx: 530
avg_weight_8x4_c: 2521
avg_weight_8x4_mmx: 1040
avg_weight_8x8_c: 5113
avg_weight_8x8_mmx: 1885
avg_weight_8x16_c: 10141
avg_weight_8x16_mmx: 3130
avg_weight_16x8_c: 9635
avg_weight_16x8_mmx: 2780
avg_weight_16x16_c: 19069
avg_weight_16x16_mmx: 5130
cabac_encode_decision_c: 1981832
cabac_encode_decision_mmx: 1730414
dct4x4dc_c: 1580
dct4x4dc_mmx: 410
deblock_h_chroma_c: 1839
deblock_h_chroma_mmx: 1010
deblock_h_chroma_intra_c: 1377
deblock_h_chroma_intra_mmx: 960
deblock_h_luma_c: 5127
deblock_h_luma_mmx: 3035
deblock_h_luma_intra_c: 5459
deblock_h_luma_intra_mmx: 4534
deblock_v_chroma_c: 1934
deblock_v_chroma_mmx: 580
deblock_v_chroma_intra_c: 1591
deblock_v_chroma_intra_mmx: 530
deblock_v_luma_c: 5585
deblock_v_luma_mmx: 1746
deblock_v_luma_intra_c: 6713
deblock_v_luma_intra_mmx: 2744
dequant_4x4_cqm_c: 1069
dequant_4x4_cqm_mmx: 486
dequant_4x4_flat_c: 1065
dequant_4x4_flat_mmx: 359
dequant_8x8_cqm_c: 3767
dequant_8x8_cqm_mmx: 1441
dequant_8x8_flat_c: 3702
dequant_8x8_flat_mmx: 819
esa_ads_c: 4826
esa_ads_mmx: 1952
get_ref_4x4_c: 1487
get_ref_4x4_mmx: 764
get_ref_4x4_mmx_c64: 763
get_ref_4x4_mmx_c32: 764
get_ref_4x8_c: 2679
get_ref_4x8_mmx: 991
get_ref_4x8_mmx_c64: 992
get_ref_4x8_mmx_c32: 995
get_ref_8x4_c: 2406
get_ref_8x4_mmx: 797
get_ref_8x4_mmx_c64: 794
get_ref_8x4_mmx_c32: 758
get_ref_8x8_c: 4511
get_ref_8x8_mmx: 1025
get_ref_8x8_mmx_c64: 962
get_ref_8x8_mmx_c32: 900
get_ref_8x16_c: 8445
get_ref_8x16_mmx: 1630
get_ref_8x16_mmx_c64: 1408
get_ref_8x16_mmx_c32: 1261
get_ref_12x10_c: 6813
get_ref_12x10_mmx: 1694
get_ref_12x10_mmx_c64: 1512
get_ref_12x10_mmx_c32: 1426
get_ref_16x8_c: 6508
get_ref_16x8_mmx: 1471
get_ref_16x8_mmx_c64: 1352
get_ref_16x8_mmx_c32: 1272
get_ref_16x16_c: 12446
get_ref_16x16_mmx: 2503
get_ref_16x16_mmx_c64: 2135
get_ref_16x16_mmx_c32: 1930
get_ref_20x18_c: 1917
get_ref_20x18_mmx: 3500
get_ref_20x18_mmx_c64: 3134
get_ref_20x18_mmx_c32: 3426
hpel_filter_c: 275269
hpel_filter_mmx: 85484
idct4x4dc_c: 2050
idct4x4dc_mmx: 350
intra_predict_4x4_ddl_c: 574
intra_predict_4x4_ddl_mmx: 280
intra_predict_4x4_vl_c: 503
intra_predict_4x4_vl_mmx: 190
intra_predict_8x8_dc_c: 610
intra_predict_8x8_dc_mmx: 340
intra_predict_8x8_dcl_c: 540
intra_predict_8x8_dcl_mmx: 300
intra_predict_8x8_dct_c: 540
intra_predict_8x8_dct_mmx: 300
intra_predict_8x8_ddl_c: 1516
intra_predict_8x8_ddl_mmx: 465
intra_predict_8x8_ddr_c: 1582
intra_predict_8x8_ddr_mmx: 500
intra_predict_8x8_v_c: 340
intra_predict_8x8_v_mmx: 210
intra_predict_8x8_vr_c: 1408
intra_predict_8x8_vr_mmx: 778
intra_predict_8x8c_dc_c: 642
intra_predict_8x8c_dc_mmx: 501
intra_predict_8x8c_p_c: 3341
intra_predict_8x8c_p_mmx: 1157
intra_predict_8x8c_v_c: 330
intra_predict_8x8c_v_mmx: 200
intra_predict_16x16_dc_c: 1282
intra_predict_16x16_dc_mmx: 1051
intra_predict_16x16_dct_c: 1082
intra_predict_16x16_dct_mmx: 615
intra_predict_16x16_p_c: 13337
intra_predict_16x16_p_mmx: 2710
intra_predict_16x16_v_c: 1022
intra_predict_16x16_v_mmx: 533
intra_sa8d_x3_8x8_mmx: 4425
intra_satd_x3_4x4_mmx: 940
intra_satd_x3_8x8c_mmx: 2990
intra_satd_x3_16x16_mmx: 9670
mc_chroma_2x2_c: 1001
mc_chroma_2x2_mmx: 650
mc_chroma_2x4_c: 1543
mc_chroma_2x4_mmx: 880
mc_chroma_4x2_c: 1364
mc_chroma_4x2_mmx: 650
mc_chroma_4x4_c: 2349
mc_chroma_4x4_mmx: 880
mc_chroma_4x8_c: 4317
mc_chroma_4x8_mmx: 1432
mc_chroma_8x4_c: 4467
mc_chroma_8x4_mmx: 1288
mc_chroma_8x8_c: 8558
mc_chroma_8x8_mmx: 2392
mc_luma_4x4_c: 1486
mc_luma_4x4_mmx: 810
mc_luma_4x4_mmx_c64: 809
mc_luma_4x4_mmx_c32: 812
mc_luma_4x8_c: 2679
mc_luma_4x8_mmx: 1038
mc_luma_4x8_mmx_c64: 1037
mc_luma_4x8_mmx_c32: 1042
mc_luma_8x4_c: 2406
mc_luma_8x4_mmx: 867
mc_luma_8x4_mmx_c64: 860
mc_luma_8x4_mmx_c32: 828
mc_luma_8x8_c: 4526
mc_luma_8x8_mmx: 1146
mc_luma_8x8_mmx_c64: 1087
mc_luma_8x8_mmx_c32: 1026
mc_luma_8x16_c: 8459
mc_luma_8x16_mmx: 1787
mc_luma_8x16_mmx_c64: 1588
mc_luma_8x16_mmx_c32: 1448
mc_luma_16x8_c: 6508
mc_luma_16x8_mmx: 1657
mc_luma_16x8_mmx_c64: 1542
mc_luma_16x8_mmx_c32: 1450
mc_luma_16x16_c: 12447
mc_luma_16x16_mmx: 2849
mc_luma_16x16_mmx_c64: 2488
mc_luma_16x16_mmx_c32: 2266
quant_2x2_dc_c: 460
quant_2x2_dc_mmx: 220
quant_4x4_c: 1246
quant_4x4_mmx: 430
quant_4x4_dc_c: 1166
quant_4x4_dc_mmx: 380
quant_8x8_c: 4787
quant_8x8_mmx: 1093
sa8d_8x8_c: 9632
sa8d_8x8_mmx: 2294
sa8d_16x16_c: 43324
sa8d_16x16_mmx: 9152
sad_4x4_c: 1000
sad_4x4_mmx: 365
sad_4x8_c: 1820
sad_4x8_mmx: 562
sad_8x4_c: 1600
sad_8x4_mmx: 444
sad_8x4_mmx_c64: 494
sad_8x4_mmx_c32: 464
sad_8x8_c: 3020
sad_8x8_mmx: 718
sad_8x8_mmx_c64: 675
sad_8x8_mmx_c32: 599
sad_8x16_c: 5666
sad_8x16_mmx: 1228
sad_8x16_mmx_c64: 1152
sad_8x16_mmx_c32: 1008
sad_16x8_c: 5242
sad_16x8_mmx: 1120
sad_16x8_mmx_c64: 1108
sad_16x8_mmx_c32: 1031
sad_16x16_c: 10143
sad_16x16_mmx: 2057
sad_16x16_mmx_c64: 1930
sad_16x16_mmx_c32: 1768
sad_x3_4x4_c: 2961
sad_x3_4x4_mmx: 670
sad_x3_4x8_c: 5481
sad_x3_4x8_mmx: 1126
sad_x3_8x4_c: 4570
sad_x3_8x4_mmx: 867
sad_x3_8x8_c: 9261
sad_x3_8x8_mmx: 1506
sad_x3_8x8_mmx_c64: 1488
sad_x3_8x8_mmx_c32: 1432
sad_x3_8x16_c: 17764
sad_x3_8x16_mmx: 2719
sad_x3_8x16_mmx_c64: 2603
sad_x3_8x16_mmx_c32: 2450
sad_x3_16x8_c: 15960
sad_x3_16x8_mmx: 2449
sad_x3_16x8_mmx_c64: 2688
sad_x3_16x8_mmx_c32: 2834
sad_x3_16x16_c: 32134
sad_x3_16x16_mmx: 4648
sad_x3_16x16_mmx_c64: 4778
sad_x3_16x16_mmx_c32: 4851
sad_x4_4x4_c: 3971
sad_x4_4x4_mmx: 833
sad_x4_4x8_c: 7481
sad_x4_4x8_mmx: 1342
sad_x4_8x4_c: 6131
sad_x4_8x4_mmx: 1110
sad_x4_8x8_c: 12345
sad_x4_8x8_mmx: 1881
sad_x4_8x8_mmx_c64: 1922
sad_x4_8x8_mmx_c32: 1891
sad_x4_8x16_c: 23640
sad_x4_8x16_mmx: 3444
sad_x4_8x16_mmx_c64: 3348
sad_x4_8x16_mmx_c32: 3212
sad_x4_16x8_c: 22036
sad_x4_16x8_mmx: 3168
sad_x4_16x8_mmx_c64: 3554
sad_x4_16x8_mmx_c32: 3838
sad_x4_16x16_c: 43330
sad_x4_16x16_mmx: 6055
sad_x4_16x16_mmx_c64: 6335
sad_x4_16x16_mmx_c32: 6543
satd_4x4_c: 2380
satd_4x4_mmx: 774
satd_4x8_c: 4760
satd_4x8_mmx: 1239
satd_8x4_c: 4730
satd_8x4_mmx: 1183
satd_8x8_c: 9320
satd_8x8_mmx: 2124
satd_8x16_c: 18384
satd_8x16_mmx: 3742
satd_16x8_c: 18244
satd_16x8_mmx: 3823
satd_16x16_c: 36238
satd_16x16_mmx: 7276
ssd_4x4_c: 900
ssd_4x4_mmx: 399
ssd_4x8_c: 1580
ssd_4x8_mmx: 500
ssd_8x4_c: 1760
ssd_8x4_mmx: 559
ssd_8x8_c: 3440
ssd_8x8_mmx: 820
ssd_8x16_c: 6512
ssd_8x16_mmx: 1449
ssd_16x8_c: 6761
ssd_16x8_mmx: 1449
ssd_16x16_c: 13211
ssd_16x16_mmx: 2639
sub4x4_dct_c: 1803
sub4x4_dct_mmx: 470
sub8x8_dct_c: 7070
sub8x8_dct_mmx: 1683
sub8x8_dct8_c: 12681
sub8x8_dct8_mmx: 2483
sub16x16_dct_c: 28240
sub16x16_dct_mmx: 6334
sub16x16_dct8_c: 50978
sub16x16_dct8_mmx: 9672
zigzag_scan_4x4_field_c: 290
zigzag_scan_4x4_field_mmx: 170
I hope that's of help. I'm running the test on my laptop, results should be in later on.
Inventive Software
4th June 2008, 21:54
Turion64 X2 1.6 GHz, MMX, SSE, SSE2, SSE3:
add4x4_idct_c: 2597
add4x4_idct_mmx: 395
add8x8_idct_c: 9149
add8x8_idct_mmx: 1516
add8x8_idct_sse2: 1458
add8x8_idct8_c: 14123
add8x8_idct8_mmx: 2026
add8x8_idct8_sse2: 1978
add16x16_idct_c: 37295
add16x16_idct_mmx: 6057
add16x16_idct_sse2: 5716
add16x16_idct8_c: 54875
add16x16_idct8_mmx: 7860
add16x16_idct8_sse2: 7722
avg_4x2_c: 390
avg_4x2_mmx: 207
avg_4x4_c: 650
avg_4x4_mmx: 256
avg_4x8_c: 1118
avg_4x8_mmx: 337
avg_8x4_c: 1066
avg_8x4_mmx: 256
avg_8x8_c: 2019
avg_8x8_mmx: 337
avg_8x16_c: 3908
avg_8x16_mmx: 497
avg_16x8_c: 3444
avg_16x8_mmx: 487
avg_16x8_sse2: 566
avg_16x16_c: 6866
avg_16x16_mmx: 798
avg_16x16_sse2: 967
avg_weight_4x4_c: 1340
avg_weight_4x4_mmx: 424
avg_weight_8x4_c: 2468
avg_weight_8x4_mmx: 880
avg_weight_8x8_c: 5180
avg_weight_8x8_mmx: 1397
avg_weight_8x16_c: 10051
avg_weight_8x16_mmx: 2697
avg_weight_16x8_c: 9627
avg_weight_16x8_mmx: 2523
avg_weight_16x16_c: 18998
avg_weight_16x16_mmx: 4902
cabac_encode_decision_c: 1899258
cabac_encode_decision_mmx: 1587206
dct4x4dc_c: 904
dct4x4dc_mmx: 323
deblock_h_chroma_c: 1737
deblock_h_chroma_mmx: 832
deblock_h_chroma_intra_c: 1119
deblock_h_chroma_intra_mmx: 762
deblock_h_luma_c: 4892
deblock_h_luma_mmx: 2371
deblock_h_luma_sse2: 2164
deblock_h_luma_intra_c: 4776
deblock_h_luma_intra_mmx: 3574
deblock_h_luma_intra_sse2: 3325
deblock_v_chroma_c: 1785
deblock_v_chroma_mmx: 466
deblock_v_chroma_intra_c: 1361
deblock_v_chroma_intra_mmx: 435
deblock_v_luma_c: 5428
deblock_v_luma_mmx: 1649
deblock_v_luma_sse2: 1240
deblock_v_luma_intra_c: 6020
deblock_v_luma_intra_mmx: 2438
deblock_v_luma_intra_sse2: 2000
dequant_4x4_cqm_c: 848
dequant_4x4_cqm_mmx: 346
dequant_4x4_cqm_sse2: 350
dequant_4x4_flat_c: 843
dequant_4x4_flat_mmx: 264
dequant_4x4_flat_sse2: 269
dequant_8x8_cqm_c: 3188
dequant_8x8_cqm_mmx: 1211
dequant_8x8_cqm_sse2: 1064
dequant_8x8_flat_c: 3104
dequant_8x8_flat_mmx: 694
dequant_8x8_flat_sse2: 658
esa_ads_c: 4423
esa_ads_mmx: 1352
esa_ads_sse2: 1455
get_ref_4x4_c: 1392
get_ref_4x4_mmx: 574
get_ref_4x4_mmx_c64: 574
get_ref_4x4_mmx_c32: 574
get_ref_4x4_sse2: 574
get_ref_4x4_sse2_c64: 574
get_ref_4x4_sse3_c64: 574
get_ref_4x8_c: 2279
get_ref_4x8_mmx: 698
get_ref_4x8_mmx_c64: 698
get_ref_4x8_mmx_c32: 698
get_ref_4x8_sse2: 698
get_ref_4x8_sse2_c64: 698
get_ref_4x8_sse3_c64: 698
get_ref_8x4_c: 2073
get_ref_8x4_mmx: 598
get_ref_8x4_mmx_c64: 611
get_ref_8x4_mmx_c32: 618
get_ref_8x4_sse2: 599
get_ref_8x4_sse2_c64: 612
get_ref_8x4_sse3_c64: 613
get_ref_8x8_c: 3434
get_ref_8x8_mmx: 728
get_ref_8x8_mmx_c64: 744
get_ref_8x8_mmx_c32: 754
get_ref_8x8_sse2: 729
get_ref_8x8_sse2_c64: 746
get_ref_8x8_sse3_c64: 747
get_ref_8x16_c: 6200
get_ref_8x16_mmx: 1124
get_ref_8x16_mmx_c64: 1155
get_ref_8x16_mmx_c32: 1176
get_ref_8x16_sse2: 1125
get_ref_8x16_sse2_c64: 1157
get_ref_8x16_sse3_c64: 1162
get_ref_12x10_c: 6263
get_ref_12x10_mmx: 954
get_ref_12x10_mmx_c64: 1025
get_ref_12x10_mmx_c32: 1101
get_ref_12x10_sse2: 955
get_ref_12x10_sse2_c64: 1095
get_ref_12x10_sse3_c64: 997
get_ref_16x8_c: 6124
get_ref_16x8_mmx: 868
get_ref_16x8_mmx_c64: 926
get_ref_16x8_mmx_c32: 972
get_ref_16x8_sse2: 874
get_ref_16x8_sse2_c64: 928
get_ref_16x8_sse3_c64: 873
get_ref_16x16_c: 4628
get_ref_16x16_mmx: 1379
get_ref_16x16_mmx_c64: 1467
get_ref_16x16_mmx_c32: 1566
get_ref_16x16_sse2: 1402
get_ref_16x16_sse2_c64: 1503
get_ref_16x16_sse3_c64: 1402
get_ref_20x18_c: 1060
get_ref_20x18_mmx: 1858
get_ref_20x18_mmx_c64: 2075
get_ref_20x18_mmx_c32: 1938
get_ref_20x18_sse2: 2106
get_ref_20x18_sse2_c64: 2252
get_ref_20x18_sse3_c64: 2007
hpel_filter_c: 263240
hpel_filter_mmx: 52284
hpel_filter_sse2: 72648
idct4x4dc_c: 1052
idct4x4dc_mmx: 244
intra_predict_4x4_ddl_c: 385
intra_predict_4x4_ddl_mmx: 178
intra_predict_4x4_vl_c: 365
intra_predict_4x4_vl_mmx: 143
intra_predict_8x8_dc_c: 314
intra_predict_8x8_dc_mmx: 216
intra_predict_8x8_dcl_c: 260
intra_predict_8x8_dcl_mmx: 199
intra_predict_8x8_dct_c: 259
intra_predict_8x8_dct_mmx: 167
intra_predict_8x8_ddl_c: 873
intra_predict_8x8_ddl_mmx: 430
intra_predict_8x8_ddl_sse2: 306
intra_predict_8x8_ddr_c: 917
intra_predict_8x8_ddr_mmx: 457
intra_predict_8x8_ddr_sse2: 298
intra_predict_8x8_v_c: 196
intra_predict_8x8_v_mmx: 167
intra_predict_8x8_vl_c: 902
intra_predict_8x8_vl_sse2: 346
intra_predict_8x8_vr_c: 999
intra_predict_8x8_vr_mmx: 620
intra_predict_8x8c_dc_c: 393
intra_predict_8x8c_dc_mmx: 433
intra_predict_8x8c_p_c: 2829
intra_predict_8x8c_p_mmx: 894
intra_predict_8x8c_v_c: 196
intra_predict_8x8c_v_mmx: 145
intra_predict_16x16_dc_c: 748
intra_predict_16x16_dc_mmx: 736
intra_predict_16x16_dc_sse2: 695
intra_predict_16x16_dct_c: 570
intra_predict_16x16_dct_mmx: 435
intra_predict_16x16_dct_sse2: 517
intra_predict_16x16_p_c: 9350
intra_predict_16x16_p_mmx: 2110
intra_predict_16x16_p_sse2: 2177
intra_predict_16x16_v_c: 465
intra_predict_16x16_v_mmx: 338
intra_predict_16x16_v_sse2: 324
intra_sa8d_x3_8x8_mmx: 3455
intra_satd_x3_4x4_mmx: 858
intra_satd_x3_8x8c_mmx: 2502
intra_satd_x3_16x16_mmx: 8594
mc_chroma_2x2_c: 792
mc_chroma_2x2_mmx: 502
mc_chroma_2x4_c: 1356
mc_chroma_2x4_mmx: 722
mc_chroma_4x2_c: 1094
mc_chroma_4x2_mmx: 505
mc_chroma_4x4_c: 1959
mc_chroma_4x4_mmx: 722
mc_chroma_4x8_c: 3378
mc_chroma_4x8_mmx: 1084
mc_chroma_8x4_c: 3369
mc_chroma_8x4_mmx: 1120
mc_chroma_8x8_c: 6090
mc_chroma_8x8_mmx: 2114
mc_luma_4x4_c: 1404
mc_luma_4x4_mmx: 771
mc_luma_4x4_mmx_c64: 773
mc_luma_4x4_mmx_c32: 772
mc_luma_4x4_sse2: 771
mc_luma_4x4_sse2_c64: 772
mc_luma_4x4_sse3_c64: 771
mc_luma_4x8_c: 2282
mc_luma_4x8_mmx: 734
mc_luma_4x8_mmx_c64: 733
mc_luma_4x8_mmx_c32: 734
mc_luma_4x8_sse2: 733
mc_luma_4x8_sse2_c64: 735
mc_luma_4x8_sse3_c64: 734
mc_luma_8x4_c: 2090
mc_luma_8x4_mmx: 653
mc_luma_8x4_mmx_c64: 670
mc_luma_8x4_mmx_c32: 678
mc_luma_8x4_sse2: 655
mc_luma_8x4_sse2_c64: 670
mc_luma_8x4_sse3_c64: 669
mc_luma_8x8_c: 3444
mc_luma_8x8_mmx: 793
mc_luma_8x8_mmx_c64: 809
mc_luma_8x8_mmx_c32: 821
mc_luma_8x8_sse2: 796
mc_luma_8x8_sse2_c64: 810
mc_luma_8x8_sse3_c64: 810
mc_luma_8x16_c: 6210
mc_luma_8x16_mmx: 1231
mc_luma_8x16_mmx_c64: 1274
mc_luma_8x16_mmx_c32: 1296
mc_luma_8x16_sse2: 1234
mc_luma_8x16_sse2_c64: 1277
mc_luma_8x16_sse3_c64: 1280
mc_luma_16x8_c: 6156
mc_luma_16x8_mmx: 1004
mc_luma_16x8_mmx_c64: 1056
mc_luma_16x8_mmx_c32: 1108
mc_luma_16x8_sse2: 1014
mc_luma_16x8_sse2_c64: 1070
mc_luma_16x8_sse3_c64: 1014
mc_luma_16x16_c: 4630
mc_luma_16x16_mmx: 1596
mc_luma_16x16_mmx_c64: 1705
mc_luma_16x16_mmx_c32: 1806
mc_luma_16x16_sse2: 1646
mc_luma_16x16_sse2_c64: 1748
mc_luma_16x16_sse3_c64: 1646
quant_2x2_dc_c: 436
quant_2x2_dc_mmx: 177
quant_4x4_c: 999
quant_4x4_mmx: 295
quant_4x4_sse2: 255
quant_4x4_dc_c: 1094
quant_4x4_dc_mmx: 293
quant_4x4_dc_sse2: 261
quant_8x8_c: 4384
quant_8x8_mmx: 1031
quant_8x8_sse2: 894
sa8d_8x8_c: 6756
sa8d_8x8_mmx: 1983
sa8d_8x8_sse2: 1988
sa8d_16x16_c: 25760
sa8d_16x16_mmx: 8102
sa8d_16x16_sse2: 7996
sad_4x4_c: 867
sad_4x4_mmx: 234
sad_4x8_c: 1563
sad_4x8_mmx: 334
sad_8x4_c: 1470
sad_8x4_mmx: 251
sad_8x4_mmx_c64: 273
sad_8x4_mmx_c32: 280
sad_8x8_c: 2760
sad_8x8_mmx: 370
sad_8x8_mmx_c64: 391
sad_8x8_mmx_c32: 403
sad_8x16_c: 5432
sad_8x16_mmx: 592
sad_8x16_mmx_c64: 601
sad_8x16_mmx_c32: 618
sad_16x8_c: 5105
sad_16x8_mmx: 498
sad_16x8_mmx_c64: 559
sad_16x8_mmx_c32: 611
sad_16x8_sse2: 597
sad_16x8_sse2_c64: 736
sad_16x8_sse3_c64: 597
sad_16x16_c: 10119
sad_16x16_mmx: 825
sad_16x16_mmx_c64: 1002
sad_16x16_mmx_c32: 1167
sad_16x16_sse2: 954
sad_16x16_sse2_c64: 1117
sad_16x16_sse3_c64: 954
sad_x3_4x4_c: 2462
sad_x3_4x4_mmx: 394
sad_x3_4x8_c: 4564
sad_x3_4x8_mmx: 547
sad_x3_8x4_c: 4265
sad_x3_8x4_mmx: 455
sad_x3_8x8_c: 8372
sad_x3_8x8_mmx: 651
sad_x3_8x8_mmx_c64: 848
sad_x3_8x8_mmx_c32: 978
sad_x3_8x16_c: 18198
sad_x3_8x16_mmx: 1080
sad_x3_8x16_mmx_c64: 1366
sad_x3_8x16_mmx_c32: 1549
sad_x3_16x8_c: 15470
sad_x3_16x8_mmx: 1106
sad_x3_16x8_mmx_c64: 1458
sad_x3_16x8_mmx_c32: 1772
sad_x3_16x8_sse2: 1126
sad_x3_16x8_sse2_c64: 1882
sad_x3_16x8_sse3_c64: 1126
sad_x3_16x16_c: 3659
sad_x3_16x16_mmx: 1993
sad_x3_16x16_mmx_c64: 2692
sad_x3_16x16_mmx_c32: 3350
sad_x3_16x16_sse2: 2054
sad_x3_16x16_sse2_c64: 2959
sad_x3_16x16_sse3_c64: 2055
sad_x4_4x4_c: 3329
sad_x4_4x4_mmx: 480
sad_x4_4x8_c: 6190
sad_x4_4x8_mmx: 674
sad_x4_8x4_c: 5854
sad_x4_8x4_mmx: 553
sad_x4_8x8_c: 11715
sad_x4_8x8_mmx: 814
sad_x4_8x8_mmx_c64: 1089
sad_x4_8x8_mmx_c32: 1321
sad_x4_8x16_c: 23846
sad_x4_8x16_mmx: 1388
sad_x4_8x16_mmx_c64: 1740
sad_x4_8x16_mmx_c32: 2071
sad_x4_16x8_c: 21792
sad_x4_16x8_mmx: 1387
sad_x4_16x8_mmx_c64: 1896
sad_x4_16x8_mmx_c32: 2389
sad_x4_16x8_sse2: 1424
sad_x4_16x8_sse2_c64: 2504
sad_x4_16x8_sse3_c64: 1424
sad_x4_16x16_c: 15254
sad_x4_16x16_mmx: 2536
sad_x4_16x16_mmx_c64: 3518
sad_x4_16x16_mmx_c32: 4503
sad_x4_16x16_sse2: 2520
sad_x4_16x16_sse2_c64: 3874
sad_x4_16x16_sse3_c64: 2520
satd_4x4_c: 1509
satd_4x4_mmx: 583
satd_4x8_c: 3121
satd_4x8_mmx: 957
satd_8x4_c: 3056
satd_8x4_mmx: 964
satd_8x4_sse2: 988
satd_8x8_c: 6290
satd_8x8_mmx: 1726
satd_8x8_sse2: 1688
satd_8x16_c: 12108
satd_8x16_mmx: 3210
satd_8x16_sse2: 3124
satd_16x8_c: 12512
satd_16x8_mmx: 3220
satd_16x8_sse2: 3128
satd_16x16_c: 24584
satd_16x16_mmx: 6180
satd_16x16_sse2: 6006
ssd_4x4_c: 697
ssd_4x4_mmx: 265
ssd_4x8_c: 1262
ssd_4x8_mmx: 424
ssd_8x4_c: 1640
ssd_8x4_mmx: 449
ssd_8x4_sse2: 385
ssd_8x8_c: 3105
ssd_8x8_mmx: 760
ssd_8x8_sse2: 670
ssd_8x16_c: 6173
ssd_8x16_mmx: 1412
ssd_8x16_sse2: 1230
ssd_16x8_c: 5772
ssd_16x8_mmx: 1414
ssd_16x8_sse2: 1209
ssd_16x16_c: 11421
ssd_16x16_mmx: 2681
ssd_16x16_sse2: 2290
sub4x4_dct_c: 1175
sub4x4_dct_mmx: 400
sub8x8_dct_c: 4390
sub8x8_dct_mmx: 1349
sub8x8_dct_sse2: 1304
sub8x8_dct8_c: 8630
sub8x8_dct8_mmx: 2023
sub8x8_dct8_sse2: 1982
sub16x16_dct_c: 17727
sub16x16_dct_mmx: 5235
sub16x16_dct_sse2: 4951
sub16x16_dct8_c: 34586
sub16x16_dct8_mmx: 7863
sub16x16_dct8_sse2: 7458
zigzag_scan_4x4_field_c: 203
zigzag_scan_4x4_field_mmx: 174
chainring
4th June 2008, 22:52
Processor 1 (ID = 0)
Number of cores 2 (max 2)
Number of threads 2 (max 2)
Name Intel Core Duo T2300
Codename Yonah
Specification Genuine Intel(R) CPU T2300 @ 1.66GHz
Package Socket 479 mPGA (platform ID = 5h)
CPUID 6.E.8
Extended CPUID 6.E
Core Stepping C0
Technology 65 nm
Core Speed 1000.0 MHz (6.0 x 166.7 MHz)
Rated Bus speed 666.7 MHz
Stock frequency 1666 MHz
Instructions sets MMX, SSE, SSE2, SSE3
L1 Data cache 2 x 32 KBytes, 8-way set associative, 64-byte line size
L1 Instruction cache 2 x 32 KBytes, 8-way set associative, 64-byte line size
L2 cache 2048 KBytes, 8-way set associative, 64-byte line size
FID/VID Control yes
FID range 6.0x - 10.0x
max VID 1.263 V
Features XD, VT
add4x4_idct_c: 2706
add4x4_idct_mmx: 548
add8x8_idct_c: 9671
add8x8_idct_mmx: 1673
add8x8_idct_sse2: 1631
add8x8_idct8_c: 17115
add8x8_idct8_mmx: 2214
add8x8_idct8_sse2: 2237
add16x16_idct_c: 38499
add16x16_idct_mmx: 6150
add16x16_idct_sse2: 6280
add16x16_idct8_c: 68571
add16x16_idct8_mmx: 8281
add16x16_idct8_sse2: 8369
avg_4x2_c: 432
avg_4x2_mmx: 247
avg_4x4_c: 669
avg_4x4_mmx: 339
avg_4x8_c: 1081
avg_4x8_mmx: 439
avg_8x4_c: 1070
avg_8x4_mmx: 339
avg_8x8_c: 1880
avg_8x8_mmx: 439
avg_8x16_c: 3554
avg_8x16_mmx: 591
avg_16x8_c: 3480
avg_16x8_mmx: 520
avg_16x8_sse2: 572
avg_16x16_c: 6761
avg_16x16_mmx: 879
avg_16x16_sse2: 939
avg_weight_4x4_c: 1338
avg_weight_4x4_mmx: 520
avg_weight_8x4_c: 2341
avg_weight_8x4_mmx: 932
avg_weight_8x8_c: 4605
avg_weight_8x8_mmx: 1680
avg_weight_8x16_c: 8842
avg_weight_8x16_mmx: 2774
avg_weight_16x8_c: 8592
avg_weight_16x8_mmx: 2697
avg_weight_16x16_c: 16903
avg_weight_16x16_mmx: 4828
cabac_encode_decision_c: 2006500
cabac_encode_decision_mmx: 1467884
dct4x4dc_c: 1210
dct4x4dc_mmx: 359
deblock_h_chroma_c: 1603
deblock_h_chroma_mmx: 978
deblock_h_chroma_intra_c: 1233
deblock_h_chroma_intra_mmx: 929
deblock_h_luma_c: 4472
deblock_h_luma_mmx: 2570
deblock_h_luma_sse2: 2425
deblock_h_luma_intra_c: 4402
deblock_h_luma_intra_mmx: 3636
deblock_h_luma_intra_sse2: 3443
deblock_v_chroma_c: 1744
deblock_v_chroma_mmx: 541
deblock_v_chroma_intra_c: 1388
deblock_v_chroma_intra_mmx: 520
deblock_v_luma_c: 4919
deblock_v_luma_mmx: 1546
deblock_v_luma_sse2: 1214
deblock_v_luma_intra_c: 5626
deblock_v_luma_intra_mmx: 2409
deblock_v_luma_intra_sse2: 2039
dequant_4x4_cqm_c: 842
dequant_4x4_cqm_mmx: 448
dequant_4x4_cqm_sse2: 454
dequant_4x4_flat_c: 837
dequant_4x4_flat_mmx: 290
dequant_4x4_flat_sse2: 270
dequant_8x8_cqm_c: 3384
dequant_8x8_cqm_mmx: 1212
dequant_8x8_cqm_sse2: 1106
dequant_8x8_flat_c: 3320
dequant_8x8_flat_mmx: 710
dequant_8x8_flat_sse2: 670
esa_ads_c: 4297
esa_ads_mmx: 1738
esa_ads_sse2: 1832
get_ref_4x4_c: 1362
get_ref_4x4_mmx: 658
get_ref_4x4_mmx_c64: 657
get_ref_4x4_mmx_c32: 659
get_ref_4x4_sse2: 658
get_ref_4x4_sse2_c64: 659
get_ref_4x4_sse3_c64: 658
get_ref_4x8_c: 2302
get_ref_4x8_mmx: 770
get_ref_4x8_mmx_c64: 768
get_ref_4x8_mmx_c32: 771
get_ref_4x8_sse2: 770
get_ref_4x8_sse2_c64: 771
get_ref_4x8_sse3_c64: 769
get_ref_8x4_c: 1865
get_ref_8x4_mmx: 675
get_ref_8x4_mmx_c64: 652
get_ref_8x4_mmx_c32: 675
get_ref_8x4_sse2: 675
get_ref_8x4_sse2_c64: 653
get_ref_8x4_sse3_c64: 653
get_ref_8x8_c: 3274
get_ref_8x8_mmx: 820
get_ref_8x8_mmx_c64: 749
get_ref_8x8_mmx_c32: 791
get_ref_8x8_sse2: 820
get_ref_8x8_sse2_c64: 750
get_ref_8x8_sse3_c64: 750
get_ref_8x16_c: 6081
get_ref_8x16_mmx: 1203
get_ref_8x16_mmx_c64: 946
get_ref_8x16_mmx_c32: 1024
get_ref_8x16_sse2: 1200
get_ref_8x16_sse2_c64: 947
get_ref_8x16_sse3_c64: 947
get_ref_12x10_c: 5163
get_ref_12x10_mmx: 1182
get_ref_12x10_mmx_c64: 1075
get_ref_12x10_mmx_c32: 1191
get_ref_12x10_sse2: 1185
get_ref_12x10_sse2_c64: 1130
get_ref_12x10_sse3_c64: 1318
get_ref_16x8_c: 5211
get_ref_16x8_mmx: 1089
get_ref_16x8_mmx_c64: 984
get_ref_16x8_mmx_c32: 1112
get_ref_16x8_sse2: 1156
get_ref_16x8_sse2_c64: 1024
get_ref_16x8_sse3_c64: 1156
get_ref_16x16_c: 2884
get_ref_16x16_mmx: 1831
get_ref_16x16_mmx_c64: 1405
get_ref_16x16_mmx_c32: 1664
get_ref_16x16_sse2: 1960
get_ref_16x16_sse2_c64: 1500
get_ref_16x16_sse3_c64: 1966
get_ref_20x18_c: 18446744073709551616
get_ref_20x18_mmx: 2579
get_ref_20x18_mmx_c64: 2052
get_ref_20x18_mmx_c32: 2548
get_ref_20x18_sse2: 2671
get_ref_20x18_sse2_c64: 2147
get_ref_20x18_sse3_c64: 2678
hpel_filter_c: 238094
hpel_filter_mmx: 98994
hpel_filter_sse2: 92040
idct4x4dc_c: 1300
idct4x4dc_mmx: 390
intra_predict_4x4_ddl_c: 468
intra_predict_4x4_ddl_mmx: 254
intra_predict_4x4_vl_c: 500
intra_predict_4x4_vl_mmx: 231
intra_predict_8x8_dc_c: 440
intra_predict_8x8_dc_mmx: 240
intra_predict_8x8_dcl_c: 380
intra_predict_8x8_dcl_mmx: 260
intra_predict_8x8_dct_c: 380
intra_predict_8x8_dct_mmx: 260
intra_predict_8x8_ddl_c: 1363
intra_predict_8x8_ddl_mmx: 445
intra_predict_8x8_ddl_sse2: 585
intra_predict_8x8_ddr_c: 1393
intra_predict_8x8_ddr_mmx: 467
intra_predict_8x8_ddr_sse2: 520
intra_predict_8x8_v_c: 300
intra_predict_8x8_v_mmx: 180
intra_predict_8x8_vl_c: 1398
intra_predict_8x8_vl_sse2: 550
intra_predict_8x8_vr_c: 1360
intra_predict_8x8_vr_mmx: 744
intra_predict_8x8c_dc_c: 520
intra_predict_8x8c_dc_mmx: 434
intra_predict_8x8c_p_c: 3075
intra_predict_8x8c_p_mmx: 1112
intra_predict_8x8c_v_c: 252
intra_predict_8x8c_v_mmx: 152
intra_predict_16x16_dc_c: 1263
intra_predict_16x16_dc_mmx: 977
intra_predict_16x16_dc_sse2: 954
intra_predict_16x16_dct_c: 1100
intra_predict_16x16_dct_mmx: 675
intra_predict_16x16_dct_sse2: 760
intra_predict_16x16_p_c: 10018
intra_predict_16x16_p_mmx: 2447
intra_predict_16x16_p_sse2: 2480
intra_predict_16x16_v_c: 862
intra_predict_16x16_v_mmx: 585
intra_predict_16x16_v_sse2: 636
intra_sa8d_x3_8x8_mmx: 3448
intra_satd_x3_4x4_mmx: 982
intra_satd_x3_8x8c_mmx: 2783
intra_satd_x3_16x16_mmx: 9050
mc_chroma_2x2_c: 843
mc_chroma_2x2_mmx: 575
mc_chroma_2x4_c: 1318
mc_chroma_2x4_mmx: 824
mc_chroma_4x2_c: 1190
mc_chroma_4x2_mmx: 575
mc_chroma_4x4_c: 2032
mc_chroma_4x4_mmx: 824
mc_chroma_4x8_c: 3518
mc_chroma_4x8_mmx: 1326
mc_chroma_8x4_c: 3336
mc_chroma_8x4_mmx: 1226
mc_chroma_8x8_c: 6212
mc_chroma_8x8_mmx: 2152
mc_luma_4x4_c: 1372
mc_luma_4x4_mmx: 616
mc_luma_4x4_mmx_c64: 616
mc_luma_4x4_mmx_c32: 618
mc_luma_4x4_sse2: 616
mc_luma_4x4_sse2_c64: 617
mc_luma_4x4_sse3_c64: 616
mc_luma_4x8_c: 2302
mc_luma_4x8_mmx: 760
mc_luma_4x8_mmx_c64: 758
mc_luma_4x8_mmx_c32: 762
mc_luma_4x8_sse2: 759
mc_luma_4x8_sse2_c64: 761
mc_luma_4x8_sse3_c64: 759
mc_luma_8x4_c: 1868
mc_luma_8x4_mmx: 646
mc_luma_8x4_mmx_c64: 629
mc_luma_8x4_mmx_c32: 652
mc_luma_8x4_sse2: 646
mc_luma_8x4_sse2_c64: 629
mc_luma_8x4_sse3_c64: 630
mc_luma_8x8_c: 3264
mc_luma_8x8_mmx: 821
mc_luma_8x8_mmx_c64: 764
mc_luma_8x8_mmx_c32: 808
mc_luma_8x8_sse2: 820
mc_luma_8x8_sse2_c64: 764
mc_luma_8x8_sse3_c64: 764
mc_luma_8x16_c: 6067
mc_luma_8x16_mmx: 1264
mc_luma_8x16_mmx_c64: 1026
mc_luma_8x16_mmx_c32: 1108
mc_luma_8x16_sse2: 1263
mc_luma_8x16_sse2_c64: 1027
mc_luma_8x16_sse3_c64: 1030
mc_luma_16x8_c: 5218
mc_luma_16x8_mmx: 1093
mc_luma_16x8_mmx_c64: 1034
mc_luma_16x8_mmx_c32: 1170
mc_luma_16x8_sse2: 1177
mc_luma_16x8_sse2_c64: 1106
mc_luma_16x8_sse3_c64: 1180
mc_luma_16x16_c: 2887
mc_luma_16x16_mmx: 1996
mc_luma_16x16_mmx_c64: 1605
mc_luma_16x16_mmx_c32: 1875
mc_luma_16x16_sse2: 2102
mc_luma_16x16_sse2_c64: 1710
mc_luma_16x16_sse3_c64: 2116
quant_2x2_dc_c: 431
quant_2x2_dc_mmx: 220
quant_4x4_c: 913
quant_4x4_mmx: 409
quant_4x4_sse2: 340
quant_4x4_dc_c: 972
quant_4x4_dc_mmx: 390
quant_4x4_dc_sse2: 350
quant_8x8_c: 4201
quant_8x8_mmx: 994
quant_8x8_sse2: 1017
sa8d_8x8_c: 7466
sa8d_8x8_mmx: 2271
sa8d_8x8_sse2: 2207
sa8d_16x16_c: 30960
sa8d_16x16_mmx: 8702
sa8d_16x16_sse2: 9706
sad_4x4_c: 985
sad_4x4_mmx: 290
sad_4x8_c: 1607
sad_4x8_mmx: 427
sad_8x4_c: 1442
sad_8x4_mmx: 391
sad_8x4_mmx_c64: 314
sad_8x4_mmx_c32: 338
sad_8x8_c: 2762
sad_8x8_mmx: 471
sad_8x8_mmx_c64: 417
sad_8x8_mmx_c32: 444
sad_8x16_c: 5174
sad_8x16_mmx: 791
sad_8x16_mmx_c64: 691
sad_8x16_mmx_c32: 733
sad_16x8_c: 4813
sad_16x8_mmx: 764
sad_16x8_mmx_c64: 699
sad_16x8_mmx_c32: 808
sad_16x8_sse2: 733
sad_16x8_sse2_c64: 843
sad_16x8_sse3_c64: 733
sad_16x16_c: 9448
sad_16x16_mmx: 1405
sad_16x16_mmx_c64: 1127
sad_16x16_mmx_c32: 1324
sad_16x16_sse2: 1304
sad_16x16_sse2_c64: 1266
sad_16x16_sse3_c64: 1304
sad_x3_4x4_c: 2522
sad_x3_4x4_mmx: 519
sad_x3_4x8_c: 4621
sad_x3_4x8_mmx: 883
sad_x3_8x4_c: 4233
sad_x3_8x4_mmx: 654
sad_x3_8x8_c: 8024
sad_x3_8x8_mmx: 979
sad_x3_8x8_mmx_c64: 1026
sad_x3_8x8_mmx_c32: 1143
sad_x3_8x16_c: 15954
sad_x3_8x16_mmx: 1818
sad_x3_8x16_mmx_c64: 1631
sad_x3_8x16_mmx_c32: 1823
sad_x3_16x8_c: 14542
sad_x3_16x8_mmx: 1705
sad_x3_16x8_mmx_c64: 1770
sad_x3_16x8_mmx_c32: 2210
sad_x3_16x8_sse2: 1844
sad_x3_16x8_sse2_c64: 2086
sad_x3_16x8_sse3_c64: 1842
sad_x3_16x16_c: 1049
sad_x3_16x16_mmx: 3215
sad_x3_16x16_mmx_c64: 3102
sad_x3_16x16_mmx_c32: 3815
sad_x3_16x16_sse2: 3461
sad_x3_16x16_sse2_c64: 3563
sad_x3_16x16_sse3_c64: 3462
sad_x4_4x4_c: 3452
sad_x4_4x4_mmx: 607
sad_x4_4x8_c: 6370
sad_x4_4x8_mmx: 951
sad_x4_8x4_c: 5681
sad_x4_8x4_mmx: 758
sad_x4_8x8_c: 10922
sad_x4_8x8_mmx: 1284
sad_x4_8x8_mmx_c64: 1285
sad_x4_8x8_mmx_c32: 1520
sad_x4_8x16_c: 21517
sad_x4_8x16_mmx: 2327
sad_x4_8x16_mmx_c64: 2099
sad_x4_8x16_mmx_c32: 2449
sad_x4_16x8_c: 19984
sad_x4_16x8_mmx: 2171
sad_x4_16x8_mmx_c64: 2311
sad_x4_16x8_mmx_c32: 3002
sad_x4_16x8_sse2: 2419
sad_x4_16x8_sse2_c64: 2624
sad_x4_16x8_sse3_c64: 2419
sad_x4_16x16_c: 11092
sad_x4_16x16_mmx: 4107
sad_x4_16x16_mmx_c64: 4110
sad_x4_16x16_mmx_c32: 5199
sad_x4_16x16_sse2: 4600
sad_x4_16x16_sse2_c64: 4700
sad_x4_16x16_sse3_c64: 4600
satd_4x4_c: 1887
satd_4x4_mmx: 675
satd_4x8_c: 3882
satd_4x8_mmx: 1079
satd_8x4_c: 3796
satd_8x4_mmx: 1137
satd_8x4_sse2: 1085
satd_8x8_c: 7193
satd_8x8_mmx: 1993
satd_8x8_sse2: 1876
satd_8x16_c: 14338
satd_8x16_mmx: 3766
satd_8x16_sse2: 3551
satd_16x8_c: 14416
satd_16x8_mmx: 3796
satd_16x8_sse2: 3600
satd_16x16_c: 28323
satd_16x16_mmx: 7298
satd_16x16_sse2: 6850
ssd_4x4_c: 828
ssd_4x4_mmx: 416
ssd_4x8_c: 1333
ssd_4x8_mmx: 517
ssd_8x4_c: 1656
ssd_8x4_mmx: 578
ssd_8x4_sse2: 509
ssd_8x8_c: 3072
ssd_8x8_mmx: 854
ssd_8x8_sse2: 887
ssd_8x16_c: 6068
ssd_8x16_mmx: 1420
ssd_8x16_sse2: 1414
ssd_16x8_c: 6117
ssd_16x8_mmx: 1418
ssd_16x8_sse2: 1308
ssd_16x16_c: 11936
ssd_16x16_mmx: 2745
ssd_16x16_sse2: 2305
sub4x4_dct_c: 1240
sub4x4_dct_mmx: 451
sub8x8_dct_c: 5185
sub8x8_dct_mmx: 1549
sub8x8_dct_sse2: 1484
sub8x8_dct8_c: 10159
sub8x8_dct8_mmx: 2338
sub8x8_dct8_sse2: 2186
sub16x16_dct_c: 19960
sub16x16_dct_mmx: 5783
sub16x16_dct_sse2: 5643
sub16x16_dct8_c: 40428
sub16x16_dct8_mmx: 8802
sub16x16_dct8_sse2: 8077
zigzag_scan_4x4_field_c: 240
zigzag_scan_4x4_field_mmx: 169
Caroliano
5th June 2008, 03:43
Athlon X2 3600+ (2.0Ghz - 90nm - L2 cache 2x256kb)
-------------------------
CPU-Z version 1.45
-------------------------
Processor 1 (ID = 0)
Number of cores 2 (max 2)
Number of threads 2 (max 2)
Name AMD Athlon 64 X2 3600+
Codename Windsor
Specification AMD Athlon(tm) 64 X2 Dual Core Processor 3600+
Package Socket AM2 (940)
CPUID F.B.2
Extended CPUID F.4B
Brand ID 4
Core Stepping BH-F2
Technology 90 nm
Core Speed 2009.3 MHz (10.0 x 200.9 MHz)
HT Link speed 803.7 MHz
Stock frequency 2000 MHz
Instructions sets MMX (+), 3DNow! (+), SSE, SSE2, SSE3, x86-64
L1 Data cache 2 x 64 KBytes, 2-way set associative, 64-byte line size
L1 Instruction cache 2 x 64 KBytes, 2-way set associative, 64-byte line size
L2 cache 2 x 256 KBytes, 16-way set associative, 64-byte line size
FID/VID Control yes
max FID 10.0x
max VID 1.300 V
Features XD, VT
K8 Thermal sensor yes
K8 Revision ID 5.2
add4x4_idct_c: 2584
add4x4_idct_mmx: 390
add8x8_idct_c: 9141
add8x8_idct_mmx: 1511
add8x8_idct_sse2: 1454
add8x8_idct8_c: 14080
add8x8_idct8_mmx: 2021
add8x8_idct8_sse2: 1973
add16x16_idct_c: 37261
add16x16_idct_mmx: 6046
add16x16_idct_sse2: 5713
add16x16_idct8_c: 55110
add16x16_idct8_mmx: 7850
add16x16_idct8_sse2: 7716
avg_4x2_c: 384
avg_4x2_mmx: 202
avg_4x4_c: 646
avg_4x4_mmx: 252
avg_4x8_c: 1112
avg_4x8_mmx: 332
avg_8x4_c: 1062
avg_8x4_mmx: 252
avg_8x8_c: 2008
avg_8x8_mmx: 332
avg_8x16_c: 3903
avg_8x16_mmx: 491
avg_16x8_c: 3440
avg_16x8_mmx: 482
avg_16x8_sse2: 561
avg_16x16_c: 6860
avg_16x16_mmx: 794
avg_16x16_sse2: 962
avg_weight_4x4_c: 1334
avg_weight_4x4_mmx: 420
avg_weight_8x4_c: 2464
avg_weight_8x4_mmx: 875
avg_weight_8x8_c: 17110
avg_weight_8x8_mmx: 1392
avg_weight_8x16_c: 7712
avg_weight_8x16_mmx: 2693
avg_weight_16x8_c: 11942
avg_weight_16x8_mmx: 2518
avg_weight_16x16_c: 18987
avg_weight_16x16_mmx: 4330
cabac_encode_decision_c: 1889225
cabac_encode_decision_mmx: 1583972
dct4x4dc_c: 899
dct4x4dc_mmx: 318
deblock_h_chroma_c: 1734
deblock_h_chroma_mmx: 827
deblock_h_chroma_intra_c: 1113
deblock_h_chroma_intra_mmx: 758
deblock_h_luma_c: 4890
deblock_h_luma_mmx: 2366
deblock_h_luma_sse2: 2159
deblock_h_luma_intra_c: 4763
deblock_h_luma_intra_mmx: 3571
deblock_h_luma_intra_sse2: 3320
deblock_v_chroma_c: 1780
deblock_v_chroma_mmx: 461
deblock_v_chroma_intra_c: 13826
deblock_v_chroma_intra_mmx: 432
deblock_v_luma_c: 5431
deblock_v_luma_mmx: 1646
deblock_v_luma_sse2: 1235
deblock_v_luma_intra_c: 6020
deblock_v_luma_intra_mmx: 2432
deblock_v_luma_intra_sse2: 1992
dequant_4x4_cqm_c: 2725
dequant_4x4_cqm_mmx: 340
dequant_4x4_cqm_sse2: 345
dequant_4x4_flat_c: 839
dequant_4x4_flat_mmx: 259
dequant_4x4_flat_sse2: 264
dequant_8x8_cqm_c: 2454
dequant_8x8_cqm_mmx: 1219
dequant_8x8_cqm_sse2: 1057
dequant_8x8_flat_c: 3101
dequant_8x8_flat_mmx: 690
dequant_8x8_flat_sse2: 652
esa_ads_c: 4422
esa_ads_mmx: 1349
esa_ads_sse2: 1450
get_ref_4x4_c: 1677
get_ref_4x4_mmx: 569
get_ref_4x4_mmx_c64: 570
get_ref_4x4_mmx_c32: 569
get_ref_4x4_sse2: 568
get_ref_4x4_sse2_c64: 568
get_ref_4x4_sse3_c64: 569
get_ref_4x8_c: 1982
get_ref_4x8_mmx: 693
get_ref_4x8_mmx_c64: 695
get_ref_4x8_mmx_c32: 693
get_ref_4x8_sse2: 692
get_ref_4x8_sse2_c64: 692
get_ref_4x8_sse3_c64: 692
get_ref_8x4_c: 2066
get_ref_8x4_mmx: 593
get_ref_8x4_mmx_c64: 608
get_ref_8x4_mmx_c32: 612
get_ref_8x4_sse2: 1022
get_ref_8x4_sse2_c64: 606
get_ref_8x4_sse3_c64: 608
get_ref_8x8_c: 2845
get_ref_8x8_mmx: 722
get_ref_8x8_mmx_c64: 742
get_ref_8x8_mmx_c32: 748
get_ref_8x8_sse2: 722
get_ref_8x8_sse2_c64: 739
get_ref_8x8_sse3_c64: 741
get_ref_8x16_c: 6192
get_ref_8x16_mmx: 1120
get_ref_8x16_mmx_c64: 1156
get_ref_8x16_mmx_c32: 1170
get_ref_8x16_sse2: 1119
get_ref_8x16_sse2_c64: 1150
get_ref_8x16_sse3_c64: 1156
get_ref_12x10_c: 4472
get_ref_12x10_mmx: 1378
get_ref_12x10_mmx_c64: 1023
get_ref_12x10_mmx_c32: 1093
get_ref_12x10_sse2: 949
get_ref_12x10_sse2_c64: 1088
get_ref_12x10_sse3_c64: 992
get_ref_16x8_c: 4621
get_ref_16x8_mmx: 862
get_ref_16x8_mmx_c64: 1352
get_ref_16x8_mmx_c32: 964
get_ref_16x8_sse2: 868
get_ref_16x8_sse2_c64: 920
get_ref_16x8_sse3_c64: 868
get_ref_16x16_c: 4633
get_ref_16x16_mmx: 1375
get_ref_16x16_mmx_c64: 1469
get_ref_16x16_mmx_c32: 1557
get_ref_16x16_sse2: 1396
get_ref_16x16_sse2_c64: 1494
get_ref_16x16_sse3_c64: 3181
get_ref_20x18_c: 3150
get_ref_20x18_mmx: 1853
get_ref_20x18_mmx_c64: 1656
get_ref_20x18_mmx_c32: 1504
get_ref_20x18_sse2: 2523
get_ref_20x18_sse2_c64: 2241
get_ref_20x18_sse3_c64: 2000
hpel_filter_c: 261800
hpel_filter_mmx: 47776
hpel_filter_sse2: 68473
idct4x4dc_c: 1029
idct4x4dc_mmx: 239
intra_predict_4x4_ddl_c: 380
intra_predict_4x4_ddl_mmx: 174
intra_predict_4x4_vl_c: 360
intra_predict_4x4_vl_mmx: 138
intra_predict_8x8_dc_c: 309
intra_predict_8x8_dc_mmx: 211
intra_predict_8x8_dcl_c: 255
intra_predict_8x8_dcl_mmx: 194
intra_predict_8x8_dct_c: 254
intra_predict_8x8_dct_mmx: 162
intra_predict_8x8_ddl_c: 868
intra_predict_8x8_ddl_mmx: 429
intra_predict_8x8_ddl_sse2: 301
intra_predict_8x8_ddr_c: 912
intra_predict_8x8_ddr_mmx: 452
intra_predict_8x8_ddr_sse2: 293
intra_predict_8x8_v_c: 191
intra_predict_8x8_v_mmx: 161
intra_predict_8x8_vl_c: 897
intra_predict_8x8_vl_sse2: 341
intra_predict_8x8_vr_c: 994
intra_predict_8x8_vr_mmx: 538
intra_predict_8x8c_dc_c: 388
intra_predict_8x8c_dc_mmx: 428
intra_predict_8x8c_p_c: 2820
intra_predict_8x8c_p_mmx: 889
intra_predict_8x8c_v_c: 191
intra_predict_8x8c_v_mmx: 140
intra_predict_16x16_dc_c: 743
intra_predict_16x16_dc_mmx: 731
intra_predict_16x16_dc_sse2: 690
intra_predict_16x16_dct_c: 565
intra_predict_16x16_dct_mmx: 430
intra_predict_16x16_dct_sse2: 512
intra_predict_16x16_p_c: 9459
intra_predict_16x16_p_mmx: 2105
intra_predict_16x16_p_sse2: 2172
intra_predict_16x16_v_c: 461
intra_predict_16x16_v_mmx: 333
intra_predict_16x16_v_sse2: 319
intra_sa8d_x3_8x8_mmx: 3450
intra_satd_x3_4x4_mmx: 853
intra_satd_x3_8x8c_mmx: 2497
intra_satd_x3_16x16_mmx: 8592
mc_chroma_2x2_c: 789
mc_chroma_2x2_mmx: 503
mc_chroma_2x4_c: 5836
mc_chroma_2x4_mmx: 713
mc_chroma_4x2_c: 1172
mc_chroma_4x2_mmx: 524
mc_chroma_4x4_c: 1954
mc_chroma_4x4_mmx: 744
mc_chroma_4x8_c: 26391
mc_chroma_4x8_mmx: 1081
mc_chroma_8x4_c: 3360
mc_chroma_8x4_mmx: 1120
mc_chroma_8x8_c: 29102
mc_chroma_8x8_mmx: 2113
mc_luma_4x4_c: 1398
mc_luma_4x4_mmx: 620
mc_luma_4x4_mmx_c64: 622
mc_luma_4x4_mmx_c32: 619
mc_luma_4x4_sse2: 618
mc_luma_4x4_sse2_c64: 620
mc_luma_4x4_sse3_c64: 1049
mc_luma_4x8_c: 2568
mc_luma_4x8_mmx: 729
mc_luma_4x8_mmx_c64: 729
mc_luma_4x8_mmx_c32: 728
mc_luma_4x8_sse2: 727
mc_luma_4x8_sse2_c64: 729
mc_luma_4x8_sse3_c64: 728
mc_luma_8x4_c: 2081
mc_luma_8x4_mmx: 647
mc_luma_8x4_mmx_c64: 664
mc_luma_8x4_mmx_c32: 672
mc_luma_8x4_sse2: 649
mc_luma_8x4_sse2_c64: 664
mc_luma_8x4_sse3_c64: 664
mc_luma_8x8_c: 3145
mc_luma_8x8_mmx: 788
mc_luma_8x8_mmx_c64: 804
mc_luma_8x8_mmx_c32: 815
mc_luma_8x8_sse2: 790
mc_luma_8x8_sse2_c64: 804
mc_luma_8x8_sse3_c64: 805
mc_luma_8x16_c: 4475
mc_luma_8x16_mmx: 1226
mc_luma_8x16_mmx_c64: 1271
mc_luma_8x16_mmx_c32: 1288
mc_luma_8x16_sse2: 1226
mc_luma_8x16_sse2_c64: 3453
mc_luma_8x16_sse3_c64: 1273
mc_luma_16x8_c: 4646
mc_luma_16x8_mmx: 998
mc_luma_16x8_mmx_c64: 1052
mc_luma_16x8_mmx_c32: 1100
mc_luma_16x8_sse2: 1009
mc_luma_16x8_sse2_c64: 1064
mc_luma_16x8_sse3_c64: 1009
mc_luma_16x16_c: 4926
mc_luma_16x16_mmx: 1590
mc_luma_16x16_mmx_c64: 1703
mc_luma_16x16_mmx_c32: 1795
mc_luma_16x16_sse2: 4611686018427388928
mc_luma_16x16_sse2_c64: 2164
mc_luma_16x16_sse3_c64: 4611686018427387904
quant_2x2_dc_c: 431
quant_2x2_dc_mmx: 172
quant_4x4_c: 996
quant_4x4_mmx: 290
quant_4x4_sse2: 250
quant_4x4_dc_c: 1089
quant_4x4_dc_mmx: 288
quant_4x4_dc_sse2: 256
quant_8x8_c: 3288
quant_8x8_mmx: 1026
quant_8x8_sse2: 889
sa8d_8x8_c: 6749
sa8d_8x8_mmx: 1986
sa8d_8x8_sse2: 1988
sa8d_16x16_c: 25774
sa8d_16x16_mmx: 8096
sa8d_16x16_sse2: 7980
sad_4x4_c: 862
sad_4x4_mmx: 229
sad_4x8_c: 1558
sad_4x8_mmx: 329
sad_8x4_c: 1466
sad_8x4_mmx: 246
sad_8x4_mmx_c64: 268
sad_8x4_mmx_c32: 275
sad_8x8_c: 2754
sad_8x8_mmx: 365
sad_8x8_mmx_c64: 386
sad_8x8_mmx_c32: 398
sad_8x16_c: 5424
sad_8x16_mmx: 587
sad_8x16_mmx_c64: 596
sad_8x16_mmx_c32: 614
sad_16x8_c: 5098
sad_16x8_mmx: 493
sad_16x8_mmx_c64: 554
sad_16x8_mmx_c32: 606
sad_16x8_sse2: 592
sad_16x8_sse2_c64: 731
sad_16x8_sse3_c64: 592
sad_16x16_c: 10109
sad_16x16_mmx: 820
sad_16x16_mmx_c64: 996
sad_16x16_mmx_c32: 1162
sad_16x16_sse2: 949
sad_16x16_sse2_c64: 1112
sad_16x16_sse3_c64: 949
sad_x3_4x4_c: 2457
sad_x3_4x4_mmx: 389
sad_x3_4x8_c: 4558
sad_x3_4x8_mmx: 542
sad_x3_8x4_c: 4259
sad_x3_8x4_mmx: 450
sad_x3_8x8_c: 11864
sad_x3_8x8_mmx: 646
sad_x3_8x8_mmx_c64: 842
sad_x3_8x8_mmx_c32: 972
sad_x3_8x16_c: 19942
sad_x3_8x16_mmx: 1075
sad_x3_8x16_mmx_c64: 1360
sad_x3_8x16_mmx_c32: 1545
sad_x3_16x8_c: 15465
sad_x3_16x8_mmx: 1101
sad_x3_16x8_mmx_c64: 1454
sad_x3_16x8_mmx_c32: 1767
sad_x3_16x8_sse2: 1120
sad_x3_16x8_sse2_c64: 1877
sad_x3_16x8_sse3_c64: 1119
sad_x3_16x16_c: 5979
sad_x3_16x16_mmx: 1987
sad_x3_16x16_mmx_c64: 2686
sad_x3_16x16_mmx_c32: 3343
sad_x3_16x16_sse2: 2048
sad_x3_16x16_sse2_c64: 2954
sad_x3_16x16_sse3_c64: 2048
sad_x4_4x4_c: 3324
sad_x4_4x4_mmx: 475
sad_x4_4x8_c: 6183
sad_x4_4x8_mmx: 9480
sad_x4_8x4_c: 77818
sad_x4_8x4_mmx: 548
sad_x4_8x8_c: 9954
sad_x4_8x8_mmx: 808
sad_x4_8x8_mmx_c64: 1084
sad_x4_8x8_mmx_c32: 1316
sad_x4_8x16_c: 23836
sad_x4_8x16_mmx: 1383
sad_x4_8x16_mmx_c64: 1735
sad_x4_8x16_mmx_c32: 2065
sad_x4_16x8_c: 22949
sad_x4_16x8_mmx: 1382
sad_x4_16x8_mmx_c64: 1892
sad_x4_16x8_mmx_c32: 2383
sad_x4_16x8_sse2: 1419
sad_x4_16x8_sse2_c64: 2498
sad_x4_16x8_sse3_c64: 1419
sad_x4_16x16_c: 18732
sad_x4_16x16_mmx: 2531
sad_x4_16x16_mmx_c64: 3512
sad_x4_16x16_mmx_c32: 13313
sad_x4_16x16_sse2: 2514
sad_x4_16x16_sse2_c64: 3868
sad_x4_16x16_sse3_c64: 2515
satd_4x4_c: 1504
satd_4x4_mmx: 578
satd_4x8_c: 3116
satd_4x8_mmx: 952
satd_8x4_c: 6553
satd_8x4_mmx: 959
satd_8x4_sse2: 983
satd_8x8_c: 9818
satd_8x8_mmx: 1721
satd_8x8_sse2: 1683
satd_8x16_c: 30096
satd_8x16_mmx: 3205
satd_8x16_sse2: 3119
satd_16x8_c: 12515
satd_16x8_mmx: 3215
satd_16x8_sse2: 3122
satd_16x16_c: 28074
satd_16x16_mmx: 6175
satd_16x16_sse2: 6001
ssd_4x4_c: 693
ssd_4x4_mmx: 260
ssd_4x8_c: 1257
ssd_4x8_mmx: 419
ssd_8x4_c: 1635
ssd_8x4_mmx: 444
ssd_8x4_sse2: 380
ssd_8x8_c: 3100
ssd_8x8_mmx: 755
ssd_8x8_sse2: 665
ssd_8x16_c: 6168
ssd_8x16_mmx: 1407
ssd_8x16_sse2: 1225
ssd_16x8_c: 5769
ssd_16x8_mmx: 1409
ssd_16x8_sse2: 1204
ssd_16x16_c: 11416
ssd_16x16_mmx: 2675
ssd_16x16_sse2: 2285
sub4x4_dct_c: 1172
sub4x4_dct_mmx: 395
sub8x8_dct_c: 4386
sub8x8_dct_mmx: 1350
sub8x8_dct_sse2: 1299
sub8x8_dct8_c: 8626
sub8x8_dct8_mmx: 2015
sub8x8_dct8_sse2: 1976
sub16x16_dct_c: 17714
sub16x16_dct_mmx: 5200
sub16x16_dct_sse2: 4938
sub16x16_dct8_c: 34582
sub16x16_dct8_mmx: 7851
sub16x16_dct8_sse2: 7446
zigzag_scan_4x4_field_c: 198
zigzag_scan_4x4_field_mmx: 169
roozhou
5th June 2008, 05:10
AMD Turion 64 X2 @ 1.8G
add4x4_idct_c: 2590
add4x4_idct_mmx: 390
add8x8_idct_c: 9120
add8x8_idct_mmx: 1511
add8x8_idct_sse2: 1457
add8x8_idct8_c: 14132
add8x8_idct8_mmx: 2021
add8x8_idct8_sse2: 1976
add16x16_idct_c: 37355
add16x16_idct_mmx: 6052
add16x16_idct_sse2: 5724
add16x16_idct8_c: 54914
add16x16_idct8_mmx: 7852
add16x16_idct8_sse2: 7712
avg_4x2_c: 386
avg_4x2_mmx: 202
avg_4x4_c: 646
avg_4x4_mmx: 2884
avg_4x8_c: 1114
avg_4x8_mmx: 332
avg_8x4_c: 1064
avg_8x4_mmx: 252
avg_8x8_c: 2014
avg_8x8_mmx: 332
avg_8x16_c: 3906
avg_8x16_mmx: 492
avg_16x8_c: 3442
avg_16x8_mmx: 482
avg_16x8_sse2: 561
avg_16x16_c: 6864
avg_16x16_mmx: 795
avg_16x16_sse2: 961
avg_weight_4x4_c: 1334
avg_weight_4x4_mmx: 419
avg_weight_8x4_c: 2408
avg_weight_8x4_mmx: 868
avg_weight_8x8_c: 5127
avg_weight_8x8_mmx: 1399
avg_weight_8x16_c: 9936
avg_weight_8x16_mmx: 2707
avg_weight_16x8_c: 9648
avg_weight_16x8_mmx: 2520
avg_weight_16x16_c: 18960
avg_weight_16x16_mmx: 4910
cabac_encode_decision_c: 1890136
cabac_encode_decision_mmx: 1586894
dct4x4dc_c: 899
dct4x4dc_mmx: 319
deblock_h_chroma_c: 1734
deblock_h_chroma_mmx: 827
deblock_h_chroma_intra_c: 1114
deblock_h_chroma_intra_mmx: 760
deblock_h_luma_c: 4878
deblock_h_luma_mmx: 2369
deblock_h_luma_sse2: 2158
deblock_h_luma_intra_c: 5060
deblock_h_luma_intra_mmx: 3573
deblock_h_luma_intra_sse2: 3320
deblock_v_chroma_c: 2062
deblock_v_chroma_mmx: 464
deblock_v_chroma_intra_c: 1068
deblock_v_chroma_intra_mmx: 440
deblock_v_luma_c: 5722
deblock_v_luma_mmx: 1572
deblock_v_luma_sse2: 1234
deblock_v_luma_intra_c: 6316
deblock_v_luma_intra_mmx: 2438
deblock_v_luma_intra_sse2: 2068
dequant_4x4_cqm_c: 852
dequant_4x4_cqm_mmx: 341
dequant_4x4_cqm_sse2: 345
dequant_4x4_flat_c: 816
dequant_4x4_flat_mmx: 260
dequant_4x4_flat_sse2: 264
dequant_8x8_cqm_c: 3194
dequant_8x8_cqm_mmx: 1174
dequant_8x8_cqm_sse2: 1058
dequant_8x8_flat_c: 3182
dequant_8x8_flat_mmx: 683
dequant_8x8_flat_sse2: 627
esa_ads_c: 4591
esa_ads_mmx: 1351
esa_ads_sse2: 1450
get_ref_4x4_c: 1401
get_ref_4x4_mmx: 568
get_ref_4x4_mmx_c64: 569
get_ref_4x4_mmx_c32: 570
get_ref_4x4_sse2: 570
get_ref_4x4_sse2_c64: 569
get_ref_4x4_sse3_c64: 578
get_ref_4x8_c: 2277
get_ref_4x8_mmx: 692
get_ref_4x8_mmx_c64: 693
get_ref_4x8_mmx_c32: 693
get_ref_4x8_sse2: 704
get_ref_4x8_sse2_c64: 693
get_ref_4x8_sse3_c64: 692
get_ref_8x4_c: 2099
get_ref_8x4_mmx: 592
get_ref_8x4_mmx_c64: 596
get_ref_8x4_mmx_c32: 612
get_ref_8x4_sse2: 594
get_ref_8x4_sse2_c64: 607
get_ref_8x4_sse3_c64: 607
get_ref_8x8_c: 3430
get_ref_8x8_mmx: 720
get_ref_8x8_mmx_c64: 751
get_ref_8x8_mmx_c32: 749
get_ref_8x8_sse2: 745
get_ref_8x8_sse2_c64: 742
get_ref_8x8_sse3_c64: 750
get_ref_8x16_c: 6155
get_ref_8x16_mmx: 1118
get_ref_8x16_mmx_c64: 1165
get_ref_8x16_mmx_c32: 1198
get_ref_8x16_sse2: 1135
get_ref_8x16_sse2_c64: 1167
get_ref_8x16_sse3_c64: 1168
get_ref_12x10_c: 6299
get_ref_12x10_mmx: 946
get_ref_12x10_mmx_c64: 1031
get_ref_12x10_mmx_c32: 1106
get_ref_12x10_sse2: 951
get_ref_12x10_sse2_c64: 1090
get_ref_12x10_sse3_c64: 1000
get_ref_16x8_c: 6129
get_ref_16x8_mmx: 870
get_ref_16x8_mmx_c64: 933
get_ref_16x8_mmx_c32: 967
get_ref_16x8_sse2: 858
get_ref_16x8_sse2_c64: 923
get_ref_16x8_sse3_c64: 856
get_ref_16x16_c: 4612
get_ref_16x16_mmx: 1342
get_ref_16x16_mmx_c64: 1441
get_ref_16x16_mmx_c32: 1578
get_ref_16x16_sse2: 1374
get_ref_16x16_sse2_c64: 1472
get_ref_16x16_sse3_c64: 1398
get_ref_20x18_c: 1096
get_ref_20x18_mmx: 1845
get_ref_20x18_mmx_c64: 2074
get_ref_20x18_mmx_c32: 1912
get_ref_20x18_sse2: 2102
get_ref_20x18_sse2_c64: 2255
get_ref_20x18_sse3_c64: 2004
hpel_filter_c: 254984
hpel_filter_mmx: 46295
hpel_filter_sse2: 69199
idct4x4dc_c: 1029
idct4x4dc_mmx: 239
intra_predict_4x4_ddl_c: 380
intra_predict_4x4_ddl_mmx: 174
intra_predict_4x4_vl_c: 360
intra_predict_4x4_vl_mmx: 138
intra_predict_8x8_dc_c: 310
intra_predict_8x8_dc_mmx: 211
intra_predict_8x8_dcl_c: 253
intra_predict_8x8_dcl_mmx: 194
intra_predict_8x8_dct_c: 252
intra_predict_8x8_dct_mmx: 162
intra_predict_8x8_ddl_c: 865
intra_predict_8x8_ddl_mmx: 425
intra_predict_8x8_ddl_sse2: 301
intra_predict_8x8_ddr_c: 914
intra_predict_8x8_ddr_mmx: 452
intra_predict_8x8_ddr_sse2: 293
intra_predict_8x8_v_c: 191
intra_predict_8x8_v_mmx: 162
intra_predict_8x8_vl_c: 906
intra_predict_8x8_vl_sse2: 342
intra_predict_8x8_vr_c: 998
intra_predict_8x8_vr_mmx: 538
intra_predict_8x8c_dc_c: 386
intra_predict_8x8c_dc_mmx: 428
intra_predict_8x8c_p_c: 2817
intra_predict_8x8c_p_mmx: 887
intra_predict_8x8c_v_c: 191
intra_predict_8x8c_v_mmx: 140
intra_predict_16x16_dc_c: 753
intra_predict_16x16_dc_mmx: 732
intra_predict_16x16_dc_sse2: 689
intra_predict_16x16_dct_c: 567
intra_predict_16x16_dct_mmx: 433
intra_predict_16x16_dct_sse2: 503
intra_predict_16x16_p_c: 9406
intra_predict_16x16_p_mmx: 2106
intra_predict_16x16_p_sse2: 2171
intra_predict_16x16_v_c: 460
intra_predict_16x16_v_mmx: 332
intra_predict_16x16_v_sse2: 324
intra_sa8d_x3_8x8_mmx: 3449
intra_satd_x3_4x4_mmx: 854
intra_satd_x3_8x8c_mmx: 2498
intra_satd_x3_16x16_mmx: 8594
mc_chroma_2x2_c: 812
mc_chroma_2x2_mmx: 605
mc_chroma_2x4_c: 1348
mc_chroma_2x4_mmx: 735
mc_chroma_4x2_c: 1147
mc_chroma_4x2_mmx: 568
mc_chroma_4x4_c: 1848
mc_chroma_4x4_mmx: 750
mc_chroma_4x8_c: 3478
mc_chroma_4x8_mmx: 1146
mc_chroma_8x4_c: 3252
mc_chroma_8x4_mmx: 1110
mc_chroma_8x8_c: 5865
mc_chroma_8x8_mmx: 2127
mc_luma_4x4_c: 1380
mc_luma_4x4_mmx: 717
mc_luma_4x4_mmx_c64: 728
mc_luma_4x4_mmx_c32: 726
mc_luma_4x4_sse2: 740
mc_luma_4x4_sse2_c64: 729
mc_luma_4x4_sse3_c64: 717
mc_luma_4x8_c: 2321
mc_luma_4x8_mmx: 737
mc_luma_4x8_mmx_c64: 728
mc_luma_4x8_mmx_c32: 726
mc_luma_4x8_sse2: 727
mc_luma_4x8_sse2_c64: 718
mc_luma_4x8_sse3_c64: 726
mc_luma_8x4_c: 2082
mc_luma_8x4_mmx: 647
mc_luma_8x4_mmx_c64: 664
mc_luma_8x4_mmx_c32: 693
mc_luma_8x4_sse2: 650
mc_luma_8x4_sse2_c64: 664
mc_luma_8x4_sse3_c64: 664
mc_luma_8x8_c: 3480
mc_luma_8x8_mmx: 786
mc_luma_8x8_mmx_c64: 793
mc_luma_8x8_mmx_c32: 815
mc_luma_8x8_sse2: 779
mc_luma_8x8_sse2_c64: 814
mc_luma_8x8_sse3_c64: 794
mc_luma_8x16_c: 6158
mc_luma_8x16_mmx: 1213
mc_luma_8x16_mmx_c64: 1261
mc_luma_8x16_mmx_c32: 1284
mc_luma_8x16_sse2: 1218
mc_luma_8x16_sse2_c64: 1261
mc_luma_8x16_sse3_c64: 1261
mc_luma_16x8_c: 6138
mc_luma_16x8_mmx: 1008
mc_luma_16x8_mmx_c64: 1052
mc_luma_16x8_mmx_c32: 1104
mc_luma_16x8_sse2: 1021
mc_luma_16x8_sse2_c64: 1076
mc_luma_16x8_sse3_c64: 999
mc_luma_16x16_c: 4702
mc_luma_16x16_mmx: 1578
mc_luma_16x16_mmx_c64: 1696
mc_luma_16x16_mmx_c32: 1797
mc_luma_16x16_sse2: 1612
mc_luma_16x16_sse2_c64: 1735
mc_luma_16x16_sse3_c64: 1632
quant_2x2_dc_c: 486
quant_2x2_dc_mmx: 172
quant_4x4_c: 1012
quant_4x4_mmx: 290
quant_4x4_sse2: 250
quant_4x4_dc_c: 1120
quant_4x4_dc_mmx: 300
quant_4x4_dc_sse2: 256
quant_8x8_c: 4352
quant_8x8_mmx: 1026
quant_8x8_sse2: 889
sa8d_8x8_c: 6756
sa8d_8x8_mmx: 1986
sa8d_8x8_sse2: 2018
sa8d_16x16_c: 26186
sa8d_16x16_mmx: 8250
sa8d_16x16_sse2: 7928
sad_4x4_c: 862
sad_4x4_mmx: 229
sad_4x8_c: 1725
sad_4x8_mmx: 329
sad_8x4_c: 1426
sad_8x4_mmx: 246
sad_8x4_mmx_c64: 268
sad_8x4_mmx_c32: 275
sad_8x8_c: 2797
sad_8x8_mmx: 365
sad_8x8_mmx_c64: 386
sad_8x8_mmx_c32: 398
sad_8x16_c: 5385
sad_8x16_mmx: 587
sad_8x16_mmx_c64: 596
sad_8x16_mmx_c32: 615
sad_16x8_c: 5074
sad_16x8_mmx: 493
sad_16x8_mmx_c64: 514
sad_16x8_mmx_c32: 606
sad_16x8_sse2: 592
sad_16x8_sse2_c64: 731
sad_16x8_sse3_c64: 592
sad_16x16_c: 10059
sad_16x16_mmx: 820
sad_16x16_mmx_c64: 996
sad_16x16_mmx_c32: 1121
sad_16x16_sse2: 949
sad_16x16_sse2_c64: 1153
sad_16x16_sse3_c64: 949
sad_x3_4x4_c: 2298
sad_x3_4x4_mmx: 390
sad_x3_4x8_c: 5065
sad_x3_4x8_mmx: 501
sad_x3_8x4_c: 4092
sad_x3_8x4_mmx: 450
sad_x3_8x8_c: 8444
sad_x3_8x8_mmx: 647
sad_x3_8x8_mmx_c64: 844
sad_x3_8x8_mmx_c32: 973
sad_x3_8x16_c: 18122
sad_x3_8x16_mmx: 1076
sad_x3_8x16_mmx_c64: 1322
sad_x3_8x16_mmx_c32: 1548
sad_x3_16x8_c: 15359
sad_x3_16x8_mmx: 1102
sad_x3_16x8_mmx_c64: 1456
sad_x3_16x8_mmx_c32: 1772
sad_x3_16x8_sse2: 1122
sad_x3_16x8_sse2_c64: 1877
sad_x3_16x8_sse3_c64: 1122
sad_x3_16x16_c: 3651
sad_x3_16x16_mmx: 1947
sad_x3_16x16_mmx_c64: 2690
sad_x3_16x16_mmx_c32: 3352
sad_x3_16x16_sse2: 2051
sad_x3_16x16_sse2_c64: 2995
sad_x3_16x16_sse3_c64: 2051
sad_x4_4x4_c: 3497
sad_x4_4x4_mmx: 475
sad_x4_4x8_c: 6208
sad_x4_4x8_mmx: 668
sad_x4_8x4_c: 5862
sad_x4_8x4_mmx: 548
sad_x4_8x8_c: 11738
sad_x4_8x8_mmx: 850
sad_x4_8x8_mmx_c64: 1085
sad_x4_8x8_mmx_c32: 1319
sad_x4_8x16_c: 23804
sad_x4_8x16_mmx: 1340
sad_x4_8x16_mmx_c64: 1693
sad_x4_8x16_mmx_c32: 2063
sad_x4_16x8_c: 21782
sad_x4_16x8_mmx: 1383
sad_x4_16x8_mmx_c64: 1893
sad_x4_16x8_mmx_c32: 2385
sad_x4_16x8_sse2: 1419
sad_x4_16x8_sse2_c64: 2500
sad_x4_16x8_sse3_c64: 1419
sad_x4_16x16_c: 15552
sad_x4_16x16_mmx: 2450
sad_x4_16x16_mmx_c64: 3597
sad_x4_16x16_mmx_c32: 4542
sad_x4_16x16_sse2: 2558
sad_x4_16x16_sse2_c64: 3870
sad_x4_16x16_sse3_c64: 2515
satd_4x4_c: 1504
satd_4x4_mmx: 578
satd_4x8_c: 3286
satd_4x8_mmx: 952
satd_8x4_c: 3133
satd_8x4_mmx: 959
satd_8x4_sse2: 983
satd_8x8_c: 6048
satd_8x8_mmx: 1721
satd_8x8_sse2: 1683
satd_8x16_c: 12104
satd_8x16_mmx: 3122
satd_8x16_sse2: 3119
satd_16x8_c: 12587
satd_16x8_mmx: 3215
satd_16x8_sse2: 3123
satd_16x16_c: 24502
satd_16x16_mmx: 6175
satd_16x16_sse2: 5961
ssd_4x4_c: 692
ssd_4x4_mmx: 260
ssd_4x8_c: 1256
ssd_4x8_mmx: 460
ssd_8x4_c: 1633
ssd_8x4_mmx: 444
ssd_8x4_sse2: 380
ssd_8x8_c: 3104
ssd_8x8_mmx: 715
ssd_8x8_sse2: 665
ssd_8x16_c: 6170
ssd_8x16_mmx: 1448
ssd_8x16_sse2: 1225
ssd_16x8_c: 5945
ssd_16x8_mmx: 1451
ssd_16x8_sse2: 1204
ssd_16x16_c: 11509
ssd_16x16_mmx: 2675
ssd_16x16_sse2: 2284
sub4x4_dct_c: 1168
sub4x4_dct_mmx: 396
sub8x8_dct_c: 4390
sub8x8_dct_mmx: 1346
sub8x8_dct_sse2: 1300
sub8x8_dct8_c: 8632
sub8x8_dct8_mmx: 2019
sub8x8_dct8_sse2: 1966
sub16x16_dct_c: 23088
sub16x16_dct_mmx: 5240
sub16x16_dct_sse2: 4925
sub16x16_dct8_c: 39817
sub16x16_dct8_mmx: 7869
sub16x16_dct8_sse2: 7440
zigzag_scan_4x4_field_c: 199
zigzag_scan_4x4_field_mmx: 169
professor_desty_nova
5th June 2008, 08:55
AMD Athlon(TM) XP 3000+ @ 2223MHz WinXP SP2
Processor 1 (ID = 0)
Number of cores 1 (max 1)
Number of threads 1 (max 1)
Name AMD Athlon XP
Codename Barton
Specification AMD Athlon(TM) XP 3000+
Package Socket A (462)
CPUID 6.A.0
Extended CPUID 7.A
Core Stepping
Technology 0.13 um
Core Speed 2223.4 MHz (13.0 x 171.0 MHz)
Rated Bus speed 342.1 MHz
Instructions sets MMX (+), 3DNow! (+), SSE
L1 Data cache 64 KBytes, 2-way set associative, 64-byte line size
L1 Instruction cache 64 KBytes, 2-way set associative, 64-byte line size
L2 cache 512 KBytes, 16-way set associative, 64-byte line size
FID/VID Control no
Features
K7 Thermal sensor yes
add4x4_idct_c: 2987
add4x4_idct_mmx: 450
add8x8_idct_c: 11086
add8x8_idct_mmx: 1596
add8x8_idct8_c: 16546
add8x8_idct8_mmx: 2031
add16x16_idct_c: 46576
add16x16_idct_mmx: 6189
add16x16_idct8_c: 64932
add16x16_idct8_mmx: 7954
avg_4x2_c: 498
avg_4x2_mmx: 211
avg_4x4_c: 800
avg_4x4_mmx: 253
avg_4x8_c: 1495
avg_4x8_mmx: 342
avg_8x4_c: 1320
avg_8x4_mmx: 252
avg_8x8_c: 2550
avg_8x8_mmx: 342
avg_8x16_c: 5016
avg_8x16_mmx: 520
avg_16x8_c: 4808
avg_16x8_mmx: 512
avg_16x16_c: 9618
avg_16x16_mmx: 870
avg_weight_4x4_c: 1790
avg_weight_4x4_mmx: 447
avg_weight_8x4_c: 3299
avg_weight_8x4_mmx: 878
avg_weight_8x8_c: 6940
avg_weight_8x8_mmx: 1445
avg_weight_8x16_c: 13644
avg_weight_8x16_mmx: 2811
avg_weight_16x8_c: 13052
avg_weight_16x8_mmx: 2656
avg_weight_16x16_c: 25887
avg_weight_16x16_mmx: 5295
cabac_encode_decision_c: 1904510
cabac_encode_decision_mmx: 1811046
dct4x4dc_c: 1030
dct4x4dc_mmx: 320
deblock_h_chroma_c: 1913
deblock_h_chroma_mmx: 883
deblock_h_chroma_intra_c: 1365
deblock_h_chroma_intra_mmx: 787
deblock_h_luma_c: 5702
deblock_h_luma_mmx: 2478
deblock_h_luma_intra_c: 5314
deblock_h_luma_intra_mmx: 3690
deblock_v_chroma_c: 1978
deblock_v_chroma_mmx: 515
deblock_v_chroma_intra_c: 1614
deblock_v_chroma_intra_mmx: 450
deblock_v_luma_c: 6244
deblock_v_luma_mmx: 1699
deblock_v_luma_intra_c: 6482
deblock_v_luma_intra_mmx: 2409
dequant_4x4_cqm_c: 1130
dequant_4x4_cqm_mmx: 388
dequant_4x4_flat_c: 1121
dequant_4x4_flat_mmx: 310
dequant_8x8_cqm_c: 4782
dequant_8x8_cqm_mmx: 1214
dequant_8x8_flat_c: 4669
dequant_8x8_flat_mmx: 746
esa_ads_c: 5131
esa_ads_mmx: 1710
get_ref_4x4_c: 1530
get_ref_4x4_mmx: 610
get_ref_4x4_mmx_c64: 610
get_ref_4x4_mmx_c32: 608
get_ref_4x8_c: 2519
get_ref_4x8_mmx: 726
get_ref_4x8_mmx_c64: 724
get_ref_4x8_mmx_c32: 724
get_ref_8x4_c: 2192
get_ref_8x4_mmx: 617
get_ref_8x4_mmx_c64: 641
get_ref_8x4_mmx_c32: 652
get_ref_8x8_c: 3664
get_ref_8x8_mmx: 749
get_ref_8x8_mmx_c64: 778
get_ref_8x8_mmx_c32: 793
get_ref_8x16_c: 6789
get_ref_8x16_mmx: 1020
get_ref_8x16_mmx_c64: 1111
get_ref_8x16_mmx_c32: 1124
get_ref_12x10_c: 6544
get_ref_12x10_mmx: 970
get_ref_12x10_mmx_c64: 1090
get_ref_12x10_mmx_c32: 1201
get_ref_16x8_c: 6306
get_ref_16x8_mmx: 903
get_ref_16x8_mmx_c64: 1012
get_ref_16x8_mmx_c32: 1116
get_ref_16x16_c: 12119
get_ref_16x16_mmx: 1334
get_ref_16x16_mmx_c64: 1585
get_ref_16x16_mmx_c32: 1771
get_ref_20x18_c: 1583
get_ref_20x18_mmx: 1945
get_ref_20x18_mmx_c64: 2207
get_ref_20x18_mmx_c32: 2038
hpel_filter_c: 313324
hpel_filter_mmx: 51352
idct4x4dc_c: 1102
idct4x4dc_mmx: 270
intra_predict_4x4_ddl_c: 385
intra_predict_4x4_ddl_mmx: 167
intra_predict_4x4_vl_c: 341
intra_predict_4x4_vl_mmx: 117
intra_predict_8x8_dc_c: 392
intra_predict_8x8_dc_mmx: 212
intra_predict_8x8_dcl_c: 292
intra_predict_8x8_dcl_mmx: 208
intra_predict_8x8_dct_c: 292
intra_predict_8x8_dct_mmx: 172
intra_predict_8x8_ddl_c: 899
intra_predict_8x8_ddl_mmx: 452
intra_predict_8x8_ddr_c: 960
intra_predict_8x8_ddr_mmx: 477
intra_predict_8x8_v_c: 212
intra_predict_8x8_v_mmx: 168
intra_predict_8x8_vr_c: 1004
intra_predict_8x8_vr_mmx: 494
intra_predict_8x8c_dc_c: 452
intra_predict_8x8c_dc_mmx: 351
intra_predict_8x8c_p_c: 3055
intra_predict_8x8c_p_mmx: 946
intra_predict_8x8c_v_c: 210
intra_predict_8x8c_v_mmx: 164
intra_predict_16x16_dc_c: 796
intra_predict_16x16_dc_mmx: 789
intra_predict_16x16_dct_c: 618
intra_predict_16x16_dct_mmx: 466
intra_predict_16x16_p_c: 10271
intra_predict_16x16_p_mmx: 2239
intra_predict_16x16_v_c: 482
intra_predict_16x16_v_mmx: 348
intra_sa8d_x3_8x8_mmx: 3422
intra_satd_x3_4x4_mmx: 880
intra_satd_x3_8x8c_mmx: 2728
intra_satd_x3_16x16_mmx: 8991
mc_chroma_2x2_c: 1176
mc_chroma_2x2_mmx: 519
mc_chroma_2x4_c: 2083
mc_chroma_2x4_mmx: 716
mc_chroma_4x2_c: 1852
mc_chroma_4x2_mmx: 519
mc_chroma_4x4_c: 3424
mc_chroma_4x4_mmx: 718
mc_chroma_4x8_c: 6266
mc_chroma_4x8_mmx: 1114
mc_chroma_8x4_c: 6264
mc_chroma_8x4_mmx: 1115
mc_chroma_8x8_c: 11802
mc_chroma_8x8_mmx: 2141
mc_luma_4x4_c: 1541
mc_luma_4x4_mmx: 668
mc_luma_4x4_mmx_c64: 667
mc_luma_4x4_mmx_c32: 668
mc_luma_4x8_c: 2542
mc_luma_4x8_mmx: 802
mc_luma_4x8_mmx_c64: 802
mc_luma_4x8_mmx_c32: 802
mc_luma_8x4_c: 2163
mc_luma_8x4_mmx: 689
mc_luma_8x4_mmx_c64: 702
mc_luma_8x4_mmx_c32: 718
mc_luma_8x8_c: 3684
mc_luma_8x8_mmx: 843
mc_luma_8x8_mmx_c64: 862
mc_luma_8x8_mmx_c32: 884
mc_luma_8x16_c: 6747
mc_luma_8x16_mmx: 1237
mc_luma_8x16_mmx_c64: 1279
mc_luma_8x16_mmx_c32: 1272
mc_luma_16x8_c: 6305
mc_luma_16x8_mmx: 1039
mc_luma_16x8_mmx_c64: 1136
mc_luma_16x8_mmx_c32: 1238
mc_luma_16x16_c: 12115
mc_luma_16x16_mmx: 1626
mc_luma_16x16_mmx_c64: 1820
mc_luma_16x16_mmx_c32: 1996
quant_2x2_dc_c: 515
quant_2x2_dc_mmx: 150
quant_4x4_c: 1241
quant_4x4_mmx: 365
quant_4x4_dc_c: 1666
quant_4x4_dc_mmx: 340
quant_8x8_c: 6142
quant_8x8_mmx: 1151
sa8d_8x8_c: 7490
sa8d_8x8_mmx: 2196
sa8d_16x16_c: 30367
sa8d_16x16_mmx: 8857
sad_4x4_c: 1052
sad_4x4_mmx: 233
sad_4x8_c: 1906
sad_4x8_mmx: 318
sad_8x4_c: 1711
sad_8x4_mmx: 272
sad_8x4_mmx_c64: 266
sad_8x4_mmx_c32: 277
sad_8x8_c: 3362
sad_8x8_mmx: 340
sad_8x8_mmx_c64: 368
sad_8x8_mmx_c32: 386
sad_8x16_c: 6680
sad_8x16_mmx: 536
sad_8x16_mmx_c64: 580
sad_8x16_mmx_c32: 612
sad_16x8_c: 6214
sad_16x8_mmx: 468
sad_16x8_mmx_c64: 539
sad_16x8_mmx_c32: 612
sad_16x16_c: 12350
sad_16x16_mmx: 786
sad_16x16_mmx_c64: 1007
sad_16x16_mmx_c32: 1209
sad_x3_4x4_c: 3060
sad_x3_4x4_mmx: 382
sad_x3_4x8_c: 5638
sad_x3_4x8_mmx: 543
sad_x3_8x4_c: 5120
sad_x3_8x4_mmx: 442
sad_x3_8x8_c: 9961
sad_x3_8x8_mmx: 662
sad_x3_8x8_mmx_c64: 820
sad_x3_8x8_mmx_c32: 966
sad_x3_8x16_c: 21128
sad_x3_8x16_mmx: 1090
sad_x3_8x16_mmx_c64: 1319
sad_x3_8x16_mmx_c32: 1539
sad_x3_16x8_c: 18982
sad_x3_16x8_mmx: 1113
sad_x3_16x8_mmx_c64: 1496
sad_x3_16x8_mmx_c32: 1846
sad_x3_16x16_c: 39726
sad_x3_16x16_mmx: 2030
sad_x3_16x16_mmx_c64: 2816
sad_x3_16x16_mmx_c32: 3578
sad_x4_4x4_c: 4241
sad_x4_4x4_mmx: 465
sad_x4_4x8_c: 7515
sad_x4_4x8_mmx: 670
sad_x4_8x4_c: 7249
sad_x4_8x4_mmx: 544
sad_x4_8x8_c: 14034
sad_x4_8x8_mmx: 808
sad_x4_8x8_mmx_c64: 1129
sad_x4_8x8_mmx_c32: 1366
sad_x4_8x16_c: 28313
sad_x4_8x16_mmx: 1375
sad_x4_8x16_mmx_c64: 1812
sad_x4_8x16_mmx_c32: 2163
sad_x4_16x8_c: 26609
sad_x4_16x8_mmx: 1371
sad_x4_16x8_mmx_c64: 2010
sad_x4_16x8_mmx_c32: 2553
sad_x4_16x16_c: 53146
sad_x4_16x16_mmx: 2512
sad_x4_16x16_mmx_c64: 3724
sad_x4_16x16_mmx_c32: 4828
satd_4x4_c: 1650
satd_4x4_mmx: 588
satd_4x8_c: 3472
satd_4x8_mmx: 969
satd_8x4_c: 3497
satd_8x4_mmx: 970
satd_8x8_c: 6987
satd_8x8_mmx: 1756
satd_8x16_c: 13504
satd_8x16_mmx: 3318
satd_16x8_c: 13774
satd_16x8_mmx: 3297
satd_16x16_c: 27188
satd_16x16_mmx: 6431
ssd_4x4_c: 933
ssd_4x4_mmx: 297
ssd_4x8_c: 1656
ssd_4x8_mmx: 450
ssd_8x4_c: 2128
ssd_8x4_mmx: 448
ssd_8x8_c: 3992
ssd_8x8_mmx: 781
ssd_8x16_c: 7972
ssd_8x16_mmx: 1427
ssd_16x8_c: 6894
ssd_16x8_mmx: 1428
ssd_16x16_c: 13732
ssd_16x16_mmx: 2747
sub4x4_dct_c: 1334
sub4x4_dct_mmx: 422
sub8x8_dct_c: 5254
sub8x8_dct_mmx: 1408
sub8x8_dct8_c: 9126
sub8x8_dct8_mmx: 2087
sub16x16_dct_c: 20984
sub16x16_dct_mmx: 5346
sub16x16_dct8_c: 36940
sub16x16_dct8_mmx: 8134
zigzag_scan_4x4_field_c: 230
zigzag_scan_4x4_field_mmx: 200
techouse
5th June 2008, 11:36
Intel Core Duo T2300 @ 1.66 GHz (Centrino) using Windows Vista Ultimate SP-1 32-bit
Processor 1 (ID = 0)
Number of cores 2 (max 2)
Number of threads 2 (max 2)
Name Intel Core Duo T2300
Codename Yonah
Specification Genuine Intel(R) CPU T2300 @ 1.66GHz
Package Socket 479 mPGA (platform ID = 5h)
CPUID 6.E.8
Extended CPUID 6.E
Core Stepping C0
Technology 65 nm
Core Speed 1662.6 MHz (10.0 x 166.3 MHz)
Rated Bus speed 665.1 MHz
Stock frequency 1666 MHz
Instructions sets MMX, SSE, SSE2, SSE3
L1 Data cache 2 x 32 KBytes, 8-way set associative, 64-byte line size
L1 Instruction cache 2 x 32 KBytes, 8-way set associative, 64-byte line size
L2 cache 2048 KBytes, 8-way set associative, 64-byte line size
FID/VID Control yes
FID range 6.0x - 10.0x
max VID 1.263 V
Features , VT
add4x4_idct_c: 2675
add4x4_idct_mmx: 539
add8x8_idct_c: 9648
add8x8_idct_mmx: 1659
add8x8_idct_sse2: 1631
add8x8_idct8_c: 17107
add8x8_idct8_mmx: 2215
add8x8_idct8_sse2: 2243
add16x16_idct_c: 38512
add16x16_idct_mmx: 6150
add16x16_idct_sse2: 6280
add16x16_idct8_c: 68553
add16x16_idct8_mmx: 8284
add16x16_idct8_sse2: 8373
avg_4x2_c: 432
avg_4x2_mmx: 274
avg_4x4_c: 670
avg_4x4_mmx: 339
avg_4x8_c: 1082
avg_4x8_mmx: 439
avg_8x4_c: 1070
avg_8x4_mmx: 340
avg_8x8_c: 1880
avg_8x8_mmx: 439
avg_8x16_c: 3554
avg_8x16_mmx: 590
avg_16x8_c: 3480
avg_16x8_mmx: 520
avg_16x8_sse2: 570
avg_16x16_c: 6774
avg_16x16_mmx: 879
avg_16x16_sse2: 939
avg_weight_4x4_c: 1338
avg_weight_4x4_mmx: 520
avg_weight_8x4_c: 2341
avg_weight_8x4_mmx: 932
avg_weight_8x8_c: 4607
avg_weight_8x8_mmx: 1679
avg_weight_8x16_c: 8842
avg_weight_8x16_mmx: 2779
avg_weight_16x8_c: 8599
avg_weight_16x8_mmx: 2696
avg_weight_16x16_c: 16904
avg_weight_16x16_mmx: 4828
cabac_encode_decision_c: 2004301
cabac_encode_decision_mmx: 1474012
dct4x4dc_c: 1209
dct4x4dc_mmx: 359
deblock_h_chroma_c: 1601
deblock_h_chroma_mmx: 978
deblock_h_chroma_intra_c: 1234
deblock_h_chroma_intra_mmx: 929
deblock_h_luma_c: 4471
deblock_h_luma_mmx: 2571
deblock_h_luma_sse2: 2426
deblock_h_luma_intra_c: 4401
deblock_h_luma_intra_mmx: 3634
deblock_h_luma_intra_sse2: 3444
deblock_v_chroma_c: 1744
deblock_v_chroma_mmx: 540
deblock_v_chroma_intra_c: 1390
deblock_v_chroma_intra_mmx: 520
deblock_v_luma_c: 4892
deblock_v_luma_mmx: 1546
deblock_v_luma_sse2: 1212
deblock_v_luma_intra_c: 5615
deblock_v_luma_intra_mmx: 2409
deblock_v_luma_intra_sse2: 2036
dequant_4x4_cqm_c: 840
dequant_4x4_cqm_mmx: 447
dequant_4x4_cqm_sse2: 453
dequant_4x4_flat_c: 839
dequant_4x4_flat_mmx: 289
dequant_4x4_flat_sse2: 270
dequant_8x8_cqm_c: 3385
dequant_8x8_cqm_mmx: 1211
dequant_8x8_cqm_sse2: 1106
dequant_8x8_flat_c: 3320
dequant_8x8_flat_mmx: 710
dequant_8x8_flat_sse2: 671
esa_ads_c: 4298
esa_ads_mmx: 1738
esa_ads_sse2: 1832
get_ref_4x4_c: 1362
get_ref_4x4_mmx: 660
get_ref_4x4_mmx_c64: 659
get_ref_4x4_mmx_c32: 658
get_ref_4x4_sse2: 659
get_ref_4x4_sse2_c64: 659
get_ref_4x4_sse3_c64: 660
get_ref_4x8_c: 2307
get_ref_4x8_mmx: 768
get_ref_4x8_mmx_c64: 767
get_ref_4x8_mmx_c32: 766
get_ref_4x8_sse2: 767
get_ref_4x8_sse2_c64: 767
get_ref_4x8_sse3_c64: 768
get_ref_8x4_c: 1855
get_ref_8x4_mmx: 676
get_ref_8x4_mmx_c64: 654
get_ref_8x4_mmx_c32: 674
get_ref_8x4_sse2: 676
get_ref_8x4_sse2_c64: 654
get_ref_8x4_sse3_c64: 654
get_ref_8x8_c: 3280
get_ref_8x8_mmx: 816
get_ref_8x8_mmx_c64: 751
get_ref_8x8_mmx_c32: 789
get_ref_8x8_sse2: 816
get_ref_8x8_sse2_c64: 750
get_ref_8x8_sse3_c64: 751
get_ref_8x16_c: 6085
get_ref_8x16_mmx: 1094
get_ref_8x16_mmx_c64: 946
get_ref_8x16_mmx_c32: 1018
get_ref_8x16_sse2: 1093
get_ref_8x16_sse2_c64: 946
get_ref_8x16_sse3_c64: 946
get_ref_12x10_c: 5204
get_ref_12x10_mmx: 1156
get_ref_12x10_mmx_c64: 1066
get_ref_12x10_mmx_c32: 1182
get_ref_12x10_sse2: 1155
get_ref_12x10_sse2_c64: 1128
get_ref_12x10_sse3_c64: 1280
get_ref_16x8_c: 5269
get_ref_16x8_mmx: 1085
get_ref_16x8_mmx_c64: 983
get_ref_16x8_mmx_c32: 1112
get_ref_16x8_sse2: 1150
get_ref_16x8_sse2_c64: 1028
get_ref_16x8_sse3_c64: 1148
get_ref_16x16_c: 3001
get_ref_16x16_mmx: 1624
get_ref_16x16_mmx_c64: 1401
get_ref_16x16_mmx_c32: 1660
get_ref_16x16_sse2: 1746
get_ref_16x16_sse2_c64: 1494
get_ref_16x16_sse3_c64: 1740
get_ref_20x18_c: 18446744073709551616
get_ref_20x18_mmx: 2198
get_ref_20x18_mmx_c64: 2002
get_ref_20x18_mmx_c32: 2213
get_ref_20x18_sse2: 2301
get_ref_20x18_sse2_c64: 2097
get_ref_20x18_sse3_c64: 2297
hpel_filter_c: 244143
hpel_filter_mmx: 99860
hpel_filter_sse2: 93518
idct4x4dc_c: 1300
idct4x4dc_mmx: 390
intra_predict_4x4_ddl_c: 460
intra_predict_4x4_ddl_mmx: 254
intra_predict_4x4_vl_c: 500
intra_predict_4x4_vl_mmx: 229
intra_predict_8x8_dc_c: 440
intra_predict_8x8_dc_mmx: 240
intra_predict_8x8_dcl_c: 380
intra_predict_8x8_dcl_mmx: 260
intra_predict_8x8_dct_c: 380
intra_predict_8x8_dct_mmx: 259
intra_predict_8x8_ddl_c: 1349
intra_predict_8x8_ddl_mmx: 448
intra_predict_8x8_ddl_sse2: 584
intra_predict_8x8_ddr_c: 1356
intra_predict_8x8_ddr_mmx: 466
intra_predict_8x8_ddr_sse2: 520
intra_predict_8x8_v_c: 299
intra_predict_8x8_v_mmx: 180
intra_predict_8x8_vl_c: 1384
intra_predict_8x8_vl_sse2: 550
intra_predict_8x8_vr_c: 1280
intra_predict_8x8_vr_mmx: 744
intra_predict_8x8c_dc_c: 520
intra_predict_8x8c_dc_mmx: 430
intra_predict_8x8c_p_c: 3071
intra_predict_8x8c_p_mmx: 1107
intra_predict_8x8c_v_c: 250
intra_predict_8x8c_v_mmx: 149
intra_predict_16x16_dc_c: 1260
intra_predict_16x16_dc_mmx: 970
intra_predict_16x16_dc_sse2: 939
intra_predict_16x16_dct_c: 1101
intra_predict_16x16_dct_mmx: 673
intra_predict_16x16_dct_sse2: 761
intra_predict_16x16_p_c: 10074
intra_predict_16x16_p_mmx: 2443
intra_predict_16x16_p_sse2: 2479
intra_predict_16x16_v_c: 860
intra_predict_16x16_v_mmx: 582
intra_predict_16x16_v_sse2: 631
intra_sa8d_x3_8x8_mmx: 3458
intra_satd_x3_4x4_mmx: 991
intra_satd_x3_8x8c_mmx: 2802
intra_satd_x3_16x16_mmx: 9103
mc_chroma_2x2_c: 844
mc_chroma_2x2_mmx: 575
mc_chroma_2x4_c: 1318
mc_chroma_2x4_mmx: 824
mc_chroma_4x2_c: 1190
mc_chroma_4x2_mmx: 576
mc_chroma_4x4_c: 2034
mc_chroma_4x4_mmx: 824
mc_chroma_4x8_c: 3518
mc_chroma_4x8_mmx: 1326
mc_chroma_8x4_c: 3336
mc_chroma_8x4_mmx: 1226
mc_chroma_8x8_c: 6210
mc_chroma_8x8_mmx: 2152
mc_luma_4x4_c: 1370
mc_luma_4x4_mmx: 617
mc_luma_4x4_mmx_c64: 617
mc_luma_4x4_mmx_c32: 616
mc_luma_4x4_sse2: 617
mc_luma_4x4_sse2_c64: 617
mc_luma_4x4_sse3_c64: 617
mc_luma_4x8_c: 2310
mc_luma_4x8_mmx: 758
mc_luma_4x8_mmx_c64: 757
mc_luma_4x8_mmx_c32: 756
mc_luma_4x8_sse2: 756
mc_luma_4x8_sse2_c64: 756
mc_luma_4x8_sse3_c64: 757
mc_luma_8x4_c: 1858
mc_luma_8x4_mmx: 646
mc_luma_8x4_mmx_c64: 630
mc_luma_8x4_mmx_c32: 652
mc_luma_8x4_sse2: 647
mc_luma_8x4_sse2_c64: 629
mc_luma_8x4_sse3_c64: 631
mc_luma_8x8_c: 3271
mc_luma_8x8_mmx: 816
mc_luma_8x8_mmx_c64: 766
mc_luma_8x8_mmx_c32: 806
mc_luma_8x8_sse2: 816
mc_luma_8x8_sse2_c64: 764
mc_luma_8x8_sse3_c64: 764
mc_luma_8x16_c: 6073
mc_luma_8x16_mmx: 1140
mc_luma_8x16_mmx_c64: 1011
mc_luma_8x16_mmx_c32: 1085
mc_luma_8x16_sse2: 1141
mc_luma_8x16_sse2_c64: 1008
mc_luma_8x16_sse3_c64: 1012
mc_luma_16x8_c: 5274
mc_luma_16x8_mmx: 1086
mc_luma_16x8_mmx_c64: 1032
mc_luma_16x8_mmx_c32: 1168
mc_luma_16x8_sse2: 1171
mc_luma_16x8_sse2_c64: 1101
mc_luma_16x8_sse3_c64: 1168
mc_luma_16x16_c: 3001
mc_luma_16x16_mmx: 1758
mc_luma_16x16_mmx_c64: 1570
mc_luma_16x16_mmx_c32: 1834
mc_luma_16x16_sse2: 1866
mc_luma_16x16_sse2_c64: 1668
mc_luma_16x16_sse3_c64: 1860
quant_2x2_dc_c: 431
quant_2x2_dc_mmx: 220
quant_4x4_c: 913
quant_4x4_mmx: 409
quant_4x4_sse2: 340
quant_4x4_dc_c: 973
quant_4x4_dc_mmx: 390
quant_4x4_dc_sse2: 350
quant_8x8_c: 4200
quant_8x8_mmx: 994
quant_8x8_sse2: 1017
sa8d_8x8_c: 7474
sa8d_8x8_mmx: 2269
sa8d_8x8_sse2: 2216
sa8d_16x16_c: 30957
sa8d_16x16_mmx: 8717
sa8d_16x16_sse2: 9686
sad_4x4_c: 980
sad_4x4_mmx: 287
sad_4x8_c: 1601
sad_4x8_mmx: 425
sad_8x4_c: 1442
sad_8x4_mmx: 388
sad_8x4_mmx_c64: 314
sad_8x4_mmx_c32: 339
sad_8x8_c: 2760
sad_8x8_mmx: 471
sad_8x8_mmx_c64: 419
sad_8x8_mmx_c32: 446
sad_8x16_c: 5172
sad_8x16_mmx: 789
sad_8x16_mmx_c64: 690
sad_8x16_mmx_c32: 732
sad_16x8_c: 4811
sad_16x8_mmx: 762
sad_16x8_mmx_c64: 699
sad_16x8_mmx_c32: 808
sad_16x8_sse2: 735
sad_16x8_sse2_c64: 842
sad_16x8_sse3_c64: 734
sad_16x16_c: 9446
sad_16x16_mmx: 1394
sad_16x16_mmx_c64: 1127
sad_16x16_mmx_c32: 1324
sad_16x16_sse2: 1304
sad_16x16_sse2_c64: 1268
sad_16x16_sse3_c64: 1304
sad_x3_4x4_c: 2524
sad_x3_4x4_mmx: 522
sad_x3_4x8_c: 4626
sad_x3_4x8_mmx: 883
sad_x3_8x4_c: 4236
sad_x3_8x4_mmx: 654
sad_x3_8x8_c: 8034
sad_x3_8x8_mmx: 982
sad_x3_8x8_mmx_c64: 1011
sad_x3_8x8_mmx_c32: 1144
sad_x3_8x16_c: 15996
sad_x3_8x16_mmx: 1820
sad_x3_8x16_mmx_c64: 1633
sad_x3_8x16_mmx_c32: 1826
sad_x3_16x8_c: 14549
sad_x3_16x8_mmx: 1708
sad_x3_16x8_mmx_c64: 1770
sad_x3_16x8_mmx_c32: 2212
sad_x3_16x8_sse2: 1845
sad_x3_16x8_sse2_c64: 2086
sad_x3_16x8_sse3_c64: 1846
sad_x3_16x16_c: 1022
sad_x3_16x16_mmx: 3218
sad_x3_16x16_mmx_c64: 3104
sad_x3_16x16_mmx_c32: 3820
sad_x3_16x16_sse2: 3464
sad_x3_16x16_sse2_c64: 3560
sad_x3_16x16_sse3_c64: 3464
sad_x4_4x4_c: 3455
sad_x4_4x4_mmx: 610
sad_x4_4x8_c: 6376
sad_x4_4x8_mmx: 954
sad_x4_8x4_c: 5690
sad_x4_8x4_mmx: 760
sad_x4_8x8_c: 10931
sad_x4_8x8_mmx: 1285
sad_x4_8x8_mmx_c64: 1286
sad_x4_8x8_mmx_c32: 1522
sad_x4_8x16_c: 21547
sad_x4_8x16_mmx: 2330
sad_x4_8x16_mmx_c64: 2100
sad_x4_8x16_mmx_c32: 2450
sad_x4_16x8_c: 19997
sad_x4_16x8_mmx: 2172
sad_x4_16x8_mmx_c64: 2314
sad_x4_16x8_mmx_c32: 3005
sad_x4_16x8_sse2: 2423
sad_x4_16x8_sse2_c64: 2625
sad_x4_16x8_sse3_c64: 2423
sad_x4_16x16_c: 11089
sad_x4_16x16_mmx: 4110
sad_x4_16x16_mmx_c64: 4112
sad_x4_16x16_mmx_c32: 5203
sad_x4_16x16_sse2: 4602
sad_x4_16x16_sse2_c64: 4699
sad_x4_16x16_sse3_c64: 4602
satd_4x4_c: 1880
satd_4x4_mmx: 676
satd_4x8_c: 3866
satd_4x8_mmx: 1079
satd_8x4_c: 3791
satd_8x4_mmx: 1134
satd_8x4_sse2: 1087
satd_8x8_c: 7203
satd_8x8_mmx: 1989
satd_8x8_sse2: 1878
satd_8x16_c: 14332
satd_8x16_mmx: 3755
satd_8x16_sse2: 3551
satd_16x8_c: 14387
satd_16x8_mmx: 3773
satd_16x8_sse2: 3598
satd_16x16_c: 28298
satd_16x16_mmx: 7257
satd_16x16_sse2: 6851
ssd_4x4_c: 819
ssd_4x4_mmx: 409
ssd_4x8_c: 1322
ssd_4x8_mmx: 510
ssd_8x4_c: 1652
ssd_8x4_mmx: 569
ssd_8x4_sse2: 510
ssd_8x8_c: 3091
ssd_8x8_mmx: 845
ssd_8x8_sse2: 887
ssd_8x16_c: 6067
ssd_8x16_mmx: 1408
ssd_8x16_sse2: 1414
ssd_16x8_c: 6128
ssd_16x8_mmx: 1407
ssd_16x8_sse2: 1308
ssd_16x16_c: 11947
ssd_16x16_mmx: 2728
ssd_16x16_sse2: 2306
sub4x4_dct_c: 1230
sub4x4_dct_mmx: 441
sub8x8_dct_c: 5170
sub8x8_dct_mmx: 1534
sub8x8_dct_sse2: 1470
sub8x8_dct8_c: 10156
sub8x8_dct8_mmx: 2338
sub8x8_dct8_sse2: 2191
sub16x16_dct_c: 19881
sub16x16_dct_mmx: 5770
sub16x16_dct_sse2: 5643
sub16x16_dct8_c: 40393
sub16x16_dct8_mmx: 8806
sub16x16_dct8_sse2: 8079
zigzag_scan_4x4_field_c: 240
zigzag_scan_4x4_field_mmx: 170
Japhsoncross
5th June 2008, 12:29
OK, the Phenom results here:
x264.869.noIAS.exe:
x264 [info]: using cpu capabilities: MMX MMX2 SSE SSE2 SSE3 3DNow
16.56 fps
x264.869.IAS.exe:
x264 [info]: using cpu capabilities: MMX MMX2 SSE SSE2Slow SSE3
16.49 fps
SSE2Fast didn't show up :(
Workstation running Vista 32bit sp1
Processors Information
------------------------------------------------------------------------------------
Processor 1 (ID = 0)
Number of cores 1 (max 1)
Number of threads 2 (max 2)
Name Intel Pentium 4 560
Codename Prescott
Specification Intel(R) Pentium(R) 4 CPU 3.60GHz
Package Socket 775 LGA (platform ID = 4h)
CPUID F.3.4
Extended CPUID F.3
Core Stepping D0
Technology 90 nm
Core Speed 3667.6 MHz (18.0 x 203.8 MHz)
Rated Bus speed 815.0 MHz
Stock frequency 3600 MHz
Instructions sets MMX, SSE, SSE2, SSE3
L1 Data cache 16 KBytes, 8-way set associative, 64-byte line size
Trace cache 12 Kuops, 8-way set associative
L2 cache 1024 KBytes, 8-way set associative, 64-byte line size
FID/VID Control no
Features
add4x4_idct_c: 3929
add4x4_idct_mmx: 264
add8x8_idct_c: 16556
add8x8_idct_mmx: 2424
add8x8_idct_sse2: 1610
add8x8_idct8_c: 27920
add8x8_idct8_mmx: 4178
add8x8_idct8_sse2: 2150
add16x16_idct_c: 86490
add16x16_idct_mmx: 11096
add16x16_idct_sse2: 7970
add16x16_idct8_c: 112456
add16x16_idct8_mmx: 18610
add16x16_idct8_sse2: 10184
avg_4x2_c: 356
avg_4x2_mmx: 138
avg_4x4_c: 798
avg_4x4_mmx: 203
avg_4x8_c: 1576
avg_4x8_mmx: 486
avg_8x4_c: 1442
avg_8x4_mmx: 202
avg_8x8_c: 2849
avg_8x8_mmx: 487
avg_8x16_c: 6730
avg_8x16_mmx: 886
avg_16x8_c: 5528
avg_16x8_mmx: 701
avg_16x8_sse2: 677
avg_16x16_c: 12054
avg_16x16_mmx: 1382
avg_16x16_sse2: 1278
avg_weight_4x4_c: 1838
avg_weight_4x4_mmx: 1228
avg_weight_8x4_c: 3677
avg_weight_8x4_mmx: 1879
avg_weight_8x8_c: 8228
avg_weight_8x8_mmx: 2999
avg_weight_8x16_c: 16268
avg_weight_8x16_mmx: 5407
avg_weight_16x8_c: 15389
avg_weight_16x8_mmx: 5467
avg_weight_16x16_c: 30691
avg_weight_16x16_mmx: 10281
cabac_encode_decision_c: 3236373
cabac_encode_decision_mmx: 1401740
dct4x4dc_c: 1314
dct4x4dc_mmx: 148
deblock_h_chroma_c: 2323
deblock_h_chroma_mmx: 1110
deblock_h_chroma_intra_c: 1458
deblock_h_chroma_intra_mmx: 1014
deblock_h_luma_c: 7478
deblock_h_luma_mmx: 4407
deblock_h_luma_sse2: 4286
deblock_h_luma_intra_c: 7343
deblock_h_luma_intra_mmx: 7102
deblock_h_luma_intra_sse2: 6187
deblock_v_chroma_c: 2349
deblock_v_chroma_mmx: 509
deblock_v_chroma_intra_c: 1820
deblock_v_chroma_intra_mmx: 438
deblock_v_luma_c: 7826
deblock_v_luma_mmx: 2749
deblock_v_luma_sse2: 1242
deblock_v_luma_intra_c: 8572
deblock_v_luma_intra_mmx: 4285
deblock_v_luma_intra_sse2: 2627
dequant_4x4_cqm_c: 1200
dequant_4x4_cqm_mmx: 325
dequant_4x4_cqm_sse2: 185
dequant_4x4_flat_c: 1178
dequant_4x4_flat_mmx: 130
dequant_4x4_flat_sse2: 134
dequant_8x8_cqm_c: 6139
dequant_8x8_cqm_mmx: 1930
dequant_8x8_cqm_sse2: 1012
dequant_8x8_flat_c: 5984
dequant_8x8_flat_mmx: 994
dequant_8x8_flat_sse2: 439
esa_ads_c: 5339
esa_ads_mmx: 3212
esa_ads_sse2: 2957
get_ref_4x4_c: 2474
get_ref_4x4_mmx: 868
get_ref_4x4_mmx_c64: 876
get_ref_4x4_mmx_c32: 920
get_ref_4x4_sse2: 914
get_ref_4x4_sse2_c64: 898
get_ref_4x4_sse3_c64: 936
get_ref_4x8_c: 4206
get_ref_4x8_mmx: 1062
get_ref_4x8_mmx_c64: 1073
get_ref_4x8_mmx_c32: 1129
get_ref_4x8_sse2: 1122
get_ref_4x8_sse2_c64: 1100
get_ref_4x8_sse3_c64: 1152
get_ref_8x4_c: 3264
get_ref_8x4_mmx: 882
get_ref_8x4_mmx_c64: 874
get_ref_8x4_mmx_c32: 952
get_ref_8x4_sse2: 928
get_ref_8x4_sse2_c64: 897
get_ref_8x4_sse3_c64: 927
get_ref_8x8_c: 4611686018427392000
get_ref_8x8_mmx: 1108
get_ref_8x8_mmx_c64: 1029
get_ref_8x8_mmx_c32: 1136
get_ref_8x8_sse2: 1169
get_ref_8x8_sse2_c64: 1052
get_ref_8x8_sse3_c64: 1106
get_ref_8x16_c: 3329
get_ref_8x16_mmx: 1962
get_ref_8x16_mmx_c64: 1451
get_ref_8x16_mmx_c32: 1616
get_ref_8x16_sse2: 2025
get_ref_8x16_sse2_c64: 1479
get_ref_8x16_sse3_c64: 1522
get_ref_12x10_c: 2486
get_ref_12x10_mmx: 1915
get_ref_12x10_mmx_c64: 1634
get_ref_12x10_mmx_c32: 1824
get_ref_12x10_sse2: 2004
get_ref_12x10_sse2_c64: 1726
get_ref_12x10_sse3_c64: 1574
get_ref_16x8_c: 1829
get_ref_16x8_mmx: 1753
get_ref_16x8_mmx_c64: 1407
get_ref_16x8_mmx_c32: 1638
get_ref_16x8_sse2: 2040
get_ref_16x8_sse2_c64: 1527
get_ref_16x8_sse3_c64: 1398
get_ref_16x16_c: 4611686018427388928
get_ref_16x16_mmx: 3054
get_ref_16x16_mmx_c64: 2080
get_ref_16x16_mmx_c32: 2513
get_ref_16x16_sse2: 3262
get_ref_16x16_sse2_c64: 2306
get_ref_16x16_sse3_c64: 2054
get_ref_20x18_c: 4611686018427389952
get_ref_20x18_mmx: 4218
get_ref_20x18_mmx_c64: 3309
get_ref_20x18_mmx_c32: 4335
get_ref_20x18_sse2: 4356
get_ref_20x18_sse2_c64: 3366
get_ref_20x18_sse3_c64: 2978
hpel_filter_c: 431926
hpel_filter_mmx: 139580
hpel_filter_sse2: 124678
idct4x4dc_c: 1395
idct4x4dc_mmx: 125
intra_predict_4x4_ddl_c: 507
intra_predict_4x4_ddl_mmx: 101
intra_predict_4x4_vl_c: 475
intra_predict_4x4_vl_mmx: 87
intra_predict_8x8_dc_c: 297
intra_predict_8x8_dc_mmx: 119
intra_predict_8x8_dcl_c: 291
intra_predict_8x8_dcl_mmx: 116
intra_predict_8x8_dct_c: 288
intra_predict_8x8_dct_mmx: 117
intra_predict_8x8_ddl_c: 2363
intra_predict_8x8_ddl_mmx: 276
intra_predict_8x8_ddl_sse2: 149
intra_predict_8x8_ddr_c: 2419
intra_predict_8x8_ddr_mmx: 366
intra_predict_8x8_ddr_sse2: 163
intra_predict_8x8_v_c: 271
intra_predict_8x8_v_mmx: 84
intra_predict_8x8_vl_c: 2436
intra_predict_8x8_vl_sse2: 158
intra_predict_8x8_vr_c: 2375
intra_predict_8x8_vr_mmx: 936
intra_predict_8x8c_dc_c: 381
intra_predict_8x8c_dc_mmx: 365
intra_predict_8x8c_p_c: 4120
intra_predict_8x8c_p_mmx: 2222
intra_predict_8x8c_v_c: 249
intra_predict_8x8c_v_mmx: 60
intra_predict_16x16_dc_c: 2388
intra_predict_16x16_dc_mmx: 1751
intra_predict_16x16_dc_sse2: 700
intra_predict_16x16_dct_c: 2091
intra_predict_16x16_dct_mmx: 1066
intra_predict_16x16_dct_sse2: 300
intra_predict_16x16_p_c: 14739
intra_predict_16x16_p_mmx: 4084
intra_predict_16x16_p_sse2: 2616
intra_predict_16x16_v_c: 2316
intra_predict_16x16_v_mmx: 1023
intra_predict_16x16_v_sse2: 302
intra_sa8d_x3_8x8_mmx: 7401
intra_satd_x3_4x4_mmx: 1392
intra_satd_x3_8x8c_mmx: 4843
intra_satd_x3_16x16_mmx: 16275
mc_chroma_2x2_c: 1234
mc_chroma_2x2_mmx: 610
mc_chroma_2x4_c: 2044
mc_chroma_2x4_mmx: 971
mc_chroma_4x2_c: 1788
mc_chroma_4x2_mmx: 612
mc_chroma_4x4_c: 3492
mc_chroma_4x4_mmx: 972
mc_chroma_4x8_c: 6196
mc_chroma_4x8_mmx: 1811
mc_chroma_8x4_c: 5884
mc_chroma_8x4_mmx: 1700
mc_chroma_8x8_c: 11042
mc_chroma_8x8_mmx: 3182
mc_luma_4x4_c: 2468
mc_luma_4x4_mmx: 848
mc_luma_4x4_mmx_c64: 857
mc_luma_4x4_mmx_c32: 900
mc_luma_4x4_sse2: 890
mc_luma_4x4_sse2_c64: 876
mc_luma_4x4_sse3_c64: 912
mc_luma_4x8_c: 4206
mc_luma_4x8_mmx: 1158
mc_luma_4x8_mmx_c64: 1168
mc_luma_4x8_mmx_c32: 1226
mc_luma_4x8_sse2: 1217
mc_luma_4x8_sse2_c64: 1195
mc_luma_4x8_sse3_c64: 1250
mc_luma_8x4_c: 3250
mc_luma_8x4_mmx: 865
mc_luma_8x4_mmx_c64: 923
mc_luma_8x4_mmx_c32: 996
mc_luma_8x4_sse2: 908
mc_luma_8x4_sse2_c64: 943
mc_luma_8x4_sse3_c64: 976
mc_luma_8x8_c: 4611686018427392000
mc_luma_8x8_mmx: 1236
mc_luma_8x8_mmx_c64: 1179
mc_luma_8x8_mmx_c32: 1289
mc_luma_8x8_sse2: 1300
mc_luma_8x8_sse2_c64: 1205
mc_luma_8x8_sse3_c64: 1248
mc_luma_8x16_c: 3344
mc_luma_8x16_mmx: 2139
mc_luma_8x16_mmx_c64: 1712
mc_luma_8x16_mmx_c32: 1890
mc_luma_8x16_sse2: 2211
mc_luma_8x16_sse2_c64: 1746
mc_luma_8x16_sse3_c64: 1794
mc_luma_16x8_c: 1873
mc_luma_16x8_mmx: 1872
mc_luma_16x8_mmx_c64: 1582
mc_luma_16x8_mmx_c32: 1845
mc_luma_16x8_sse2: 2134
mc_luma_16x8_sse2_c64: 1724
mc_luma_16x8_sse3_c64: 1564
mc_luma_16x16_c: 4611686018427388928
mc_luma_16x16_mmx: 3502
mc_luma_16x16_mmx_c64: 2568
mc_luma_16x16_mmx_c32: 3039
mc_luma_16x16_sse2: 3664
mc_luma_16x16_sse2_c64: 2782
mc_luma_16x16_sse3_c64: 2370
quant_2x2_dc_c: 286
quant_2x2_dc_mmx: 86
quant_4x4_c: 1248
quant_4x4_mmx: 219
quant_4x4_sse2: 151
quant_4x4_dc_c: 1455
quant_4x4_dc_mmx: 179
quant_4x4_dc_sse2: 127
quant_8x8_c: 7844
quant_8x8_mmx: 1708
quant_8x8_sse2: 834
sa8d_8x8_c: 11267
sa8d_8x8_mmx: 3620
sa8d_8x8_sse2: 3013
sa8d_16x16_c: 52507
sa8d_16x16_mmx: 15959
sa8d_16x16_sse2: 13944
sad_4x4_c: 987
sad_4x4_mmx: 160
sad_4x8_c: 1872
sad_4x8_mmx: 231
sad_8x4_c: 1906
sad_8x4_mmx: 184
sad_8x4_mmx_c64: 195
sad_8x4_mmx_c32: 219
sad_8x8_c: 3219
sad_8x8_mmx: 266
sad_8x8_mmx_c64: 328
sad_8x8_mmx_c32: 374
sad_8x16_c: 6706
sad_8x16_mmx: 957
sad_8x16_mmx_c64: 692
sad_8x16_mmx_c32: 772
sad_16x8_c: 6030
sad_16x8_mmx: 706
sad_16x8_mmx_c64: 684
sad_16x8_mmx_c32: 846
sad_16x8_sse2: 749
sad_16x8_sse2_c64: 663
sad_16x8_sse3_c64: 533
sad_16x16_c: 12056
sad_16x16_mmx: 1818
sad_16x16_mmx_c64: 1464
sad_16x16_mmx_c32: 1753
sad_16x16_sse2: 1699
sad_16x16_sse2_c64: 1230
sad_16x16_sse3_c64: 1116
sad_x3_4x4_c: 2872
sad_x3_4x4_mmx: 404
sad_x3_4x8_c: 5413
sad_x3_4x8_mmx: 847
sad_x3_8x4_c: 4948
sad_x3_8x4_mmx: 458
sad_x3_8x8_c: 9970
sad_x3_8x8_mmx: 1146
sad_x3_8x8_mmx_c64: 1196
sad_x3_8x8_mmx_c32: 1453
sad_x3_8x16_c: 20795
sad_x3_8x16_mmx: 2522
sad_x3_8x16_mmx_c64: 2020
sad_x3_8x16_mmx_c32: 2490
sad_x3_16x8_c: 17790
sad_x3_16x8_mmx: 2254
sad_x3_16x8_mmx_c64: 2230
sad_x3_16x8_mmx_c32: 2999
sad_x3_16x8_sse2: 2508
sad_x3_16x8_sse2_c64: 2135
sad_x3_16x8_sse3_c64: 1597
sad_x3_16x16_c: 8922
sad_x3_16x16_mmx: 4740
sad_x3_16x16_mmx_c64: 4165
sad_x3_16x16_mmx_c32: 5483
sad_x3_16x16_sse2: 5074
sad_x3_16x16_sse2_c64: 3693
sad_x3_16x16_sse3_c64: 3166
sad_x4_4x4_c: 3852
sad_x4_4x4_mmx: 562
sad_x4_4x8_c: 7328
sad_x4_4x8_mmx: 1127
sad_x4_8x4_c: 6984
sad_x4_8x4_mmx: 738
sad_x4_8x8_c: 13844
sad_x4_8x8_mmx: 1553
sad_x4_8x8_mmx_c64: 1594
sad_x4_8x8_mmx_c32: 2182
sad_x4_8x16_c: 27309
sad_x4_8x16_mmx: 3338
sad_x4_8x16_mmx_c64: 2792
sad_x4_8x16_mmx_c32: 3549
sad_x4_16x8_c: 18161
sad_x4_16x8_mmx: 2992
sad_x4_16x8_mmx_c64: 3117
sad_x4_16x8_mmx_c32: 4281
sad_x4_16x8_sse2: 3354
sad_x4_16x8_sse2_c64: 2885
sad_x4_16x8_sse3_c64: 2147
sad_x4_16x16_c: 14703
sad_x4_16x16_mmx: 6284
sad_x4_16x16_mmx_c64: 5699
sad_x4_16x16_mmx_c32: 7615
sad_x4_16x16_sse2: 6602
sad_x4_16x16_sse2_c64: 5060
sad_x4_16x16_sse3_c64: 4122
satd_4x4_c: 2183
satd_4x4_mmx: 602
satd_4x8_c: 5353
satd_4x8_mmx: 1369
satd_8x4_c: 5296
satd_8x4_mmx: 1403
satd_8x4_sse2: 1066
satd_8x8_c: 10716
satd_8x8_mmx: 2948
satd_8x8_sse2: 2245
satd_8x16_c: 21487
satd_8x16_mmx: 5817
satd_8x16_sse2: 4616
satd_16x8_c: 21666
satd_16x8_mmx: 5777
satd_16x8_sse2: 4774
satd_16x16_c: 41872
satd_16x16_mmx: 11524
satd_16x16_sse2: 9451
ssd_4x4_c: 850
ssd_4x4_mmx: 199
ssd_4x8_c: 1648
ssd_4x8_mmx: 521
ssd_8x4_c: 2226
ssd_8x4_mmx: 446
ssd_8x4_sse2: 216
ssd_8x8_c: 4920
ssd_8x8_mmx: 1009
ssd_8x8_sse2: 496
ssd_8x16_c: 9573
ssd_8x16_mmx: 2075
ssd_8x16_sse2: 1096
ssd_16x8_c: 9910
ssd_16x8_mmx: 1982
ssd_16x8_sse2: 1198
ssd_16x16_c: 19539
ssd_16x16_mmx: 4116
ssd_16x16_sse2: 2506
sub4x4_dct_c: 2088
sub4x4_dct_mmx: 262
sub8x8_dct_c: 8272
sub8x8_dct_mmx: 2207
sub8x8_dct_sse2: 1302
sub8x8_dct8_c: 17412
sub8x8_dct8_mmx: 3612
sub8x8_dct8_sse2: 2147
sub16x16_dct_c: 33870
sub16x16_dct_mmx: 9933
sub16x16_dct_sse2: 6766
sub16x16_dct8_c: 71509
sub16x16_dct8_mmx: 15428
sub16x16_dct8_sse2: 9648
zigzag_scan_4x4_field_c: 78
zigzag_scan_4x4_field_mmx: 54
tetsuo55
5th June 2008, 13:08
Processors Information
------------------------------------------------------------------------------------
Processor 1 (ID = 0)
Number of cores 1 (max 1)
Number of threads 1 (max 1)
Name Intel Pentium M
Codename Banias
Specification Intel(R) Pentium(R) M processor 1600MHz
Package
CPUID 6.9.5
Extended CPUID 6.9
Brand ID 22
Core Stepping B1
Technology 0.13 um
Core Speed 1594.8 MHz
Stock frequency 1600 MHz
Instructions sets MMX, SSE, SSE2
L1 Data cache 32 KBytes, 8-way set associative, 64-byte line size
L1 Instruction cache 32 KBytes, 8-way set associative, 64-byte line size
L2 cache 1024 KBytes, 8-way set associative, 64-byte line size
FID/VID Control yes
Features
add4x4_idct_c: 3751
add4x4_idct_mmx: 491
add8x8_idct_c: 13034
add8x8_idct_mmx: 1647
add8x8_idct_sse2: 2184
add8x8_idct8_c: 18878
add8x8_idct8_mmx: 2163
add8x8_idct8_sse2: 2330
add16x16_idct_c: 51985
add16x16_idct_mmx: 6133
add16x16_idct_sse2: 6921
add16x16_idct8_c: 75778
add16x16_idct8_mmx: 8274
add16x16_idct8_sse2: 9175
avg_4x2_c: 410
avg_4x2_mmx: 221
avg_4x4_c: 612
avg_4x4_mmx: 280
avg_4x8_c: 1014
avg_4x8_mmx: 351
avg_8x4_c: 1012
avg_8x4_mmx: 282
avg_8x8_c: 1825
avg_8x8_mmx: 354
avg_8x16_c: 3506
avg_8x16_mmx: 542
avg_16x8_c: 3462
avg_16x8_mmx: 534
avg_16x8_sse2: 514
avg_16x16_c: 6740
avg_16x16_mmx: 833
avg_16x16_sse2: 882
avg_weight_4x4_c: 1310
avg_weight_4x4_mmx: 540
avg_weight_8x4_c: 2308
avg_weight_8x4_mmx: 960
avg_weight_8x8_c: 4560
avg_weight_8x8_mmx: 1618
avg_weight_8x16_c: 8917
avg_weight_8x16_mmx: 2812
avg_weight_16x8_c: 8574
avg_weight_16x8_mmx: 2576
avg_weight_16x16_c: 16904
avg_weight_16x16_mmx: 4642
cabac_encode_decision_c: 2070741
cabac_encode_decision_mmx: 1551037
dct4x4dc_c: 1430
dct4x4dc_mmx: 360
deblock_h_chroma_c: 1646
deblock_h_chroma_mmx: 877
deblock_h_chroma_intra_c: 1221
deblock_h_chroma_intra_mmx: 818
deblock_h_luma_c: 4552
deblock_h_luma_mmx: 2547
deblock_h_luma_sse2: 2488
deblock_h_luma_intra_c: 4410
deblock_h_luma_intra_mmx: 3582
deblock_h_luma_intra_sse2: 3729
deblock_v_chroma_c: 1788
deblock_v_chroma_mmx: 501
deblock_v_chroma_intra_c: 1416
deblock_v_chroma_intra_mmx: 461
deblock_v_luma_c: 4867
deblock_v_luma_mmx: 1543
deblock_v_luma_sse2: 1314
deblock_v_luma_intra_c: 5643
deblock_v_luma_intra_mmx: 2316
deblock_v_luma_intra_sse2: 2206
dequant_4x4_cqm_c: 880
dequant_4x4_cqm_mmx: 443
dequant_4x4_cqm_sse2: 434
dequant_4x4_flat_c: 868
dequant_4x4_flat_mmx: 291
dequant_4x4_flat_sse2: 281
dequant_8x8_cqm_c: 3496
dequant_8x8_cqm_mmx: 1193
dequant_8x8_cqm_sse2: 1215
dequant_8x8_flat_c: 3411
dequant_8x8_flat_mmx: 688
dequant_8x8_flat_sse2: 732
esa_ads_c: 4392
esa_ads_mmx: 1682
esa_ads_sse2: 1843
get_ref_4x4_c: 1424
get_ref_4x4_mmx: 619
get_ref_4x4_mmx_c64: 622
get_ref_4x4_mmx_c32: 618
get_ref_4x4_sse2: 619
get_ref_4x4_sse2_c64: 617
get_ref_4x8_c: 2480
get_ref_4x8_mmx: 742
get_ref_4x8_mmx_c64: 740
get_ref_4x8_mmx_c32: 740
get_ref_4x8_sse2: 744
get_ref_4x8_sse2_c64: 739
get_ref_8x4_c: 1798
get_ref_8x4_mmx: 638
get_ref_8x4_mmx_c64: 612
get_ref_8x4_mmx_c32: 639
get_ref_8x4_sse2: 638
get_ref_8x4_sse2_c64: 614
get_ref_8x8_c: 3193
get_ref_8x8_mmx: 803
get_ref_8x8_mmx_c64: 707
get_ref_8x8_mmx_c32: 754
get_ref_8x8_sse2: 805
get_ref_8x8_sse2_c64: 710
get_ref_8x16_c: 6294
get_ref_8x16_mmx: 1151
get_ref_8x16_mmx_c64: 912
get_ref_8x16_mmx_c32: 997
get_ref_8x16_sse2: 1158
get_ref_8x16_sse2_c64: 910
get_ref_12x10_c: 5177
get_ref_12x10_mmx: 1218
get_ref_12x10_mmx_c64: 1034
get_ref_12x10_mmx_c32: 1168
get_ref_12x10_sse2: 1218
get_ref_12x10_sse2_c64: 1118
get_ref_16x8_c: 5214
get_ref_16x8_mmx: 1096
get_ref_16x8_mmx_c64: 924
get_ref_16x8_mmx_c32: 1071
get_ref_16x8_sse2: 1176
get_ref_16x8_sse2_c64: 999
get_ref_16x16_c: 1474
get_ref_16x16_mmx: 1814
get_ref_16x16_mmx_c64: 1351
get_ref_16x16_mmx_c32: 1634
get_ref_16x16_sse2: 1917
get_ref_16x16_sse2_c64: 1483
get_ref_20x18_c: 4921
get_ref_20x18_mmx: 2517
get_ref_20x18_mmx_c64: 2006
get_ref_20x18_mmx_c32: 2539
get_ref_20x18_sse2: 2600
get_ref_20x18_sse2_c64: 2106
hpel_filter_c: 241472
hpel_filter_mmx: 72070
hpel_filter_sse2: 93043
idct4x4dc_c: 2010
idct4x4dc_mmx: 310
intra_predict_4x4_ddl_c: 496
intra_predict_4x4_ddl_mmx: 252
intra_predict_4x4_vl_c: 504
intra_predict_4x4_vl_mmx: 200
intra_predict_8x8_dc_c: 499
intra_predict_8x8_dc_mmx: 279
intra_predict_8x8_dcl_c: 438
intra_predict_8x8_dcl_mmx: 269
intra_predict_8x8_dct_c: 439
intra_predict_8x8_dct_mmx: 269
intra_predict_8x8_ddl_c: 1601
intra_predict_8x8_ddl_mmx: 422
intra_predict_8x8_ddl_sse2: 492
intra_predict_8x8_ddr_c: 1361
intra_predict_8x8_ddr_mmx: 437
intra_predict_8x8_ddr_sse2: 484
intra_predict_8x8_v_c: 260
intra_predict_8x8_v_mmx: 179
intra_predict_8x8_vl_c: 1294
intra_predict_8x8_vl_sse2: 500
intra_predict_8x8_vr_c: 1374
intra_predict_8x8_vr_mmx: 671
intra_predict_8x8c_dc_c: 581
intra_predict_8x8c_dc_mmx: 481
intra_predict_8x8c_p_c: 3324
intra_predict_8x8c_p_mmx: 1059
intra_predict_8x8c_v_c: 279
intra_predict_8x8c_v_mmx: 169
intra_predict_16x16_dc_c: 1251
intra_predict_16x16_dc_mmx: 1010
intra_predict_16x16_dc_sse2: 933
intra_predict_16x16_dct_c: 1026
intra_predict_16x16_dct_mmx: 637
intra_predict_16x16_dct_sse2: 674
intra_predict_16x16_p_c: 9910
intra_predict_16x16_p_mmx: 2404
intra_predict_16x16_p_sse2: 2489
intra_predict_16x16_v_c: 878
intra_predict_16x16_v_mmx: 574
intra_predict_16x16_v_sse2: 572
intra_sa8d_x3_8x8_mmx: 3665
intra_satd_x3_4x4_mmx: 979
intra_satd_x3_8x8c_mmx: 2857
intra_satd_x3_16x16_mmx: 9070
mc_chroma_2x2_c: 813
mc_chroma_2x2_mmx: 587
mc_chroma_2x4_c: 1283
mc_chroma_2x4_mmx: 842
mc_chroma_4x2_c: 1142
mc_chroma_4x2_mmx: 586
mc_chroma_4x4_c: 1961
mc_chroma_4x4_mmx: 842
mc_chroma_4x8_c: 3557
mc_chroma_4x8_mmx: 1258
mc_chroma_8x4_c: 3246
mc_chroma_8x4_mmx: 1354
mc_chroma_8x8_c: 6109
mc_chroma_8x8_mmx: 2128
mc_luma_4x4_c: 1436
mc_luma_4x4_mmx: 578
mc_luma_4x4_mmx_c64: 579
mc_luma_4x4_mmx_c32: 577
mc_luma_4x4_sse2: 578
mc_luma_4x4_sse2_c64: 576
mc_luma_4x8_c: 2464
mc_luma_4x8_mmx: 737
mc_luma_4x8_mmx_c64: 742
mc_luma_4x8_mmx_c32: 735
mc_luma_4x8_sse2: 739
mc_luma_4x8_sse2_c64: 734
mc_luma_8x4_c: 1780
mc_luma_8x4_mmx: 608
mc_luma_8x4_mmx_c64: 603
mc_luma_8x4_mmx_c32: 623
mc_luma_8x4_sse2: 613
mc_luma_8x4_sse2_c64: 611
mc_luma_8x8_c: 3186
mc_luma_8x8_mmx: 804
mc_luma_8x8_mmx_c64: 714
mc_luma_8x8_mmx_c32: 763
mc_luma_8x8_sse2: 806
mc_luma_8x8_sse2_c64: 708
mc_luma_8x16_c: 6192
mc_luma_8x16_mmx: 1217
mc_luma_8x16_mmx_c64: 984
mc_luma_8x16_mmx_c32: 1063
mc_luma_8x16_sse2: 1224
mc_luma_8x16_sse2_c64: 981
mc_luma_16x8_c: 5231
mc_luma_16x8_mmx: 1144
mc_luma_16x8_mmx_c64: 992
mc_luma_16x8_mmx_c32: 1132
mc_luma_16x8_sse2: 1216
mc_luma_16x8_sse2_c64: 1058
mc_luma_16x16_c: 1478
mc_luma_16x16_mmx: 1982
mc_luma_16x16_mmx_c64: 1552
mc_luma_16x16_mmx_c32: 1809
mc_luma_16x16_sse2: 2104
mc_luma_16x16_sse2_c64: 1669
quant_2x2_dc_c: 464
quant_2x2_dc_mmx: 201
quant_4x4_c: 904
quant_4x4_mmx: 336
quant_4x4_sse2: 331
quant_4x4_dc_c: 1104
quant_4x4_dc_mmx: 370
quant_4x4_dc_sse2: 350
quant_8x8_c: 4206
quant_8x8_mmx: 945
quant_8x8_sse2: 926
sa8d_8x8_c: 8530
sa8d_8x8_mmx: 2207
sa8d_8x8_sse2: 2933
sa8d_16x16_c: 39533
sa8d_16x16_mmx: 8822
sa8d_16x16_sse2: 11413
sad_4x4_c: 919
sad_4x4_mmx: 308
sad_4x8_c: 1558
sad_4x8_mmx: 427
sad_8x4_c: 1509
sad_8x4_mmx: 338
sad_8x4_mmx_c64: 312
sad_8x4_mmx_c32: 322
sad_8x8_c: 2683
sad_8x8_mmx: 480
sad_8x8_mmx_c64: 424
sad_8x8_mmx_c32: 448
sad_8x16_c: 5263
sad_8x16_mmx: 796
sad_8x16_mmx_c64: 626
sad_8x16_mmx_c32: 672
sad_16x8_c: 4839
sad_16x8_mmx: 750
sad_16x8_mmx_c64: 659
sad_16x8_mmx_c32: 769
sad_16x8_sse2: 770
sad_16x8_sse2_c64: 774
sad_16x16_c: 9512
sad_16x16_mmx: 1312
sad_16x16_mmx_c64: 1122
sad_16x16_mmx_c32: 1322
sad_16x16_sse2: 1356
sad_16x16_sse2_c64: 1276
sad_x3_4x4_c: 2862
sad_x3_4x4_mmx: 487
sad_x3_4x8_c: 4821
sad_x3_4x8_mmx: 766
sad_x3_8x4_c: 4337
sad_x3_8x4_mmx: 589
sad_x3_8x8_c: 8045
sad_x3_8x8_mmx: 978
sad_x3_8x8_mmx_c64: 959
sad_x3_8x8_mmx_c32: 1110
sad_x3_8x16_c: 16141
sad_x3_8x16_mmx: 1810
sad_x3_8x16_mmx_c64: 1574
sad_x3_8x16_mmx_c32: 1788
sad_x3_16x8_c: 14515
sad_x3_16x8_mmx: 1708
sad_x3_16x8_mmx_c64: 1740
sad_x3_16x8_mmx_c32: 2195
sad_x3_16x8_sse2: 1847
sad_x3_16x8_sse2_c64: 1993
sad_x3_16x16_c: 29479
sad_x3_16x16_mmx: 3322
sad_x3_16x16_mmx_c64: 3064
sad_x3_16x16_mmx_c32: 3808
sad_x3_16x16_sse2: 3561
sad_x3_16x16_sse2_c64: 3589
sad_x4_4x4_c: 3886
sad_x4_4x4_mmx: 591
sad_x4_4x8_c: 6718
sad_x4_4x8_mmx: 979
sad_x4_8x4_c: 5552
sad_x4_8x4_mmx: 819
sad_x4_8x8_c: 10947
sad_x4_8x8_mmx: 1313
sad_x4_8x8_mmx_c64: 1257
sad_x4_8x8_mmx_c32: 1471
sad_x4_8x16_c: 21437
sad_x4_8x16_mmx: 2430
sad_x4_8x16_mmx_c64: 2042
sad_x4_8x16_mmx_c32: 2353
sad_x4_16x8_c: 19995
sad_x4_16x8_mmx: 2237
sad_x4_16x8_mmx_c64: 2272
sad_x4_16x8_mmx_c32: 2931
sad_x4_16x8_sse2: 2446
sad_x4_16x8_sse2_c64: 2604
sad_x4_16x16_c: 5194
sad_x4_16x16_mmx: 4323
sad_x4_16x16_mmx_c64: 4062
sad_x4_16x16_mmx_c32: 5146
sad_x4_16x16_sse2: 4698
sad_x4_16x16_sse2_c64: 4748
satd_4x4_c: 2335
satd_4x4_mmx: 708
satd_4x8_c: 4614
satd_4x8_mmx: 1091
satd_8x4_c: 4460
satd_8x4_mmx: 1082
satd_8x4_sse2: 1073
satd_8x8_c: 8837
satd_8x8_mmx: 1920
satd_8x8_sse2: 1908
satd_8x16_c: 17364
satd_8x16_mmx: 3643
satd_8x16_sse2: 3712
satd_16x8_c: 17298
satd_16x8_mmx: 3680
satd_16x8_sse2: 3619
satd_16x16_c: 34279
satd_16x16_mmx: 7097
satd_16x16_sse2: 7066
ssd_4x4_c: 740
ssd_4x4_mmx: 369
ssd_4x8_c: 1256
ssd_4x8_mmx: 480
ssd_8x4_c: 1604
ssd_8x4_mmx: 500
ssd_8x4_sse2: 520
ssd_8x8_c: 3113
ssd_8x8_mmx: 820
ssd_8x8_sse2: 823
ssd_8x16_c: 6080
ssd_8x16_mmx: 1350
ssd_8x16_sse2: 1490
ssd_16x8_c: 6031
ssd_16x8_mmx: 1430
ssd_16x8_sse2: 1329
ssd_16x16_c: 11685
ssd_16x16_mmx: 2669
ssd_16x16_sse2: 2354
sub4x4_dct_c: 1373
sub4x4_dct_mmx: 460
sub8x8_dct_c: 6109
sub8x8_dct_mmx: 1507
sub8x8_dct_sse2: 1659
sub8x8_dct8_c: 11412
sub8x8_dct8_mmx: 2249
sub8x8_dct8_sse2: 2260
sub16x16_dct_c: 24067
sub16x16_dct_mmx: 5836
sub16x16_dct_sse2: 6339
sub16x16_dct8_c: 45396
sub16x16_dct8_mmx: 8738
sub16x16_dct8_sse2: 8993
zigzag_scan_4x4_field_c: 280
zigzag_scan_4x4_field_mmx: 199
tetsuo55
5th June 2008, 13:11
Is this information is anyway usefull for other things?
like xvid encoding, or h264 decoding?
Dark Shikari
5th June 2008, 14:44
OK, the Phenom results here:
x264.869.noIAS.exe:
x264 [info]: using cpu capabilities: MMX MMX2 SSE SSE2 SSE3 3DNow
16.56 fps
x264.869.IAS.exe:
x264 [info]: using cpu capabilities: MMX MMX2 SSE SSE2Slow SSE3
16.49 fps
SSE2Fast didn't show up :(Ugh, it appears it did not properly detect your Phenom CPU.
This is a problem. I'll see what I can do later.
techouse
5th June 2008, 15:23
AMD Athlon 64 3500+ @ 2.2 GHz using Windows XP SP-2 32-bit
Processors Information
------------------------------------------------------------------------------------
Processor 1 (ID = 0)
Number of cores 1 (max 1)
Number of threads 1 (max 1)
Name AMD Athlon 64 3500+
Codename Orleans
Specification AMD Athlon(tm) 64 Processor 3500+
Package Socket AM2 (940)
CPUID F.F.2
Extended CPUID F.5F
Brand ID 4
Core Stepping DH-F2
Technology 90 nm
Core Speed 2210.3 MHz (11.0 x 200.9 MHz)
HT Link speed 1004.7 MHz
Stock frequency 2200 MHz
Instructions sets MMX (+), 3DNow! (+), SSE, SSE2, SSE3, x86-64
L1 Data cache 64 KBytes, 2-way set associative, 64-byte line size
L1 Instruction cache 64 KBytes, 2-way set associative, 64-byte line size
L2 cache 512 KBytes, 16-way set associative, 64-byte line size
FID/VID Control yes
max FID 11.0x
max VID 1.300 V
Features XD, VT
K8 Thermal sensor yes
K8 Revision ID 5.2
Attached device PCI device at bus 0, device 24, function 0
Attached device PCI device at bus 0, device 24, function 1
Attached device PCI device at bus 0, device 24, function 2
Attached device PCI device at bus 0, device 24, function 3
add4x4_idct_c: 2603
add4x4_idct_mmx: 390
add8x8_idct_c: 9165
add8x8_idct_mmx: 1509
add8x8_idct_sse2: 1451
add8x8_idct8_c: 14125
add8x8_idct8_mmx: 2016
add8x8_idct8_sse2: 1971
add16x16_idct_c: 37306
add16x16_idct_mmx: 6040
add16x16_idct_sse2: 5704
add16x16_idct8_c: 54869
add16x16_idct8_mmx: 7842
add16x16_idct8_sse2: 7724
avg_4x2_c: 388
avg_4x2_mmx: 202
avg_4x4_c: 642
avg_4x4_mmx: 252
avg_4x8_c: 1118
avg_4x8_mmx: 332
avg_8x4_c: 1064
avg_8x4_mmx: 251
avg_8x8_c: 2016
avg_8x8_mmx: 332
avg_8x16_c: 3914
avg_8x16_mmx: 490
avg_16x8_c: 3433
avg_16x8_mmx: 482
avg_16x8_sse2: 561
avg_16x16_c: 6853
avg_16x16_mmx: 793
avg_16x16_sse2: 961
avg_weight_4x4_c: 1332
avg_weight_4x4_mmx: 419
avg_weight_8x4_c: 2459
avg_weight_8x4_mmx: 881
avg_weight_8x8_c: 5183
avg_weight_8x8_mmx: 1398
avg_weight_8x16_c: 10038
avg_weight_8x16_mmx: 2693
avg_weight_16x8_c: 9629
avg_weight_16x8_mmx: 2518
avg_weight_16x16_c: 18984
avg_weight_16x16_mmx: 4896
cabac_encode_decision_c: 1884674
cabac_encode_decision_mmx: 1578848
dct4x4dc_c: 899
dct4x4dc_mmx: 318
deblock_h_chroma_c: 1734
deblock_h_chroma_mmx: 828
deblock_h_chroma_intra_c: 1114
deblock_h_chroma_intra_mmx: 763
deblock_h_luma_c: 4892
deblock_h_luma_mmx: 2365
deblock_h_luma_sse2: 2160
deblock_h_luma_intra_c: 4761
deblock_h_luma_intra_mmx: 3576
deblock_h_luma_intra_sse2: 3318
deblock_v_chroma_c: 1770
deblock_v_chroma_mmx: 465
deblock_v_chroma_intra_c: 1354
deblock_v_chroma_intra_mmx: 431
deblock_v_luma_c: 5404
deblock_v_luma_mmx: 1644
deblock_v_luma_sse2: 1236
deblock_v_luma_intra_c: 5986
deblock_v_luma_intra_mmx: 2436
deblock_v_luma_intra_sse2: 1999
dequant_4x4_cqm_c: 844
dequant_4x4_cqm_mmx: 341
dequant_4x4_cqm_sse2: 345
dequant_4x4_flat_c: 839
dequant_4x4_flat_mmx: 259
dequant_4x4_flat_sse2: 264
dequant_8x8_cqm_c: 3181
dequant_8x8_cqm_mmx: 1225
dequant_8x8_cqm_sse2: 1060
dequant_8x8_flat_c: 3098
dequant_8x8_flat_mmx: 690
dequant_8x8_flat_sse2: 656
esa_ads_c: 4423
esa_ads_mmx: 1349
esa_ads_sse2: 1450
get_ref_4x4_c: 1386
get_ref_4x4_mmx: 569
get_ref_4x4_mmx_c64: 569
get_ref_4x4_mmx_c32: 568
get_ref_4x4_sse2: 567
get_ref_4x4_sse2_c64: 568
get_ref_4x4_sse3_c64: 568
get_ref_4x8_c: 2273
get_ref_4x8_mmx: 693
get_ref_4x8_mmx_c64: 694
get_ref_4x8_mmx_c32: 693
get_ref_4x8_sse2: 692
get_ref_4x8_sse2_c64: 693
get_ref_4x8_sse3_c64: 691
get_ref_8x4_c: 2071
get_ref_8x4_mmx: 592
get_ref_8x4_mmx_c64: 607
get_ref_8x4_mmx_c32: 612
get_ref_8x4_sse2: 592
get_ref_8x4_sse2_c64: 606
get_ref_8x4_sse3_c64: 606
get_ref_8x8_c: 3431
get_ref_8x8_mmx: 722
get_ref_8x8_mmx_c64: 741
get_ref_8x8_mmx_c32: 748
get_ref_8x8_sse2: 721
get_ref_8x8_sse2_c64: 741
get_ref_8x8_sse3_c64: 739
get_ref_8x16_c: 6193
get_ref_8x16_mmx: 1161
get_ref_8x16_mmx_c64: 1188
get_ref_8x16_mmx_c32: 1210
get_ref_8x16_sse2: 1161
get_ref_8x16_sse2_c64: 1196
get_ref_8x16_sse3_c64: 1192
get_ref_12x10_c: 6247
get_ref_12x10_mmx: 949
get_ref_12x10_mmx_c64: 1024
get_ref_12x10_mmx_c32: 1093
get_ref_12x10_sse2: 948
get_ref_12x10_sse2_c64: 1091
get_ref_12x10_sse3_c64: 990
get_ref_16x8_c: 6110
get_ref_16x8_mmx: 862
get_ref_16x8_mmx_c64: 924
get_ref_16x8_mmx_c32: 964
get_ref_16x8_sse2: 866
get_ref_16x8_sse2_c64: 923
get_ref_16x8_sse3_c64: 866
get_ref_16x16_c: 4605
get_ref_16x16_mmx: 1378
get_ref_16x16_mmx_c64: 1472
get_ref_16x16_mmx_c32: 1560
get_ref_16x16_sse2: 1397
get_ref_16x16_sse2_c64: 1502
get_ref_16x16_sse3_c64: 1397
get_ref_20x18_c: 1042
get_ref_20x18_mmx: 1853
get_ref_20x18_mmx_c64: 2083
get_ref_20x18_mmx_c32: 1930
get_ref_20x18_sse2: 2096
get_ref_20x18_sse2_c64: 2248
get_ref_20x18_sse3_c64: 1996
hpel_filter_c: 257468
hpel_filter_mmx: 46675
hpel_filter_sse2: 67475
idct4x4dc_c: 1029
idct4x4dc_mmx: 239
intra_predict_4x4_ddl_c: 380
intra_predict_4x4_ddl_mmx: 173
intra_predict_4x4_vl_c: 361
intra_predict_4x4_vl_mmx: 138
intra_predict_8x8_dc_c: 310
intra_predict_8x8_dc_mmx: 211
intra_predict_8x8_dcl_c: 252
intra_predict_8x8_dcl_mmx: 195
intra_predict_8x8_dct_c: 252
intra_predict_8x8_dct_mmx: 162
intra_predict_8x8_ddl_c: 866
intra_predict_8x8_ddl_mmx: 426
intra_predict_8x8_ddl_sse2: 301
intra_predict_8x8_ddr_c: 910
intra_predict_8x8_ddr_mmx: 452
intra_predict_8x8_ddr_sse2: 292
intra_predict_8x8_v_c: 190
intra_predict_8x8_v_mmx: 162
intra_predict_8x8_vl_c: 908
intra_predict_8x8_vl_sse2: 342
intra_predict_8x8_vr_c: 997
intra_predict_8x8_vr_mmx: 532
intra_predict_8x8c_dc_c: 384
intra_predict_8x8c_dc_mmx: 426
intra_predict_8x8c_p_c: 2809
intra_predict_8x8c_p_mmx: 887
intra_predict_8x8c_v_c: 191
intra_predict_8x8c_v_mmx: 140
intra_predict_16x16_dc_c: 756
intra_predict_16x16_dc_mmx: 736
intra_predict_16x16_dc_sse2: 691
intra_predict_16x16_dct_c: 567
intra_predict_16x16_dct_mmx: 429
intra_predict_16x16_dct_sse2: 503
intra_predict_16x16_p_c: 9381
intra_predict_16x16_p_mmx: 2104
intra_predict_16x16_p_sse2: 2169
intra_predict_16x16_v_c: 461
intra_predict_16x16_v_mmx: 332
intra_predict_16x16_v_sse2: 324
intra_sa8d_x3_8x8_mmx: 3454
intra_satd_x3_4x4_mmx: 853
intra_satd_x3_8x8c_mmx: 2494
intra_satd_x3_16x16_mmx: 8587
mc_chroma_2x2_c: 788
mc_chroma_2x2_mmx: 502
mc_chroma_2x4_c: 1358
mc_chroma_2x4_mmx: 716
mc_chroma_4x2_c: 1150
mc_chroma_4x2_mmx: 535
mc_chroma_4x4_c: 1958
mc_chroma_4x4_mmx: 752
mc_chroma_4x8_c: 3381
mc_chroma_4x8_mmx: 1080
mc_chroma_8x4_c: 3366
mc_chroma_8x4_mmx: 1117
mc_chroma_8x8_c: 6093
mc_chroma_8x8_mmx: 2114
mc_luma_4x4_c: 1392
mc_luma_4x4_mmx: 653
mc_luma_4x4_mmx_c64: 640
mc_luma_4x4_mmx_c32: 640
mc_luma_4x4_sse2: 642
mc_luma_4x4_sse2_c64: 642
mc_luma_4x4_sse3_c64: 644
mc_luma_4x8_c: 2277
mc_luma_4x8_mmx: 726
mc_luma_4x8_mmx_c64: 726
mc_luma_4x8_mmx_c32: 726
mc_luma_4x8_sse2: 725
mc_luma_4x8_sse2_c64: 726
mc_luma_4x8_sse3_c64: 726
mc_luma_8x4_c: 2080
mc_luma_8x4_mmx: 646
mc_luma_8x4_mmx_c64: 664
mc_luma_8x4_mmx_c32: 672
mc_luma_8x4_sse2: 649
mc_luma_8x4_sse2_c64: 664
mc_luma_8x4_sse3_c64: 663
mc_luma_8x8_c: 3440
mc_luma_8x8_mmx: 786
mc_luma_8x8_mmx_c64: 803
mc_luma_8x8_mmx_c32: 814
mc_luma_8x8_sse2: 788
mc_luma_8x8_sse2_c64: 803
mc_luma_8x8_sse3_c64: 804
mc_luma_8x16_c: 6210
mc_luma_8x16_mmx: 1230
mc_luma_8x16_mmx_c64: 1276
mc_luma_8x16_mmx_c32: 1292
mc_luma_8x16_sse2: 1231
mc_luma_8x16_sse2_c64: 1276
mc_luma_8x16_sse3_c64: 1276
mc_luma_16x8_c: 6133
mc_luma_16x8_mmx: 998
mc_luma_16x8_mmx_c64: 1052
mc_luma_16x8_mmx_c32: 1102
mc_luma_16x8_sse2: 1008
mc_luma_16x8_sse2_c64: 1065
mc_luma_16x8_sse3_c64: 1009
mc_luma_16x16_c: 4606
mc_luma_16x16_mmx: 1593
mc_luma_16x16_mmx_c64: 1707
mc_luma_16x16_mmx_c32: 1799
mc_luma_16x16_sse2: 1644
mc_luma_16x16_sse2_c64: 1744
mc_luma_16x16_sse3_c64: 1646
quant_2x2_dc_c: 430
quant_2x2_dc_mmx: 172
quant_4x4_c: 1004
quant_4x4_mmx: 289
quant_4x4_sse2: 250
quant_4x4_dc_c: 1088
quant_4x4_dc_mmx: 288
quant_4x4_dc_sse2: 256
quant_8x8_c: 4401
quant_8x8_mmx: 1026
quant_8x8_sse2: 888
sa8d_8x8_c: 6756
sa8d_8x8_mmx: 1994
sa8d_8x8_sse2: 1988
sa8d_16x16_c: 25814
sa8d_16x16_mmx: 8132
sa8d_16x16_sse2: 8042
sad_4x4_c: 861
sad_4x4_mmx: 229
sad_4x8_c: 1559
sad_4x8_mmx: 329
sad_8x4_c: 1473
sad_8x4_mmx: 246
sad_8x4_mmx_c64: 268
sad_8x4_mmx_c32: 275
sad_8x8_c: 2754
sad_8x8_mmx: 365
sad_8x8_mmx_c64: 386
sad_8x8_mmx_c32: 398
sad_8x16_c: 5434
sad_8x16_mmx: 587
sad_8x16_mmx_c64: 595
sad_8x16_mmx_c32: 613
sad_16x8_c: 5100
sad_16x8_mmx: 493
sad_16x8_mmx_c64: 554
sad_16x8_mmx_c32: 606
sad_16x8_sse2: 592
sad_16x8_sse2_c64: 731
sad_16x8_sse3_c64: 592
sad_16x16_c: 10118
sad_16x16_mmx: 820
sad_16x16_mmx_c64: 996
sad_16x16_mmx_c32: 1162
sad_16x16_sse2: 949
sad_16x16_sse2_c64: 1112
sad_16x16_sse3_c64: 949
sad_x3_4x4_c: 2457
sad_x3_4x4_mmx: 392
sad_x3_4x8_c: 4557
sad_x3_4x8_mmx: 544
sad_x3_8x4_c: 4260
sad_x3_8x4_mmx: 452
sad_x3_8x8_c: 8363
sad_x3_8x8_mmx: 648
sad_x3_8x8_mmx_c64: 844
sad_x3_8x8_mmx_c32: 973
sad_x3_8x16_c: 18189
sad_x3_8x16_mmx: 1077
sad_x3_8x16_mmx_c64: 1362
sad_x3_8x16_mmx_c32: 1548
sad_x3_16x8_c: 15462
sad_x3_16x8_mmx: 1102
sad_x3_16x8_mmx_c64: 1456
sad_x3_16x8_mmx_c32: 1770
sad_x3_16x8_sse2: 1124
sad_x3_16x8_sse2_c64: 1876
sad_x3_16x8_sse3_c64: 1124
sad_x3_16x16_c: 3676
sad_x3_16x16_mmx: 1988
sad_x3_16x16_mmx_c64: 2688
sad_x3_16x16_mmx_c32: 3344
sad_x3_16x16_sse2: 2052
sad_x3_16x16_sse2_c64: 2953
sad_x3_16x16_sse3_c64: 2052
sad_x4_4x4_c: 3323
sad_x4_4x4_mmx: 475
sad_x4_4x8_c: 6181
sad_x4_4x8_mmx: 668
sad_x4_8x4_c: 5846
sad_x4_8x4_mmx: 547
sad_x4_8x8_c: 11706
sad_x4_8x8_mmx: 809
sad_x4_8x8_mmx_c64: 1086
sad_x4_8x8_mmx_c32: 1318
sad_x4_8x16_c: 23840
sad_x4_8x16_mmx: 1383
sad_x4_8x16_mmx_c64: 1736
sad_x4_8x16_mmx_c32: 2063
sad_x4_16x8_c: 21783
sad_x4_16x8_mmx: 1382
sad_x4_16x8_mmx_c64: 1892
sad_x4_16x8_mmx_c32: 2385
sad_x4_16x8_sse2: 1419
sad_x4_16x8_sse2_c64: 2498
sad_x4_16x8_sse3_c64: 1419
sad_x4_16x16_c: 15279
sad_x4_16x16_mmx: 2531
sad_x4_16x16_mmx_c64: 3512
sad_x4_16x16_mmx_c32: 4498
sad_x4_16x16_sse2: 2515
sad_x4_16x16_sse2_c64: 3868
sad_x4_16x16_sse3_c64: 2515
satd_4x4_c: 1503
satd_4x4_mmx: 578
satd_4x8_c: 3116
satd_4x8_mmx: 952
satd_8x4_c: 3049
satd_8x4_mmx: 959
satd_8x4_sse2: 983
satd_8x8_c: 6303
satd_8x8_mmx: 1721
satd_8x8_sse2: 1683
satd_8x16_c: 12109
satd_8x16_mmx: 3205
satd_8x16_sse2: 3119
satd_16x8_c: 12510
satd_16x8_mmx: 3215
satd_16x8_sse2: 3122
satd_16x16_c: 24582
satd_16x16_mmx: 6175
satd_16x16_sse2: 6001
ssd_4x4_c: 692
ssd_4x4_mmx: 260
ssd_4x8_c: 1256
ssd_4x8_mmx: 420
ssd_8x4_c: 1638
ssd_8x4_mmx: 445
ssd_8x4_sse2: 380
ssd_8x8_c: 3108
ssd_8x8_mmx: 755
ssd_8x8_sse2: 665
ssd_8x16_c: 6192
ssd_8x16_mmx: 1407
ssd_8x16_sse2: 1225
ssd_16x8_c: 5746
ssd_16x8_mmx: 1410
ssd_16x8_sse2: 1204
ssd_16x16_c: 11368
ssd_16x16_mmx: 2678
ssd_16x16_sse2: 2284
sub4x4_dct_c: 1171
sub4x4_dct_mmx: 398
sub8x8_dct_c: 4366
sub8x8_dct_mmx: 1342
sub8x8_dct_sse2: 1298
sub8x8_dct8_c: 8631
sub8x8_dct8_mmx: 2012
sub8x8_dct8_sse2: 1984
sub16x16_dct_c: 17658
sub16x16_dct_mmx: 5216
sub16x16_dct_sse2: 4942
sub16x16_dct8_c: 34592
sub16x16_dct8_mmx: 7842
sub16x16_dct8_sse2: 7454
zigzag_scan_4x4_field_c: 198
zigzag_scan_4x4_field_mmx: 169
techouse
5th June 2008, 17:18
Intel Pentium M @ 2.0 GHz using Windows XP SP-3 32-bit
Processors Information
------------------------------------------------------------------------------------
Processor 1 (ID = 0)
Number of cores 1 (max 1)
Number of threads 1 (max 1)
Name Intel Pentium M 760
Codename Dothan
Specification Intel(R) Pentium(R) M processor 2.00GHz
Package Socket 479 mPGA (platform ID = 5h)
CPUID 6.D.8
Extended CPUID 6.D
Brand ID 22
Core Stepping C0
Technology 90 nm
Core Speed 798.0 MHz (6.0 x 133.0 MHz)
Rated Bus speed 532.0 MHz
Stock frequency 2000 MHz
Instructions sets MMX, SSE, SSE2
L1 Data cache 32 KBytes, 8-way set associative, 64-byte line size
L1 Instruction cache 32 KBytes, 8-way set associative, 64-byte line size
L2 cache 2048 KBytes, 8-way set associative, 64-byte line size
FID/VID Control yes
FID range 6.0x - 15.0x
max VID 1.308 V
add4x4_idct_c: 2763
add4x4_idct_mmx: 430
add8x8_idct_c: 9740
add8x8_idct_mmx: 1550
add8x8_idct_sse2: 1790
add8x8_idct8_c: 17063
add8x8_idct8_mmx: 2090
add8x8_idct8_sse2: 2240
add16x16_idct_c: 39269
add16x16_idct_mmx: 5975
add16x16_idct_sse2: 6900
add16x16_idct8_c: 68427
add16x16_idct8_mmx: 8229
add16x16_idct8_sse2: 9039
avg_4x2_c: 320
avg_4x2_mmx: 210
avg_4x4_c: 570
avg_4x4_mmx: 250
avg_4x8_c: 980
avg_4x8_mmx: 330
avg_8x4_c: 971
avg_8x4_mmx: 250
avg_8x8_c: 1790
avg_8x8_mmx: 330
avg_8x16_c: 3470
avg_8x16_mmx: 501
avg_16x8_c: 3390
avg_16x8_mmx: 470
avg_16x8_sse2: 500
avg_16x16_c: 6670
avg_16x16_mmx: 800
avg_16x16_sse2: 860
avg_weight_4x4_c: 1314
avg_weight_4x4_mmx: 460
avg_weight_8x4_c: 2258
avg_weight_8x4_mmx: 900
avg_weight_8x8_c: 4445
avg_weight_8x8_mmx: 1600
avg_weight_8x16_c: 8671
avg_weight_8x16_mmx: 2680
avg_weight_16x8_c: 8467
avg_weight_16x8_mmx: 2650
avg_weight_16x16_c: 16808
avg_weight_16x16_mmx: 4779
cabac_encode_decision_c: 2002106
cabac_encode_decision_mmx: 1467930
dct4x4dc_c: 1110
dct4x4dc_mmx: 310
deblock_h_chroma_c: 1577
deblock_h_chroma_mmx: 909
deblock_h_chroma_intra_c: 1176
deblock_h_chroma_intra_mmx: 849
deblock_h_luma_c: 4424
deblock_h_luma_mmx: 2477
deblock_h_luma_sse2: 2421
deblock_h_luma_intra_c: 4314
deblock_h_luma_intra_mmx: 3552
deblock_h_luma_intra_sse2: 3575
deblock_v_chroma_c: 1693
deblock_v_chroma_mmx: 459
deblock_v_chroma_intra_c: 1327
deblock_v_chroma_intra_mmx: 420
deblock_v_luma_c: 4836
deblock_v_luma_mmx: 1496
deblock_v_luma_sse2: 1250
deblock_v_luma_intra_c: 5556
deblock_v_luma_intra_mmx: 2297
deblock_v_luma_intra_sse2: 2113
dequant_4x4_cqm_c: 816
dequant_4x4_cqm_mmx: 385
dequant_4x4_cqm_sse2: 396
dequant_4x4_flat_c: 807
dequant_4x4_flat_mmx: 259
dequant_4x4_flat_sse2: 249
dequant_8x8_cqm_c: 3328
dequant_8x8_cqm_mmx: 1181
dequant_8x8_cqm_sse2: 1202
dequant_8x8_flat_c: 3265
dequant_8x8_flat_mmx: 645
dequant_8x8_flat_sse2: 681
esa_ads_c: 4298
esa_ads_mmx: 1674
esa_ads_sse2: 1836
get_ref_4x4_c: 1506
get_ref_4x4_mmx: 572
get_ref_4x4_mmx_c64: 572
get_ref_4x4_mmx_c32: 574
get_ref_4x4_sse2: 571
get_ref_4x4_sse2_c64: 571
get_ref_4x8_c: 2619
get_ref_4x8_mmx: 690
get_ref_4x8_mmx_c64: 688
get_ref_4x8_mmx_c32: 692
get_ref_4x8_sse2: 686
get_ref_4x8_sse2_c64: 686
get_ref_8x4_c: 1748
get_ref_8x4_mmx: 590
get_ref_8x4_mmx_c64: 563
get_ref_8x4_mmx_c32: 584
get_ref_8x4_sse2: 586
get_ref_8x4_sse2_c64: 562
get_ref_8x8_c: 3158
get_ref_8x8_mmx: 727
get_ref_8x8_mmx_c64: 661
get_ref_8x8_mmx_c32: 701
get_ref_8x8_sse2: 721
get_ref_8x8_sse2_c64: 660
get_ref_8x16_c: 5989
get_ref_8x16_mmx: 1027
get_ref_8x16_mmx_c64: 872
get_ref_8x16_mmx_c32: 949
get_ref_8x16_sse2: 1016
get_ref_8x16_sse2_c64: 870
get_ref_12x10_c: 5102
get_ref_12x10_mmx: 1080
get_ref_12x10_mmx_c64: 994
get_ref_12x10_mmx_c32: 1114
get_ref_12x10_sse2: 1074
get_ref_12x10_sse2_c64: 1054
get_ref_16x8_c: 5150
get_ref_16x8_mmx: 988
get_ref_16x8_mmx_c64: 888
get_ref_16x8_mmx_c32: 1022
get_ref_16x8_sse2: 1057
get_ref_16x8_sse2_c64: 942
get_ref_16x16_c: 1352
get_ref_16x16_mmx: 1533
get_ref_16x16_mmx_c64: 1316
get_ref_16x16_mmx_c32: 1580
get_ref_16x16_sse2: 1645
get_ref_16x16_sse2_c64: 1417
get_ref_20x18_c: 4788
get_ref_20x18_mmx: 2089
get_ref_20x18_mmx_c64: 1910
get_ref_20x18_mmx_c32: 2142
get_ref_20x18_sse2: 2178
get_ref_20x18_sse2_c64: 2014
hpel_filter_c: 242105
hpel_filter_mmx: 67082
hpel_filter_sse2: 91696
idct4x4dc_c: 1270
idct4x4dc_mmx: 260
intra_predict_4x4_ddl_c: 410
intra_predict_4x4_ddl_mmx: 237
intra_predict_4x4_vl_c: 460
intra_predict_4x4_vl_mmx: 170
intra_predict_8x8_dc_c: 450
intra_predict_8x8_dc_mmx: 230
intra_predict_8x8_dcl_c: 370
intra_predict_8x8_dcl_mmx: 250
intra_predict_8x8_dct_c: 370
intra_predict_8x8_dct_mmx: 250
intra_predict_8x8_ddl_c: 1224
intra_predict_8x8_ddl_mmx: 395
intra_predict_8x8_ddl_sse2: 460
intra_predict_8x8_ddr_c: 1318
intra_predict_8x8_ddr_mmx: 427
intra_predict_8x8_ddr_sse2: 487
intra_predict_8x8_v_c: 200
intra_predict_8x8_v_mmx: 120
intra_predict_8x8_vl_c: 1332
intra_predict_8x8_vl_sse2: 460
intra_predict_8x8_vr_c: 1267
intra_predict_8x8_vr_mmx: 613
intra_predict_8x8c_dc_c: 490
intra_predict_8x8c_dc_mmx: 410
intra_predict_8x8c_p_c: 2915
intra_predict_8x8c_p_mmx: 985
intra_predict_8x8c_v_c: 230
intra_predict_8x8c_v_mmx: 120
intra_predict_16x16_dc_c: 1220
intra_predict_16x16_dc_mmx: 930
intra_predict_16x16_dc_sse2: 860
intra_predict_16x16_dct_c: 1030
intra_predict_16x16_dct_mmx: 594
intra_predict_16x16_dct_sse2: 632
intra_predict_16x16_p_c: 9873
intra_predict_16x16_p_mmx: 2222
intra_predict_16x16_p_sse2: 2310
intra_predict_16x16_v_c: 819
intra_predict_16x16_v_mmx: 501
intra_predict_16x16_v_sse2: 492
intra_sa8d_x3_8x8_mmx: 3378
intra_satd_x3_4x4_mmx: 860
intra_satd_x3_8x8c_mmx: 2745
intra_satd_x3_16x16_mmx: 9044
mc_chroma_2x2_c: 830
mc_chroma_2x2_mmx: 561
mc_chroma_2x4_c: 1281
mc_chroma_2x4_mmx: 781
mc_chroma_4x2_c: 1203
mc_chroma_4x2_mmx: 561
mc_chroma_4x4_c: 2024
mc_chroma_4x4_mmx: 781
mc_chroma_4x8_c: 3560
mc_chroma_4x8_mmx: 1230
mc_chroma_8x4_c: 3284
mc_chroma_8x4_mmx: 1197
mc_chroma_8x8_c: 6150
mc_chroma_8x8_mmx: 2120
mc_luma_4x4_c: 1511
mc_luma_4x4_mmx: 594
mc_luma_4x4_mmx_c64: 593
mc_luma_4x4_mmx_c32: 593
mc_luma_4x4_sse2: 592
mc_luma_4x4_sse2_c64: 592
mc_luma_4x8_c: 2650
mc_luma_4x8_mmx: 718
mc_luma_4x8_mmx_c64: 716
mc_luma_4x8_mmx_c32: 718
mc_luma_4x8_sse2: 714
mc_luma_4x8_sse2_c64: 715
mc_luma_8x4_c: 1752
mc_luma_8x4_mmx: 624
mc_luma_8x4_mmx_c64: 579
mc_luma_8x4_mmx_c32: 599
mc_luma_8x4_sse2: 621
mc_luma_8x4_sse2_c64: 579
mc_luma_8x8_c: 3161
mc_luma_8x8_mmx: 768
mc_luma_8x8_mmx_c64: 688
mc_luma_8x8_mmx_c32: 728
mc_luma_8x8_sse2: 763
mc_luma_8x8_sse2_c64: 687
mc_luma_8x16_c: 5988
mc_luma_8x16_mmx: 1069
mc_luma_8x16_mmx_c64: 928
mc_luma_8x16_mmx_c32: 1007
mc_luma_8x16_sse2: 1059
mc_luma_8x16_sse2_c64: 926
mc_luma_16x8_c: 5153
mc_luma_16x8_mmx: 1066
mc_luma_16x8_mmx_c64: 940
mc_luma_16x8_mmx_c32: 1086
mc_luma_16x8_sse2: 1132
mc_luma_16x8_sse2_c64: 1011
mc_luma_16x16_c: 1354
mc_luma_16x16_mmx: 1711
mc_luma_16x16_mmx_c64: 1474
mc_luma_16x16_mmx_c32: 1749
mc_luma_16x16_sse2: 1839
mc_luma_16x16_sse2_c64: 1593
quant_2x2_dc_c: 391
quant_2x2_dc_mmx: 160
quant_4x4_c: 863
quant_4x4_mmx: 330
quant_4x4_sse2: 300
quant_4x4_dc_c: 979
quant_4x4_dc_mmx: 330
quant_4x4_dc_sse2: 340
quant_8x8_c: 4173
quant_8x8_mmx: 923
quant_8x8_sse2: 894
sa8d_8x8_c: 7643
sa8d_8x8_mmx: 2170
sa8d_8x8_sse2: 2629
sa8d_16x16_c: 33052
sa8d_16x16_mmx: 8754
sa8d_16x16_sse2: 10459
sad_4x4_c: 880
sad_4x4_mmx: 252
sad_4x8_c: 1520
sad_4x8_mmx: 386
sad_8x4_c: 1411
sad_8x4_mmx: 281
sad_8x4_mmx_c64: 291
sad_8x4_mmx_c32: 310
sad_8x8_c: 2620
sad_8x8_mmx: 432
sad_8x8_mmx_c64: 410
sad_8x8_mmx_c32: 437
sad_8x16_c: 5110
sad_8x16_mmx: 734
sad_8x16_mmx_c64: 650
sad_8x16_mmx_c32: 700
sad_16x8_c: 4828
sad_16x8_mmx: 707
sad_16x8_mmx_c64: 653
sad_16x8_mmx_c32: 770
sad_16x8_sse2: 715
sad_16x8_sse2_c64: 710
sad_16x16_c: 9371
sad_16x16_mmx: 1252
sad_16x16_mmx_c64: 1078
sad_16x16_mmx_c32: 1275
sad_16x16_sse2: 1278
sad_16x16_sse2_c64: 1235
sad_x3_4x4_c: 2486
sad_x3_4x4_mmx: 492
sad_x3_4x8_c: 4631
sad_x3_4x8_mmx: 796
sad_x3_8x4_c: 4186
sad_x3_8x4_mmx: 573
sad_x3_8x8_c: 7957
sad_x3_8x8_mmx: 953
sad_x3_8x8_mmx_c64: 968
sad_x3_8x8_mmx_c32: 1088
sad_x3_8x16_c: 16045
sad_x3_8x16_mmx: 1761
sad_x3_8x16_mmx_c64: 1590
sad_x3_8x16_mmx_c32: 1782
sad_x3_16x8_c: 14395
sad_x3_16x8_mmx: 1691
sad_x3_16x8_mmx_c64: 1712
sad_x3_16x8_mmx_c32: 2144
sad_x3_16x8_sse2: 1797
sad_x3_16x8_sse2_c64: 1923
sad_x3_16x16_c: 29756
sad_x3_16x16_mmx: 3202
sad_x3_16x16_mmx_c64: 3036
sad_x3_16x16_mmx_c32: 3752
sad_x3_16x16_sse2: 3440
sad_x3_16x16_sse2_c64: 3507
sad_x4_4x4_c: 3406
sad_x4_4x4_mmx: 592
sad_x4_4x8_c: 6194
sad_x4_4x8_mmx: 1021
sad_x4_8x4_c: 5662
sad_x4_8x4_mmx: 782
sad_x4_8x8_c: 10794
sad_x4_8x8_mmx: 1267
sad_x4_8x8_mmx_c64: 1271
sad_x4_8x8_mmx_c32: 1492
sad_x4_8x16_c: 21464
sad_x4_8x16_mmx: 2333
sad_x4_8x16_mmx_c64: 2152
sad_x4_8x16_mmx_c32: 2457
sad_x4_16x8_c: 19938
sad_x4_16x8_mmx: 2179
sad_x4_16x8_mmx_c64: 2236
sad_x4_16x8_mmx_c32: 2912
sad_x4_16x8_sse2: 2436
sad_x4_16x8_sse2_c64: 2615
sad_x4_16x16_c: 5213
sad_x4_16x16_mmx: 4103
sad_x4_16x16_mmx_c64: 3934
sad_x4_16x16_mmx_c32: 5038
sad_x4_16x16_sse2: 4569
sad_x4_16x16_sse2_c64: 4756
satd_4x4_c: 1790
satd_4x4_mmx: 623
satd_4x8_c: 3721
satd_4x8_mmx: 1125
satd_8x4_c: 3636
satd_8x4_mmx: 1096
satd_8x4_sse2: 1036
satd_8x8_c: 7384
satd_8x8_mmx: 1940
satd_8x8_sse2: 1866
satd_8x16_c: 14419
satd_8x16_mmx: 3680
satd_8x16_sse2: 3553
satd_16x8_c: 14024
satd_16x8_mmx: 3634
satd_16x8_sse2: 3577
satd_16x16_c: 28048
satd_16x16_mmx: 7136
satd_16x16_sse2: 6960
ssd_4x4_c: 750
ssd_4x4_mmx: 282
ssd_4x8_c: 1220
ssd_4x8_mmx: 441
ssd_8x4_c: 1642
ssd_8x4_mmx: 482
ssd_8x4_sse2: 480
ssd_8x8_c: 3079
ssd_8x8_mmx: 741
ssd_8x8_sse2: 770
ssd_8x16_c: 5983
ssd_8x16_mmx: 1342
ssd_8x16_sse2: 1390
ssd_16x8_c: 6033
ssd_16x8_mmx: 1342
ssd_16x8_sse2: 1231
ssd_16x16_c: 11832
ssd_16x16_mmx: 2494
ssd_16x16_sse2: 2244
sub4x4_dct_c: 1204
sub4x4_dct_mmx: 410
sub8x8_dct_c: 5153
sub8x8_dct_mmx: 1495
sub8x8_dct_sse2: 1630
sub8x8_dct8_c: 10062
sub8x8_dct8_mmx: 2210
sub8x8_dct8_sse2: 2200
sub16x16_dct_c: 20630
sub16x16_dct_mmx: 5677
sub16x16_dct_sse2: 6330
sub16x16_dct8_c: 40612
sub16x16_dct8_mmx: 8797
sub16x16_dct8_sse2: 8820
zigzag_scan_4x4_field_c: 180
zigzag_scan_4x4_field_mmx: 120
HymnToLife
5th June 2008, 17:38
Athlon 64 FX-62 (more details in the allmighty Wikipedia (http://en.wikipedia.org/wiki/List_of_AMD_Athlon_64_microprocessors#.22Windsor.22_.28F2.2C_90_nm.29))
http://paste.ubuntu.com/17267/
EDIT: this was run in a 32 bit Ubuntu, but I also have a 64 bit one around, would it make sense to also do the bench in it?
Celeron 220 (details (http://en.wikipedia.org/wiki/List_of_Intel_Celeron_microprocessors#.22Conroe-L.22_.2865_nm.29), not sure if this will be helpful since it's based on the Conroe microarchitecture, but anyway...)
http://paste.ubuntu.com/17268/
Sapo84
6th June 2008, 02:04
Intel E8200 (@2.66Ghz)
add4x4_idct_c: 2039
add4x4_idct_mmx: 281
add8x8_idct_c: 7518
add8x8_idct_mmx: 1234
add8x8_idct_sse2: 839
add8x8_idct8_c: 14191
add8x8_idct8_mmx: 1798
add8x8_idct8_sse2: 939
add16x16_idct_c: 33378
add16x16_idct_mmx: 5006
add16x16_idct_sse2: 3389
add16x16_idct8_c: 56429
add16x16_idct8_mmx: 7098
add16x16_idct8_sse2: 3585
avg_4x2_c: 203
avg_4x2_mmx: 105
avg_4x4_c: 357
avg_4x4_mmx: 147
avg_4x8_c: 717
avg_4x8_mmx: 219
avg_8x4_c: 656
avg_8x4_mmx: 152
avg_8x8_c: 1382
avg_8x8_mmx: 224
avg_8x16_c: 2842
avg_8x16_mmx: 341
avg_16x8_c: 2616
avg_16x8_mmx: 294
avg_16x8_sse2: 255
avg_16x16_c: 5182
avg_16x16_mmx: 605
avg_16x16_sse2: 442
avg_weight_4x4_c: 800
avg_weight_4x4_mmx: 370
avg_weight_8x4_c: 1411
avg_weight_8x4_mmx: 710
avg_weight_8x8_c: 2934
avg_weight_8x8_mmx: 1184
avg_weight_8x16_c: 5782
avg_weight_8x16_mmx: 2238
avg_weight_16x8_c: 5476
avg_weight_16x8_mmx: 1820
avg_weight_16x16_c: 10940
avg_weight_16x16_mmx: 3330
cabac_encode_decision_c: 1802476
cabac_encode_decision_mmx: 1386450
dct4x4dc_c: 725
dct4x4dc_mmx: 250
deblock_h_chroma_c: 1147
deblock_h_chroma_mmx: 682
deblock_h_chroma_intra_c: 895
deblock_h_chroma_intra_mmx: 616
deblock_h_luma_c: 3557
deblock_h_luma_mmx: 2163
deblock_h_luma_sse2: 1744
deblock_h_luma_intra_c: 3578
deblock_h_luma_intra_mmx: 3175
deblock_h_luma_intra_sse2: 2342
deblock_v_chroma_c: 1262
deblock_v_chroma_mmx: 287
deblock_v_chroma_intra_c: 954
deblock_v_chroma_intra_mmx: 258
deblock_v_luma_c: 3895
deblock_v_luma_mmx: 1099
deblock_v_luma_sse2: 465
deblock_v_luma_intra_c: 4467
deblock_v_luma_intra_mmx: 1729
deblock_v_luma_intra_sse2: 782
dequant_4x4_cqm_c: 491
dequant_4x4_cqm_mmx: 200
dequant_4x4_cqm_sse2: 142
dequant_4x4_flat_c: 490
dequant_4x4_flat_mmx: 120
dequant_4x4_flat_sse2: 110
dequant_8x8_cqm_c: 2186
dequant_8x8_cqm_mmx: 759
dequant_8x8_cqm_sse2: 472
dequant_8x8_flat_c: 2115
dequant_8x8_flat_mmx: 383
dequant_8x8_flat_sse2: 246
esa_ads_c: 3498
esa_ads_mmx: 1135
esa_ads_sse2: 1033
esa_ads_ssse3: 995
get_ref_4x4_c: 1014
get_ref_4x4_mmx: 527
get_ref_4x4_mmx_c64: 512
get_ref_4x4_mmx_c32: 522
get_ref_4x4_sse2: 528
get_ref_4x4_sse2_c64: 534
get_ref_4x4_sse3_c64: 522
get_ref_4x8_c: 1859
get_ref_4x8_mmx: 710
get_ref_4x8_mmx_c64: 679
get_ref_4x8_mmx_c32: 698
get_ref_4x8_sse2: 694
get_ref_4x8_sse2_c64: 718
get_ref_4x8_sse3_c64: 699
get_ref_8x4_c: 1390
get_ref_8x4_mmx: 579
get_ref_8x4_mmx_c64: 420
get_ref_8x4_mmx_c32: 442
get_ref_8x4_sse2: 572
get_ref_8x4_sse2_c64: 429
get_ref_8x4_sse3_c64: 430
get_ref_8x8_c: 2626
get_ref_8x8_mmx: 785
get_ref_8x8_mmx_c64: 493
get_ref_8x8_mmx_c32: 524
get_ref_8x8_sse2: 777
get_ref_8x8_sse2_c64: 510
get_ref_8x8_sse3_c64: 501
get_ref_8x16_c: 5065
get_ref_8x16_mmx: 1128
get_ref_8x16_mmx_c64: 654
get_ref_8x16_mmx_c32: 703
get_ref_8x16_sse2: 1116
get_ref_8x16_sse2_c64: 672
get_ref_8x16_sse3_c64: 662
get_ref_12x10_c: 4267
get_ref_12x10_mmx: 1306
get_ref_12x10_mmx_c64: 905
get_ref_12x10_mmx_c32: 1018
get_ref_12x10_sse2: 1298
get_ref_12x10_sse2_c64: 824
get_ref_12x10_sse3_c64: 1376
get_ref_16x8_c: 4217
get_ref_16x8_mmx: 1219
get_ref_16x8_mmx_c64: 729
get_ref_16x8_mmx_c32: 860
get_ref_16x8_sse2: 1187
get_ref_16x8_sse2_c64: 740
get_ref_16x8_sse3_c64: 1191
get_ref_16x16_c: 2077
get_ref_16x16_mmx: 1957
get_ref_16x16_mmx_c64: 1156
get_ref_16x16_mmx_c32: 1410
get_ref_16x16_sse2: 1838
get_ref_16x16_sse2_c64: 1130
get_ref_16x16_sse3_c64: 1854
get_ref_20x18_c: 4748
get_ref_20x18_mmx: 2688
get_ref_20x18_mmx_c64: 1850
get_ref_20x18_mmx_c32: 2601
get_ref_20x18_sse2: 2554
get_ref_20x18_sse2_c64: 1872
get_ref_20x18_sse3_c64: 2562
hpel_filter_c: 205808
hpel_filter_mmx: 86109
hpel_filter_sse2: 49209
hpel_filter_ssse3: 45433
idct4x4dc_c: 911
idct4x4dc_mmx: 191
intra_predict_4x4_ddl_c: 352
intra_predict_4x4_ddl_mmx: 142
intra_predict_4x4_vl_c: 358
intra_predict_4x4_vl_mmx: 90
intra_predict_8x8_dc_c: 301
intra_predict_8x8_dc_mmx: 100
intra_predict_8x8_dcl_c: 200
intra_predict_8x8_dcl_mmx: 90
intra_predict_8x8_dct_c: 200
intra_predict_8x8_dct_mmx: 90
intra_predict_8x8_ddl_c: 1093
intra_predict_8x8_ddl_mmx: 257
intra_predict_8x8_ddl_sse2: 177
intra_predict_8x8_ddr_c: 1120
intra_predict_8x8_ddr_mmx: 307
intra_predict_8x8_ddr_sse2: 197
intra_predict_8x8_v_c: 100
intra_predict_8x8_v_mmx: 80
intra_predict_8x8_vl_c: 974
intra_predict_8x8_vl_sse2: 129
intra_predict_8x8_vr_c: 1118
intra_predict_8x8_vr_mmx: 485
intra_predict_8x8c_dc_c: 311
intra_predict_8x8c_dc_mmx: 327
intra_predict_8x8c_p_c: 2258
intra_predict_8x8c_p_mmx: 728
intra_predict_8x8c_v_c: 95
intra_predict_8x8c_v_mmx: 62
intra_predict_16x16_dc_c: 1007
intra_predict_16x16_dc_mmx: 664
intra_predict_16x16_dc_sse2: 434
intra_predict_16x16_dct_c: 821
intra_predict_16x16_dct_mmx: 438
intra_predict_16x16_dct_sse2: 197
intra_predict_16x16_p_c: 7556
intra_predict_16x16_p_mmx: 1615
intra_predict_16x16_p_sse2: 1088
intra_predict_16x16_v_c: 716
intra_predict_16x16_v_mmx: 380
intra_predict_16x16_v_sse2: 144
intra_sa8d_x3_8x8_mmx: 3331
intra_satd_x3_4x4_mmx: 645
intra_satd_x3_4x4_ssse3: 622
intra_satd_x3_8x8c_mmx: 2196
intra_satd_x3_8x8c_ssse3: 2071
intra_satd_x3_16x16_mmx: 7258
intra_satd_x3_16x16_ssse3: 6686
mc_chroma_2x2_c: 572
mc_chroma_2x2_mmx: 306
mc_chroma_2x4_c: 1065
mc_chroma_2x4_mmx: 458
mc_chroma_4x2_c: 904
mc_chroma_4x2_mmx: 317
mc_chroma_4x4_c: 1681
mc_chroma_4x4_mmx: 471
mc_chroma_4x8_c: 3244
mc_chroma_4x8_mmx: 762
mc_chroma_8x4_c: 2980
mc_chroma_8x4_mmx: 772
mc_chroma_8x8_c: 5834
mc_chroma_8x8_mmx: 1332
mc_luma_4x4_c: 1009
mc_luma_4x4_mmx: 563
mc_luma_4x4_mmx_c64: 557
mc_luma_4x4_mmx_c32: 562
mc_luma_4x4_sse2: 564
mc_luma_4x4_sse2_c64: 565
mc_luma_4x4_sse3_c64: 567
mc_luma_4x8_c: 1848
mc_luma_4x8_mmx: 754
mc_luma_4x8_mmx_c64: 746
mc_luma_4x8_mmx_c32: 756
mc_luma_4x8_sse2: 749
mc_luma_4x8_sse2_c64: 758
mc_luma_4x8_sse3_c64: 762
mc_luma_8x4_c: 1394
mc_luma_8x4_mmx: 643
mc_luma_8x4_mmx_c64: 490
mc_luma_8x4_mmx_c32: 501
mc_luma_8x4_sse2: 636
mc_luma_8x4_sse2_c64: 490
mc_luma_8x4_sse3_c64: 492
mc_luma_8x8_c: 2630
mc_luma_8x8_mmx: 892
mc_luma_8x8_mmx_c64: 610
mc_luma_8x8_mmx_c32: 631
mc_luma_8x8_sse2: 881
mc_luma_8x8_sse2_c64: 608
mc_luma_8x8_sse3_c64: 611
mc_luma_8x16_c: 5066
mc_luma_8x16_mmx: 1299
mc_luma_8x16_mmx_c64: 831
mc_luma_8x16_mmx_c32: 870
mc_luma_8x16_sse2: 1282
mc_luma_8x16_sse2_c64: 829
mc_luma_8x16_sse3_c64: 833
mc_luma_16x8_c: 4224
mc_luma_16x8_mmx: 1390
mc_luma_16x8_mmx_c64: 900
mc_luma_16x8_mmx_c32: 1018
mc_luma_16x8_sse2: 1336
mc_luma_16x8_sse2_c64: 878
mc_luma_16x8_sse3_c64: 1363
mc_luma_16x16_c: 2072
mc_luma_16x16_mmx: 2252
mc_luma_16x16_mmx_c64: 1466
mc_luma_16x16_mmx_c32: 1706
mc_luma_16x16_sse2: 2113
mc_luma_16x16_sse2_c64: 1393
mc_luma_16x16_sse3_c64: 2153
quant_2x2_dc_c: 221
quant_2x2_dc_mmx: 90
quant_2x2_dc_ssse3: 80
quant_4x4_c: 546
quant_4x4_mmx: 173
quant_4x4_sse2: 114
quant_4x4_ssse3: 94
quant_4x4_dc_c: 618
quant_4x4_dc_mmx: 169
quant_4x4_dc_sse2: 120
quant_4x4_dc_ssse3: 109
quant_8x8_c: 2764
quant_8x8_mmx: 609
quant_8x8_sse2: 326
quant_8x8_ssse3: 230
sa8d_8x8_c: 6174
sa8d_8x8_mmx: 2026
sa8d_8x8_sse2: 1212
sa8d_8x8_ssse3: 1172
sa8d_8x8_sse4: 1255
sa8d_16x16_c: 25923
sa8d_16x16_mmx: 8331
sa8d_16x16_sse2: 5155
sa8d_16x16_ssse3: 4993
sa8d_16x16_sse4: 5173
sad_4x4_c: 652
sad_4x4_mmx: 139
sad_4x8_c: 1254
sad_4x8_mmx: 244
sad_8x4_c: 1001
sad_8x4_mmx: 178
sad_8x4_mmx_c64: 152
sad_8x4_mmx_c32: 163
sad_8x8_c: 2014
sad_8x8_mmx: 342
sad_8x8_mmx_c64: 199
sad_8x8_mmx_c32: 219
sad_8x16_c: 4043
sad_8x16_mmx: 710
sad_8x16_mmx_c64: 360
sad_8x16_mmx_c32: 390
sad_16x8_c: 3565
sad_16x8_mmx: 657
sad_16x8_mmx_c64: 396
sad_16x8_mmx_c32: 453
sad_16x8_sse2: 574
sad_16x8_sse2_c64: 299
sad_16x8_sse3_c64: 575
sad_16x8_ssse3_c64: 284
sad_16x16_c: 7031
sad_16x16_mmx: 1376
sad_16x16_mmx_c64: 765
sad_16x16_mmx_c32: 863
sad_16x16_sse2: 1190
sad_16x16_sse2_c64: 558
sad_16x16_sse3_c64: 1194
sad_16x16_ssse3_c64: 540
sad_x3_4x4_c: 1923
sad_x3_4x4_mmx: 284
sad_x3_4x8_c: 3630
sad_x3_4x8_mmx: 573
sad_x3_8x4_c: 3190
sad_x3_8x4_mmx: 430
sad_x3_8x8_c: 6403
sad_x3_8x8_mmx: 856
sad_x3_8x8_mmx_c64: 534
sad_x3_8x8_mmx_c32: 660
sad_x3_8x16_c: 13228
sad_x3_8x16_mmx: 1772
sad_x3_8x16_mmx_c64: 928
sad_x3_8x16_mmx_c32: 1103
sad_x3_16x8_c: 11044
sad_x3_16x8_mmx: 1633
sad_x3_16x8_mmx_c64: 1092
sad_x3_16x8_mmx_c32: 1392
sad_x3_16x8_sse2: 1603
sad_x3_16x8_sse2_c64: 857
sad_x3_16x8_sse3_c64: 1598
sad_x3_16x8_ssse3_c64: 834
sad_x3_16x16_c: 23288
sad_x3_16x16_mmx: 3431
sad_x3_16x16_mmx_c64: 2006
sad_x3_16x16_mmx_c32: 2543
sad_x3_16x16_sse2: 3361
sad_x3_16x16_sse2_c64: 1506
sad_x3_16x16_sse3_c64: 3352
sad_x3_16x16_ssse3_c64: 1480
sad_x4_4x4_c: 2700
sad_x4_4x4_mmx: 393
sad_x4_4x8_c: 4966
sad_x4_4x8_mmx: 754
sad_x4_8x4_c: 4370
sad_x4_8x4_mmx: 606
sad_x4_8x8_c: 8750
sad_x4_8x8_mmx: 1175
sad_x4_8x8_mmx_c64: 794
sad_x4_8x8_mmx_c32: 978
sad_x4_8x16_c: 17606
sad_x4_8x16_mmx: 2382
sad_x4_8x16_mmx_c64: 1317
sad_x4_8x16_mmx_c32: 1611
sad_x4_16x8_c: 15689
sad_x4_16x8_mmx: 2123
sad_x4_16x8_mmx_c64: 1496
sad_x4_16x8_mmx_c32: 1958
sad_x4_16x8_sse2: 2084
sad_x4_16x8_sse2_c64: 1177
sad_x4_16x8_sse3_c64: 2087
sad_x4_16x8_ssse3_c64: 1140
sad_x4_16x16_c: 6955
sad_x4_16x16_mmx: 4472
sad_x4_16x16_mmx_c64: 2666
sad_x4_16x16_mmx_c32: 3511
sad_x4_16x16_sse2: 4422
sad_x4_16x16_sse2_c64: 2062
sad_x4_16x16_sse3_c64: 4421
sad_x4_16x16_ssse3_c64: 2040
satd_4x4_c: 1314
satd_4x4_mmx: 528
satd_4x4_ssse3: 469
satd_4x8_c: 3008
satd_4x8_mmx: 930
satd_4x8_ssse3: 874
satd_8x4_c: 2933
satd_8x4_mmx: 864
satd_8x4_sse2: 626
satd_8x4_ssse3: 562
satd_8x4_sse4: 572
satd_8x8_c: 5804
satd_8x8_mmx: 1662
satd_8x8_sse2: 1100
satd_8x8_ssse3: 1009
satd_8x8_sse4: 973
satd_8x16_c: 11549
satd_8x16_mmx: 3328
satd_8x16_sse2: 2065
satd_8x16_ssse3: 1931
satd_8x16_sse4: 1826
satd_16x8_c: 11389
satd_16x8_mmx: 3206
satd_16x8_sse2: 2107
satd_16x8_ssse3: 1880
satd_16x8_sse4: 1794
satd_16x16_c: 22756
satd_16x16_mmx: 6395
satd_16x16_sse2: 4078
satd_16x16_ssse3: 3716
satd_16x16_sse4: 3562
ssd_4x4_c: 512
ssd_4x4_mmx: 191
ssd_4x8_c: 1104
ssd_4x8_mmx: 283
ssd_8x4_c: 1388
ssd_8x4_mmx: 281
ssd_8x4_sse2: 180
ssd_8x8_c: 2816
ssd_8x8_mmx: 522
ssd_8x8_sse2: 270
ssd_8x16_c: 5671
ssd_8x16_mmx: 923
ssd_8x16_sse2: 490
ssd_16x8_c: 5451
ssd_16x8_mmx: 944
ssd_16x8_sse2: 470
ssd_16x16_c: 10782
ssd_16x16_mmx: 1856
ssd_16x16_sse2: 910
sub4x4_dct_c: 990
sub4x4_dct_mmx: 270
sub8x8_dct_c: 4110
sub8x8_dct_mmx: 1172
sub8x8_dct_sse2: 708
sub8x8_dct8_c: 8100
sub8x8_dct8_mmx: 1648
sub8x8_dct8_sse2: 908
sub16x16_dct_c: 16563
sub16x16_dct_mmx: 4799
sub16x16_dct_sse2: 2930
sub16x16_dct8_c: 32811
sub16x16_dct8_mmx: 6839
sub16x16_dct8_sse2: 3576
zigzag_scan_4x4_field_c: 101
zigzag_scan_4x4_field_mmx: 71
zigzag_sub_4x4_frame_c: 306
zigzag_sub_4x4_frame_ssse3: 154
tre31
6th June 2008, 02:53
btw I tried the test twice while overclocking and got one result that was in the billions each time (2 runs), however the processor is stable and prime95 throws no errors - so my suggestion is use stock for this benchmark too get true results (yes I went back too stock).
-------------------------
CPU-Z version 1.45
-------------------------
Processors Map
------------------------------------------------------------------------------------
Number of processors 1
Number of threads 2
Processor 0
-- Core 0
-- Thread 0
-- Core 1
-- Thread 0
Processors Information
------------------------------------------------------------------------------------
Processor 1 (ID = 0)
Number of cores 2 (max 2)
Number of threads 2 (max 2)
Name AMD Opteron 165 (UP)
Codename Denmark
Specification Dual Core AMD Opteron(tm) Processor 165
Package Socket 939
CPUID F.3.2
Extended CPUID F.23
Brand ID 44
Core Stepping JH9-E6
Technology 90 nm
Core Speed 1800.1 MHz (9.0 x 200.0 MHz)
HT Link speed 1000.0 MHz
Stock frequency 1800 MHz
Instructions sets MMX (+), 3DNow! (+), SSE, SSE2, SSE3, x86-64
L1 Data cache 2 x 64 KBytes, 2-way set associative, 64-byte line size
L1 Instruction cache 2 x 64 KBytes, 2-way set associative, 64-byte line size
L2 cache 2 x 1024 KBytes, 16-way set associative, 64-byte line size
FID/VID Control yes
max FID 9.0x
max VID 1.400 V
Features XD
K8 Thermal sensor yes
K8 Revision ID 4.3
add4x4_idct_c: 2573
add4x4_idct_mmx: 450
add8x8_idct_c: 9148
add8x8_idct_mmx: 1530
add8x8_idct_sse2: 1454
add8x8_idct8_c: 13971
add8x8_idct8_mmx: 2014
add8x8_idct8_sse2: 1958
add16x16_idct_c: 37257
add16x16_idct_mmx: 6040
add16x16_idct_sse2: 5698
add16x16_idct8_c: 54878
add16x16_idct8_mmx: 7834
add16x16_idct8_sse2: 7697
avg_4x2_c: 374
avg_4x2_mmx: 191
avg_4x4_c: 661
avg_4x4_mmx: 242
avg_4x8_c: 1118
avg_4x8_mmx: 322
avg_8x4_c: 1080
avg_8x4_mmx: 242
avg_8x8_c: 1995
avg_8x8_mmx: 322
avg_8x16_c: 3847
avg_8x16_mmx: 482
avg_16x8_c: 3443
avg_16x8_mmx: 464
avg_16x8_sse2: 622
avg_16x16_c: 6867
avg_16x16_mmx: 776
avg_16x16_sse2: 1103
avg_weight_4x4_c: 1317
avg_weight_4x4_mmx: 446
avg_weight_8x4_c: 2454
avg_weight_8x4_mmx: 878
avg_weight_8x8_c: 5158
avg_weight_8x8_mmx: 1399
avg_weight_8x16_c: 10010
avg_weight_8x16_mmx: 2721
avg_weight_16x8_c: 6138
avg_weight_16x8_mmx: 2497
avg_weight_16x16_c: 17206
avg_weight_16x16_mmx: 4918
cabac_encode_decision_c: 1877776
cabac_encode_decision_mmx: 1492336
dct4x4dc_c: 898
dct4x4dc_mmx: 280
deblock_h_chroma_c: 1706
deblock_h_chroma_mmx: 816
deblock_h_chroma_intra_c: 1112
deblock_h_chroma_intra_mmx: 762
deblock_h_luma_c: 4886
deblock_h_luma_mmx: 2379
deblock_h_luma_sse2: 2165
deblock_h_luma_intra_c: 4756
deblock_h_luma_intra_mmx: 3564
deblock_h_luma_intra_sse2: 3311
deblock_v_chroma_c: 1798
deblock_v_chroma_mmx: 466
deblock_v_chroma_intra_c: 1379
deblock_v_chroma_intra_mmx: 414
deblock_v_luma_c: 5516
deblock_v_luma_mmx: 1634
deblock_v_luma_sse2: 1238
deblock_v_luma_intra_c: 6121
deblock_v_luma_intra_mmx: 2416
deblock_v_luma_intra_sse2: 1988
dequant_4x4_cqm_c: 2820
dequant_4x4_cqm_mmx: 344
dequant_4x4_cqm_sse2: 345
dequant_4x4_flat_c: 839
dequant_4x4_flat_mmx: 260
dequant_4x4_flat_sse2: 261
dequant_8x8_cqm_c: 3409
dequant_8x8_cqm_mmx: 1216
dequant_8x8_cqm_sse2: 1058
dequant_8x8_flat_c: 3864
dequant_8x8_flat_mmx: 686
dequant_8x8_flat_sse2: 646
esa_ads_c: 4393
esa_ads_mmx: 1348
esa_ads_sse2: 1585
get_ref_4x4_c: 1384
get_ref_4x4_mmx: 2882
get_ref_4x4_mmx_c64: 581
get_ref_4x4_mmx_c32: 580
get_ref_4x4_sse2: 580
get_ref_4x4_sse2_c64: 580
get_ref_4x4_sse3_c64: 578
get_ref_4x8_c: 2034
get_ref_4x8_mmx: 686
get_ref_4x8_mmx_c64: 1016
get_ref_4x8_mmx_c32: 686
get_ref_4x8_sse2: 686
get_ref_4x8_sse2_c64: 685
get_ref_4x8_sse3_c64: 684
get_ref_8x4_c: 2272
get_ref_8x4_mmx: 603
get_ref_8x4_mmx_c64: 617
get_ref_8x4_mmx_c32: 622
get_ref_8x4_sse2: 604
get_ref_8x4_sse2_c64: 617
get_ref_8x4_sse3_c64: 616
get_ref_8x8_c: 3875
get_ref_8x8_mmx: 734
get_ref_8x8_mmx_c64: 752
get_ref_8x8_mmx_c32: 760
get_ref_8x8_sse2: 734
get_ref_8x8_sse2_c64: 752
get_ref_8x8_sse3_c64: 752
get_ref_8x16_c: 6188
get_ref_8x16_mmx: 3441
get_ref_8x16_mmx_c64: 1158
get_ref_8x16_mmx_c32: 1174
get_ref_8x16_sse2: 1126
get_ref_8x16_sse2_c64: 1158
get_ref_8x16_sse3_c64: 1155
get_ref_12x10_c: 5835
get_ref_12x10_mmx: 931
get_ref_12x10_mmx_c64: 1014
get_ref_12x10_mmx_c32: 1085
get_ref_12x10_sse2: 932
get_ref_12x10_sse2_c64: 1410
get_ref_12x10_sse3_c64: 1000
get_ref_16x8_c: 5715
get_ref_16x8_mmx: 876
get_ref_16x8_mmx_c64: 925
get_ref_16x8_mmx_c32: 969
get_ref_16x8_sse2: 896
get_ref_16x8_sse2_c64: 946
get_ref_16x8_sse3_c64: 892
get_ref_16x16_c: 4448
get_ref_16x16_mmx: 1389
get_ref_16x16_mmx_c64: 1480
get_ref_16x16_mmx_c32: 1571
get_ref_16x16_sse2: 1434
get_ref_16x16_sse2_c64: 1520
get_ref_16x16_sse3_c64: 1427
get_ref_20x18_c: 2050
get_ref_20x18_mmx: 1865
get_ref_20x18_mmx_c64: 2092
get_ref_20x18_mmx_c32: 1942
get_ref_20x18_sse2: 2142
get_ref_20x18_sse2_c64: 2276
get_ref_20x18_sse3_c64: 2029
hpel_filter_c: 259635
hpel_filter_mmx: 47141
hpel_filter_sse2: 67858
idct4x4dc_c: 1027
idct4x4dc_mmx: 254
intra_predict_4x4_ddl_c: 359
intra_predict_4x4_ddl_mmx: 163
intra_predict_4x4_vl_c: 344
intra_predict_4x4_vl_mmx: 114
intra_predict_8x8_dc_c: 319
intra_predict_8x8_dc_mmx: 190
intra_predict_8x8_dcl_c: 260
intra_predict_8x8_dcl_mmx: 175
intra_predict_8x8_dct_c: 260
intra_predict_8x8_dct_mmx: 140
intra_predict_8x8_ddl_c: 876
intra_predict_8x8_ddl_mmx: 430
intra_predict_8x8_ddl_sse2: 290
intra_predict_8x8_ddr_c: 916
intra_predict_8x8_ddr_mmx: 435
intra_predict_8x8_ddr_sse2: 290
intra_predict_8x8_v_c: 190
intra_predict_8x8_v_mmx: 140
intra_predict_8x8_vl_c: 871
intra_predict_8x8_vl_sse2: 319
intra_predict_8x8_vr_c: 951
intra_predict_8x8_vr_mmx: 554
intra_predict_8x8c_dc_c: 398
intra_predict_8x8c_dc_mmx: 389
intra_predict_8x8c_p_c: 2846
intra_predict_8x8c_p_mmx: 913
intra_predict_8x8c_v_c: 190
intra_predict_8x8c_v_mmx: 143
intra_predict_16x16_dc_c: 747
intra_predict_16x16_dc_mmx: 739
intra_predict_16x16_dc_sse2: 714
intra_predict_16x16_dct_c: 573
intra_predict_16x16_dct_mmx: 471
intra_predict_16x16_dct_sse2: 530
intra_predict_16x16_p_c: 9475
intra_predict_16x16_p_mmx: 2122
intra_predict_16x16_p_sse2: 2186
intra_predict_16x16_v_c: 498
intra_predict_16x16_v_mmx: 342
intra_predict_16x16_v_sse2: 333
intra_sa8d_x3_8x8_mmx: 3402
intra_satd_x3_4x4_mmx: 844
intra_satd_x3_8x8c_mmx: 2461
intra_satd_x3_16x16_mmx: 8570
mc_chroma_2x2_c: 775
mc_chroma_2x2_mmx: 501
mc_chroma_2x4_c: 1321
mc_chroma_2x4_mmx: 708
mc_chroma_4x2_c: 1054
mc_chroma_4x2_mmx: 504
mc_chroma_4x4_c: 1923
mc_chroma_4x4_mmx: 746
mc_chroma_4x8_c: 27452
mc_chroma_4x8_mmx: 1078
mc_chroma_8x4_c: 6671
mc_chroma_8x4_mmx: 1098
mc_chroma_8x8_c: 6016
mc_chroma_8x8_mmx: 2094
mc_luma_4x4_c: 1152
mc_luma_4x4_mmx: 604
mc_luma_4x4_mmx_c64: 603
mc_luma_4x4_mmx_c32: 601
mc_luma_4x4_sse2: 602
mc_luma_4x4_sse2_c64: 603
mc_luma_4x4_sse3_c64: 602
mc_luma_4x8_c: 2273
mc_luma_4x8_mmx: 728
mc_luma_4x8_mmx_c64: 728
mc_luma_4x8_mmx_c32: 726
mc_luma_4x8_sse2: 727
mc_luma_4x8_sse2_c64: 727
mc_luma_4x8_sse3_c64: 726
mc_luma_8x4_c: 2056
mc_luma_8x4_mmx: 633
mc_luma_8x4_mmx_c64: 647
mc_luma_8x4_mmx_c32: 656
mc_luma_8x4_sse2: 635
mc_luma_8x4_sse2_c64: 647
mc_luma_8x4_sse3_c64: 647
mc_luma_8x8_c: 3416
mc_luma_8x8_mmx: 790
mc_luma_8x8_mmx_c64: 806
mc_luma_8x8_mmx_c32: 817
mc_luma_8x8_sse2: 792
mc_luma_8x8_sse2_c64: 806
mc_luma_8x8_sse3_c64: 806
mc_luma_8x16_c: 6468
mc_luma_8x16_mmx: 1220
mc_luma_8x16_mmx_c64: 1254
mc_luma_8x16_mmx_c32: 1272
mc_luma_8x16_sse2: 1222
mc_luma_8x16_sse2_c64: 1254
mc_luma_8x16_sse3_c64: 1255
mc_luma_16x8_c: 4556
mc_luma_16x8_mmx: 980
mc_luma_16x8_mmx_c64: 1037
mc_luma_16x8_mmx_c32: 1084
mc_luma_16x8_sse2: 1336
mc_luma_16x8_sse2_c64: 1066
mc_luma_16x8_sse3_c64: 1014
mc_luma_16x16_c: 4038
mc_luma_16x16_mmx: 1574
mc_luma_16x16_mmx_c64: 1683
mc_luma_16x16_mmx_c32: 1775
mc_luma_16x16_sse2: 1645
mc_luma_16x16_sse2_c64: 1727
mc_luma_16x16_sse3_c64: 1640
quant_2x2_dc_c: 422
quant_2x2_dc_mmx: 161
quant_4x4_c: 3935
quant_4x4_mmx: 298
quant_4x4_sse2: 230
quant_4x4_dc_c: 1114
quant_4x4_dc_mmx: 295
quant_4x4_dc_sse2: 271
quant_8x8_c: 4159
quant_8x8_mmx: 1027
quant_8x8_sse2: 914
sa8d_8x8_c: 9284
sa8d_8x8_mmx: 1974
sa8d_8x8_sse2: 1949
sa8d_16x16_c: 25574
sa8d_16x16_mmx: 8073
sa8d_16x16_sse2: 7971
sad_4x4_c: 869
sad_4x4_mmx: 218
sad_4x8_c: 1543
sad_4x8_mmx: 320
sad_8x4_c: 1467
sad_8x4_mmx: 240
sad_8x4_mmx_c64: 248
sad_8x4_mmx_c32: 254
sad_8x8_c: 2761
sad_8x8_mmx: 379
sad_8x8_mmx_c64: 387
sad_8x8_mmx_c32: 392
sad_8x16_c: 13518
sad_8x16_mmx: 577
sad_8x16_mmx_c64: 593
sad_8x16_mmx_c32: 605
sad_16x8_c: 5084
sad_16x8_mmx: 493
sad_16x8_mmx_c64: 558
sad_16x8_mmx_c32: 598
sad_16x8_sse2: 600
sad_16x8_sse2_c64: 737
sad_16x8_sse3_c64: 600
sad_16x16_c: 10091
sad_16x16_mmx: 827
sad_16x16_mmx_c64: 995
sad_16x16_mmx_c32: 1148
sad_16x16_sse2: 979
sad_16x16_sse2_c64: 1146
sad_16x16_sse3_c64: 979
sad_x3_4x4_c: 2454
sad_x3_4x4_mmx: 386
sad_x3_4x8_c: 4555
sad_x3_4x8_mmx: 540
sad_x3_8x4_c: 4251
sad_x3_8x4_mmx: 447
sad_x3_8x8_c: 8347
sad_x3_8x8_mmx: 9901
sad_x3_8x8_mmx_c64: 829
sad_x3_8x8_mmx_c32: 957
sad_x3_8x16_c: 18175
sad_x3_8x16_mmx: 1072
sad_x3_8x16_mmx_c64: 1344
sad_x3_8x16_mmx_c32: 1520
sad_x3_16x8_c: 14566
sad_x3_16x8_mmx: 1104
sad_x3_16x8_mmx_c64: 1441
sad_x3_16x8_mmx_c32: 1749
sad_x3_16x8_sse2: 1168
sad_x3_16x8_sse2_c64: 1902
sad_x3_16x8_sse3_c64: 1168
sad_x3_16x16_c: 3660
sad_x3_16x16_mmx: 1979
sad_x3_16x16_mmx_c64: 2687
sad_x3_16x16_mmx_c32: 3344
sad_x3_16x16_sse2: 2106
sad_x3_16x16_sse2_c64: 3005
sad_x3_16x16_sse3_c64: 2106
sad_x4_4x4_c: 3313
sad_x4_4x4_mmx: 478
sad_x4_4x8_c: 6181
sad_x4_4x8_mmx: 666
sad_x4_8x4_c: 5839
sad_x4_8x4_mmx: 539
sad_x4_8x8_c: 11699
sad_x4_8x8_mmx: 808
sad_x4_8x8_mmx_c64: 1096
sad_x4_8x8_mmx_c32: 1321
sad_x4_8x16_c: 19902
sad_x4_8x16_mmx: 1379
sad_x4_8x16_mmx_c64: 1742
sad_x4_8x16_mmx_c32: 2067
sad_x4_16x8_c: 23486
sad_x4_16x8_mmx: 1384
sad_x4_16x8_mmx_c64: 1900
sad_x4_16x8_mmx_c32: 2390
sad_x4_16x8_sse2: 1536
sad_x4_16x8_sse2_c64: 2590
sad_x4_16x8_sse3_c64: 1536
sad_x4_16x16_c: 12614
sad_x4_16x16_mmx: 2526
sad_x4_16x16_mmx_c64: 3524
sad_x4_16x16_mmx_c32: 4500
sad_x4_16x16_sse2: 2778
sad_x4_16x16_sse2_c64: 4070
sad_x4_16x16_sse3_c64: 2778
satd_4x4_c: 1521
satd_4x4_mmx: 546
satd_4x8_c: 3134
satd_4x8_mmx: 933
satd_8x4_c: 3058
satd_8x4_mmx: 936
satd_8x4_sse2: 918
satd_8x8_c: 6306
satd_8x8_mmx: 1698
satd_8x8_sse2: 1637
satd_8x16_c: 12095
satd_8x16_mmx: 12400
satd_8x16_sse2: 3077
satd_16x8_c: 9918
satd_16x8_mmx: 3193
satd_16x8_sse2: 3100
satd_16x16_c: 24560
satd_16x16_mmx: 4868
satd_16x16_sse2: 5981
ssd_4x4_c: 710
ssd_4x4_mmx: 259
ssd_4x8_c: 1274
ssd_4x8_mmx: 409
ssd_8x4_c: 1649
ssd_8x4_mmx: 419
ssd_8x4_sse2: 370
ssd_8x8_c: 3066
ssd_8x8_mmx: 730
ssd_8x8_sse2: 654
ssd_8x16_c: 6110
ssd_8x16_mmx: 1360
ssd_8x16_sse2: 1214
ssd_16x8_c: 5841
ssd_16x8_mmx: 1369
ssd_16x8_sse2: 1169
ssd_16x16_c: 11551
ssd_16x16_mmx: 2620
ssd_16x16_sse2: 2249
sub4x4_dct_c: 1156
sub4x4_dct_mmx: 380
sub8x8_dct_c: 4442
sub8x8_dct_mmx: 1353
sub8x8_dct_sse2: 1289
sub8x8_dct8_c: 8590
sub8x8_dct8_mmx: 2008
sub8x8_dct8_sse2: 1948
sub16x16_dct_c: 17887
sub16x16_dct_mmx: 5211
sub16x16_dct_sse2: 4930
sub16x16_dct8_c: 34608
sub16x16_dct8_mmx: 7866
sub16x16_dct8_sse2: 7436
zigzag_scan_4x4_field_c: 216
zigzag_scan_4x4_field_mmx: 189
Sempron 2800+ s.754 (Palermo), 1.6 GHz
add4x4_idct_c: 2580
add4x4_idct_mmx: 450
add8x8_idct_c: 9164
add8x8_idct_mmx: 1532
add8x8_idct_sse2: 1454
add8x8_idct8_c: 14016
add8x8_idct8_mmx: 2016
add8x8_idct8_sse2: 1954
add16x16_idct_c: 37303
add16x16_idct_mmx: 6056
add16x16_idct_sse2: 5696
add16x16_idct8_c: 54897
add16x16_idct8_mmx: 7843
add16x16_idct8_sse2: 7700
avg_4x2_c: 374
avg_4x2_mmx: 193
avg_4x4_c: 659
avg_4x4_mmx: 242
avg_4x8_c: 1116
avg_4x8_mmx: 322
avg_8x4_c: 1072
avg_8x4_mmx: 243
avg_8x8_c: 1986
avg_8x8_mmx: 323
avg_8x16_c: 3856
avg_8x16_mmx: 481
avg_16x8_c: 3443
avg_16x8_mmx: 464
avg_16x8_sse2: 622
avg_16x16_c: 6865
avg_16x16_mmx: 778
avg_16x16_sse2: 1103
avg_weight_4x4_c: 1316
avg_weight_4x4_mmx: 445
avg_weight_8x4_c: 2456
avg_weight_8x4_mmx: 875
avg_weight_8x8_c: 5169
avg_weight_8x8_mmx: 1396
avg_weight_8x16_c: 10017
avg_weight_8x16_mmx: 2724
avg_weight_16x8_c: 9612
avg_weight_16x8_mmx: 2495
avg_weight_16x16_c: 18966
avg_weight_16x16_mmx: 4919
cabac_encode_decision_c: 1887634
cabac_encode_decision_mmx: 1583304
dct4x4dc_c: 898
dct4x4dc_mmx: 280
deblock_h_chroma_c: 1704
deblock_h_chroma_mmx: 820
deblock_h_chroma_intra_c: 1113
deblock_h_chroma_intra_mmx: 763
deblock_h_luma_c: 4898
deblock_h_luma_mmx: 2382
deblock_h_luma_sse2: 2167
deblock_h_luma_intra_c: 4750
deblock_h_luma_intra_mmx: 3570
deblock_h_luma_intra_sse2: 3316
deblock_v_chroma_c: 1804
deblock_v_chroma_mmx: 464
deblock_v_chroma_intra_c: 1378
deblock_v_chroma_intra_mmx: 414
deblock_v_luma_c: 5510
deblock_v_luma_mmx: 1633
deblock_v_luma_sse2: 1237
deblock_v_luma_intra_c: 6120
deblock_v_luma_intra_mmx: 2421
deblock_v_luma_intra_sse2: 1986
dequant_4x4_cqm_c: 846
dequant_4x4_cqm_mmx: 344
dequant_4x4_cqm_sse2: 346
dequant_4x4_flat_c: 839
dequant_4x4_flat_mmx: 260
dequant_4x4_flat_sse2: 261
dequant_8x8_cqm_c: 3155
dequant_8x8_cqm_mmx: 1225
dequant_8x8_cqm_sse2: 1057
dequant_8x8_flat_c: 3048
dequant_8x8_flat_mmx: 686
dequant_8x8_flat_sse2: 641
esa_ads_c: 4388
esa_ads_mmx: 1345
esa_ads_sse2: 1588
get_ref_4x4_c: 1385
get_ref_4x4_mmx: 580
get_ref_4x4_mmx_c64: 581
get_ref_4x4_mmx_c32: 580
get_ref_4x4_sse2: 580
get_ref_4x4_sse2_c64: 580
get_ref_4x4_sse3_c64: 580
get_ref_4x8_c: 2251
get_ref_4x8_mmx: 686
get_ref_4x8_mmx_c64: 687
get_ref_4x8_mmx_c32: 687
get_ref_4x8_sse2: 688
get_ref_4x8_sse2_c64: 686
get_ref_4x8_sse3_c64: 687
get_ref_8x4_c: 2054
get_ref_8x4_mmx: 604
get_ref_8x4_mmx_c64: 618
get_ref_8x4_mmx_c32: 623
get_ref_8x4_sse2: 604
get_ref_8x4_sse2_c64: 618
get_ref_8x4_sse3_c64: 619
get_ref_8x8_c: 3432
get_ref_8x8_mmx: 733
get_ref_8x8_mmx_c64: 752
get_ref_8x8_mmx_c32: 760
get_ref_8x8_sse2: 734
get_ref_8x8_sse2_c64: 752
get_ref_8x8_sse3_c64: 754
get_ref_8x16_c: 6184
get_ref_8x16_mmx: 1119
get_ref_8x16_mmx_c64: 1149
get_ref_8x16_mmx_c32: 1164
get_ref_8x16_sse2: 1121
get_ref_8x16_sse2_c64: 1152
get_ref_8x16_sse3_c64: 1153
get_ref_12x10_c: 6273
get_ref_12x10_mmx: 930
get_ref_12x10_mmx_c64: 1012
get_ref_12x10_mmx_c32: 1085
get_ref_12x10_sse2: 932
get_ref_12x10_sse2_c64: 1095
get_ref_12x10_sse3_c64: 1003
get_ref_16x8_c: 6151
get_ref_16x8_mmx: 876
get_ref_16x8_mmx_c64: 921
get_ref_16x8_mmx_c32: 967
get_ref_16x8_sse2: 894
get_ref_16x8_sse2_c64: 945
get_ref_16x8_sse3_c64: 894
get_ref_16x16_c: 4660
get_ref_16x16_mmx: 1391
get_ref_16x16_mmx_c64: 1477
get_ref_16x16_mmx_c32: 1569
get_ref_16x16_sse2: 1436
get_ref_16x16_sse2_c64: 1520
get_ref_16x16_sse3_c64: 1435
get_ref_20x18_c: 1116
get_ref_20x18_mmx: 1862
get_ref_20x18_mmx_c64: 2086
get_ref_20x18_mmx_c32: 1941
get_ref_20x18_sse2: 2140
get_ref_20x18_sse2_c64: 2274
get_ref_20x18_sse3_c64: 2036
hpel_filter_c: 262266
hpel_filter_mmx: 48325
hpel_filter_sse2: 67608
idct4x4dc_c: 1027
idct4x4dc_mmx: 254
intra_predict_4x4_ddl_c: 358
intra_predict_4x4_ddl_mmx: 163
intra_predict_4x4_vl_c: 344
intra_predict_4x4_vl_mmx: 114
intra_predict_8x8_dc_c: 318
intra_predict_8x8_dc_mmx: 190
intra_predict_8x8_dcl_c: 260
intra_predict_8x8_dcl_mmx: 175
intra_predict_8x8_dct_c: 260
intra_predict_8x8_dct_mmx: 140
intra_predict_8x8_ddl_c: 875
intra_predict_8x8_ddl_mmx: 430
intra_predict_8x8_ddl_sse2: 290
intra_predict_8x8_ddr_c: 914
intra_predict_8x8_ddr_mmx: 435
intra_predict_8x8_ddr_sse2: 290
intra_predict_8x8_v_c: 190
intra_predict_8x8_v_mmx: 140
intra_predict_8x8_vl_c: 870
intra_predict_8x8_vl_sse2: 319
intra_predict_8x8_vr_c: 953
intra_predict_8x8_vr_mmx: 554
intra_predict_8x8c_dc_c: 398
intra_predict_8x8c_dc_mmx: 389
intra_predict_8x8c_p_c: 2860
intra_predict_8x8c_p_mmx: 917
intra_predict_8x8c_v_c: 190
intra_predict_8x8c_v_mmx: 145
intra_predict_16x16_dc_c: 747
intra_predict_16x16_dc_mmx: 739
intra_predict_16x16_dc_sse2: 715
intra_predict_16x16_dct_c: 572
intra_predict_16x16_dct_mmx: 474
intra_predict_16x16_dct_sse2: 530
intra_predict_16x16_p_c: 9432
intra_predict_16x16_p_mmx: 2122
intra_predict_16x16_p_sse2: 2186
intra_predict_16x16_v_c: 498
intra_predict_16x16_v_mmx: 342
intra_predict_16x16_v_sse2: 334
intra_sa8d_x3_8x8_mmx: 3403
intra_satd_x3_4x4_mmx: 844
intra_satd_x3_8x8c_mmx: 2463
intra_satd_x3_16x16_mmx: 8582
mc_chroma_2x2_c: 776
mc_chroma_2x2_mmx: 496
mc_chroma_2x4_c: 1318
mc_chroma_2x4_mmx: 704
mc_chroma_4x2_c: 1183
mc_chroma_4x2_mmx: 528
mc_chroma_4x4_c: 1923
mc_chroma_4x4_mmx: 824
mc_chroma_4x8_c: 3326
mc_chroma_4x8_mmx: 1075
mc_chroma_8x4_c: 3333
mc_chroma_8x4_mmx: 1098
mc_chroma_8x8_c: 6075
mc_chroma_8x8_mmx: 2228
mc_luma_4x4_c: 1371
mc_luma_4x4_mmx: 616
mc_luma_4x4_mmx_c64: 611
mc_luma_4x4_mmx_c32: 616
mc_luma_4x4_sse2: 610
mc_luma_4x4_sse2_c64: 612
mc_luma_4x4_sse3_c64: 616
mc_luma_4x8_c: 2272
mc_luma_4x8_mmx: 733
mc_luma_4x8_mmx_c64: 732
mc_luma_4x8_mmx_c32: 730
mc_luma_4x8_sse2: 732
mc_luma_4x8_sse2_c64: 733
mc_luma_4x8_sse3_c64: 730
mc_luma_8x4_c: 2056
mc_luma_8x4_mmx: 633
mc_luma_8x4_mmx_c64: 647
mc_luma_8x4_mmx_c32: 656
mc_luma_8x4_sse2: 635
mc_luma_8x4_sse2_c64: 648
mc_luma_8x4_sse3_c64: 648
mc_luma_8x8_c: 3416
mc_luma_8x8_mmx: 797
mc_luma_8x8_mmx_c64: 812
mc_luma_8x8_mmx_c32: 824
mc_luma_8x8_sse2: 799
mc_luma_8x8_sse2_c64: 812
mc_luma_8x8_sse3_c64: 812
mc_luma_8x16_c: 6196
mc_luma_8x16_mmx: 1220
mc_luma_8x16_mmx_c64: 1256
mc_luma_8x16_mmx_c32: 1275
mc_luma_8x16_sse2: 1222
mc_luma_8x16_sse2_c64: 1256
mc_luma_8x16_sse3_c64: 1258
mc_luma_16x8_c: 6135
mc_luma_16x8_mmx: 980
mc_luma_16x8_mmx_c64: 1037
mc_luma_16x8_mmx_c32: 1084
mc_luma_16x8_sse2: 1016
mc_luma_16x8_sse2_c64: 1067
mc_luma_16x8_sse3_c64: 1016
mc_luma_16x16_c: 4687
mc_luma_16x16_mmx: 1576
mc_luma_16x16_mmx_c64: 1683
mc_luma_16x16_mmx_c32: 1776
mc_luma_16x16_sse2: 1652
mc_luma_16x16_sse2_c64: 1730
mc_luma_16x16_sse3_c64: 1649
quant_2x2_dc_c: 422
quant_2x2_dc_mmx: 161
quant_4x4_c: 973
quant_4x4_mmx: 298
quant_4x4_sse2: 230
quant_4x4_dc_c: 1114
quant_4x4_dc_mmx: 295
quant_4x4_dc_sse2: 271
quant_8x8_c: 4166
quant_8x8_mmx: 1026
quant_8x8_sse2: 920
sa8d_8x8_c: 6705
sa8d_8x8_mmx: 1976
sa8d_8x8_sse2: 1954
sa8d_16x16_c: 25653
sa8d_16x16_mmx: 8070
sa8d_16x16_sse2: 7970
sad_4x4_c: 869
sad_4x4_mmx: 218
sad_4x8_c: 1544
sad_4x8_mmx: 320
sad_8x4_c: 1467
sad_8x4_mmx: 240
sad_8x4_mmx_c64: 248
sad_8x4_mmx_c32: 254
sad_8x8_c: 2762
sad_8x8_mmx: 379
sad_8x8_mmx_c64: 386
sad_8x8_mmx_c32: 392
sad_8x16_c: 5417
sad_8x16_mmx: 577
sad_8x16_mmx_c64: 593
sad_8x16_mmx_c32: 605
sad_16x8_c: 5084
sad_16x8_mmx: 493
sad_16x8_mmx_c64: 558
sad_16x8_mmx_c32: 598
sad_16x8_sse2: 600
sad_16x8_sse2_c64: 737
sad_16x8_sse3_c64: 600
sad_16x16_c: 10092
sad_16x16_mmx: 827
sad_16x16_mmx_c64: 995
sad_16x16_mmx_c32: 1148
sad_16x16_sse2: 979
sad_16x16_sse2_c64: 1146
sad_16x16_sse3_c64: 979
sad_x3_4x4_c: 2454
sad_x3_4x4_mmx: 386
sad_x3_4x8_c: 4555
sad_x3_4x8_mmx: 540
sad_x3_8x4_c: 4250
sad_x3_8x4_mmx: 447
sad_x3_8x8_c: 8349
sad_x3_8x8_mmx: 644
sad_x3_8x8_mmx_c64: 831
sad_x3_8x8_mmx_c32: 959
sad_x3_8x16_c: 18203
sad_x3_8x16_mmx: 1074
sad_x3_8x16_mmx_c64: 1345
sad_x3_8x16_mmx_c32: 1523
sad_x3_16x8_c: 15446
sad_x3_16x8_mmx: 1106
sad_x3_16x8_mmx_c64: 1441
sad_x3_16x8_mmx_c32: 1750
sad_x3_16x8_sse2: 1168
sad_x3_16x8_sse2_c64: 1902
sad_x3_16x8_sse3_c64: 1168
sad_x3_16x16_c: 3654
sad_x3_16x16_mmx: 1984
sad_x3_16x16_mmx_c64: 2686
sad_x3_16x16_mmx_c32: 3344
sad_x3_16x16_sse2: 2106
sad_x3_16x16_sse2_c64: 3004
sad_x3_16x16_sse3_c64: 2106
sad_x4_4x4_c: 3314
sad_x4_4x4_mmx: 478
sad_x4_4x8_c: 6183
sad_x4_4x8_mmx: 666
sad_x4_8x4_c: 5838
sad_x4_8x4_mmx: 539
sad_x4_8x8_c: 11700
sad_x4_8x8_mmx: 808
sad_x4_8x8_mmx_c64: 1096
sad_x4_8x8_mmx_c32: 1318
sad_x4_8x16_c: 23813
sad_x4_8x16_mmx: 1379
sad_x4_8x16_mmx_c64: 1742
sad_x4_8x16_mmx_c32: 2066
sad_x4_16x8_c: 21760
sad_x4_16x8_mmx: 1384
sad_x4_16x8_mmx_c64: 1900
sad_x4_16x8_mmx_c32: 2389
sad_x4_16x8_sse2: 1536
sad_x4_16x8_sse2_c64: 2590
sad_x4_16x8_sse3_c64: 1538
sad_x4_16x16_c: 15252
sad_x4_16x16_mmx: 2526
sad_x4_16x16_mmx_c64: 3525
sad_x4_16x16_mmx_c32: 4499
sad_x4_16x16_sse2: 2778
sad_x4_16x16_sse2_c64: 4069
sad_x4_16x16_sse3_c64: 2777
satd_4x4_c: 1522
satd_4x4_mmx: 546
satd_4x8_c: 3133
satd_4x8_mmx: 933
satd_8x4_c: 3059
satd_8x4_mmx: 936
satd_8x4_sse2: 918
satd_8x8_c: 6327
satd_8x8_mmx: 1698
satd_8x8_sse2: 1637
satd_8x16_c: 12110
satd_8x16_mmx: 3166
satd_8x16_sse2: 3077
satd_16x8_c: 12512
satd_16x8_mmx: 3194
satd_16x8_sse2: 3100
satd_16x16_c: 24578
satd_16x16_mmx: 6142
satd_16x16_sse2: 5981
ssd_4x4_c: 710
ssd_4x4_mmx: 259
ssd_4x8_c: 1274
ssd_4x8_mmx: 409
ssd_8x4_c: 1650
ssd_8x4_mmx: 419
ssd_8x4_sse2: 370
ssd_8x8_c: 3066
ssd_8x8_mmx: 729
ssd_8x8_sse2: 655
ssd_8x16_c: 6109
ssd_8x16_mmx: 1360
ssd_8x16_sse2: 1214
ssd_16x8_c: 5842
ssd_16x8_mmx: 1369
ssd_16x8_sse2: 1169
ssd_16x16_c: 11552
ssd_16x16_mmx: 2620
ssd_16x16_sse2: 2249
sub4x4_dct_c: 1155
sub4x4_dct_mmx: 378
sub8x8_dct_c: 4440
sub8x8_dct_mmx: 1355
sub8x8_dct_sse2: 1292
sub8x8_dct8_c: 8589
sub8x8_dct8_mmx: 2016
sub8x8_dct8_sse2: 1948
sub16x16_dct_c: 17880
sub16x16_dct_mmx: 5223
sub16x16_dct_sse2: 4952
sub16x16_dct8_c: 34558
sub16x16_dct8_mmx: 7905
sub16x16_dct8_sse2: 7454
zigzag_scan_4x4_field_c: 216
zigzag_scan_4x4_field_mmx: 189
Another old CPU for the collection!
Pentium 3, 866.
SSE1 is floating-point only, which is totally useless for video encoding.
How so?
Dark Shikari
7th June 2008, 01:28
How so?Video encoding is entirely integer math. Except for minor parts like ratecontrol, you don't use decimal values anywhere.
tre31
7th June 2008, 08:11
Video encoding is entirely integer math. Except for minor parts like ratecontrol, you don't use decimal values anywhere.
slightly OT: Interesting that you say that, definately even more reason why gpgpu can be handy for acceleration (I actually had a basic browse through the x264 code the other night, the c++ is fairly stock standard stuff too understand, assembly on the other hand is a whole different ballgame - takes time too understand unless you wrote it, and thats where you need skills for gpgpu ... I'm considering CAL & brook+ viability - maybe all it needs is someone too start the ball rolling)
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.