FFmpeg/tests
Vittorio Giovara b44bd7ee7f pixlet: Fix architecture-dependent code and values
The constants used in the decoder used floating point precision,
and this caused different values to be generated on different
architectures. Additionally on big endian machines, the fate test
would output bytes in native order, which is different from the one
hardcoded in the test.

So, eradicate floating point numbers and use fixed point (32.32)
arithmetics everywhere, replacing constants with precomputed integer
values, and force the pixel format output to be the same in the fate
test.

Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
2017-03-06 18:15:02 -05:00
..
checkasm build: Generalize yasm/nasm-related variable names 2017-03-01 10:18:15 +01:00
fate pixlet: Fix architecture-dependent code and values 2017-03-06 18:15:02 -05:00
filtergraphs
ref pixlet: Fix architecture-dependent code and values 2017-03-06 18:15:02 -05:00
.gitignore
audiogen.c
base64.c
fate-run.sh fate: Add build-only targets to FATE 2017-03-01 11:06:52 +01:00
fate.sh fate: Add --ignore-tests configure option for omitting specific FATE tests 2016-12-28 18:10:32 +01:00
lavf-regression.sh Use modern avconv syntax for codec selection in documentation and tests 2017-02-27 10:36:45 +01:00
Makefile fate: Add build-only targets to FATE 2017-03-01 11:06:52 +01:00
md5.sh
reference.pnm
regression-funcs.sh
rotozoom.c
tiny_psnr.c
utils.c
videogen.c