Searched refs:dct8x8 (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/tests/fate/ |
H A D | libavcodec.mak | 44 FATE_LIBAVCODEC-$(CONFIG_IDCTDSP) += fate-dct8x8 45 fate-dct8x8: libavcodec/tests/dct$(EXESUF) 46 fate-dct8x8: CMD = run libavcodec/tests/dct$(EXESUF) 47 fate-dct8x8: CMP = null
|
/third_party/ffmpeg/tests/checkasm/ |
H A D | h264dsp.c | 166 static void dct8x8(int16_t *coef, int bit_depth) in dct8x8() function 197 dct8x8(coef, bit_depth); in check_idct() 284 dct8x8(coef, bit_depth); in check_idct_multiple()
|
/third_party/ffmpeg/libavcodec/ |
H A D | libx264.c | 87 int dct8x8; member 819 if (x4->dct8x8 >= 0) in X264_init() 820 x4->params.analyse.b_transform_8x8 = x4->dct8x8; in X264_init() 1138 { "8x8dct", "High profile 8x8 transform.", OFFSET(dct8x8), AV_OPT_TYPE_BOOL, { .i64 = -1 }, -1, 1, VE},
|
Completed in 4 milliseconds