summaryrefslogtreecommitdiff
path: root/libavcodec/dvdata.h
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2008-11-12 20:23:36 +0000
committerMåns Rullgård <mans@mansr.com>2008-11-12 20:23:36 +0000
commit77753f874a7b95400a694eaf6739cc77539d6580 (patch)
tree6ca3245a9c54f1e33e56ffe40320a48216491967 /libavcodec/dvdata.h
parent3a84713aaa5a0f83cbb3fdca62c83df609822c9c (diff)
ARM: fix j_rev_dct_ARM
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
Diffstat (limited to 'libavcodec/dvdata.h')
0 files changed, 0 insertions, 0 deletions