Home
last modified time | relevance | path

Searched refs:dct8x8 (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/tests/fate/
Dlibavcodec.mak44 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/
Dh264dsp.c166 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/
Dlibx264.c87 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_OP…