ffmpeg/tests/checkasm
Ronald S. Bultje eb4b5ff738 vp9: add itxfm_add eob shortcuts to 10/12bpp functions.
These aren't quite as helpful as the ones in 8bpp, since over there,
we can use pmulhrsw, but here the coefficients have too many bits to
be able to take advantage of pmulhrsw. However, we can still skip
cols for which all coefs are 0, and instead just zero the input data
for the row itx. This helps a few % on overall decoding speed.
2015-10-13 11:06:01 -04:00
..
x86 checkasm/x86: Correctly handle variadic functions 2015-09-27 20:21:26 +02:00
Makefile checkasm: add alacdsp tests 2015-10-06 20:25:49 -03:00
alacdsp.c checkasm: add alacdsp tests 2015-10-06 20:25:49 -03:00
bswapdsp.c checkasm: Explicitly declare function prototypes 2015-08-20 19:22:34 +02:00
checkasm.c checkasm: add alacdsp tests 2015-10-06 20:25:49 -03:00
checkasm.h checkasm: add alacdsp tests 2015-10-06 20:25:49 -03:00
flacdsp.c checkasm: add flacdsp decorrelate tests 2015-09-17 15:33:07 -03:00
h264pred.c checkasm: Explicitly declare function prototypes 2015-08-20 19:22:34 +02:00
h264qpel.c checkasm: Explicitly declare function prototypes 2015-08-20 19:22:34 +02:00
jpeg2000dsp.c checkasm: add jpeg2000dsp rct_int tests 2015-09-20 00:49:35 -03:00
v210enc.c checkasm: v210: Fix array overwrite 2015-09-16 13:50:09 +02:00
vp9dsp.c vp9: add itxfm_add eob shortcuts to 10/12bpp functions. 2015-10-13 11:06:01 -04:00