Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_dct.c657 static void fdct16(const int16_t in[16], int16_t out[16]) { in fdct16() function
961 { fdct16, fdct16 }, // DCT_DCT = 0
962 { fadst16, fdct16 }, // ADST_DCT = 1
963 { fdct16, fadst16 }, // DCT_ADST = 2