Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_dct.c690 static void fdct16(const int16_t in[16], int16_t out[16]) { in fdct16() function
994 { fdct16, fdct16 }, // DCT_DCT = 0
995 { fadst16, fdct16 }, // ADST_DCT = 1
996 { fdct16, fadst16 }, // DCT_ADST = 2