• Måns Rullgård's avatar
    ARM: fix j_rev_dct_ARM · 77753f87
    Måns Rullgård authored
    This is a bugfix for ARMv4 assembly implementation of 'j_rev_dct'
    function.
    
    The problem was in the incorrect partially empty row detection. Even
    if the first two coefficients in the row were nonzero, it handled this
    just like the case with only the first nonzero coefficient.
    
    Now this function produces exactly the same output as the stripped
    down reference C version of 'j_rev_dct' (with the nested checks like
    'if (d6) { if (d2) { ...' always evaluated as true, avoiding shortcut
    branches).
    
    Originally committed as revision 15805 to svn://svn.ffmpeg.org/ffmpeg/trunk
    77753f87
Name
Last commit
Last update
..
asm.S Loading commit data...
dsputil_arm.c Loading commit data...
dsputil_arm_s.S Loading commit data...
dsputil_iwmmxt.c Loading commit data...
dsputil_iwmmxt_rnd_template.c Loading commit data...
dsputil_vfp.S Loading commit data...
float_arm_vfp.c Loading commit data...
jrevdct_arm.S Loading commit data...
mathops.h Loading commit data...
mpegvideo_arm.c Loading commit data...
mpegvideo_armv5te.c Loading commit data...
mpegvideo_iwmmxt.c Loading commit data...
simple_idct_arm.S Loading commit data...
simple_idct_armv5te.S Loading commit data...
simple_idct_armv6.S Loading commit data...