summaryrefslogtreecommitdiffstats
path: root/libavcodec/dct-test.c
diff options
context:
space:
mode:
authorChristophe Gisquet <christophe.gisquet@gmail.com>2015-10-12 19:37:50 +0200
committerMichael Niedermayer <michael@niedermayer.cc>2015-10-13 16:03:04 +0200
commitb6594a9605debcfddc049627808d5319f1df537f (patch)
tree35554b3db8dd2d253aff9df065b007792a25469b /libavcodec/dct-test.c
parenta745d1a9e4c426b847ed17cfb85764e60c1c10b0 (diff)
downloadffmpeg-streaming-b6594a9605debcfddc049627808d5319f1df537f.zip
ffmpeg-streaming-b6594a9605debcfddc049627808d5319f1df537f.tar.gz
x86: dct-test: add more idcts
In particular for 10 and 12 bits. Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavcodec/dct-test.c')
-rw-r--r--libavcodec/dct-test.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/dct-test.c b/libavcodec/dct-test.c
index 692c959..e5ef837 100644
--- a/libavcodec/dct-test.c
+++ b/libavcodec/dct-test.c
@@ -82,6 +82,8 @@ static const struct algo idct_tab[] = {
{ "REF-DBL", ff_ref_idct, FF_IDCT_PERM_NONE },
{ "INT", ff_j_rev_dct, FF_IDCT_PERM_LIBMPEG2 },
{ "SIMPLE-C", ff_simple_idct_8, FF_IDCT_PERM_NONE },
+ { "SIMPLE-C10", ff_simple_idct_10, FF_IDCT_PERM_NONE },
+ { "SIMPLE-C12", ff_simple_idct_12, FF_IDCT_PERM_NONE, 0, 1 },
{ "PR-C", ff_prores_idct_wrap, FF_IDCT_PERM_NONE, 0, 1 },
#if CONFIG_FAANIDCT
{ "FAANI", ff_faanidct, FF_IDCT_PERM_NONE },
OpenPOWER on IntegriCloud