Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_dct.c191 static void fdct8(const int16_t *input, int16_t *output) { in fdct8() function
308 fdct8(&intermediate[i * 8], &final_output[i * 8]); in vp9_fdct8x8_c()
564 { fdct8, fdct8 }, // DCT_DCT = 0
565 { fadst8, fdct8 }, // ADST_DCT = 1
566 { fdct8, fadst8 }, // DCT_ADST = 2