Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_idct.c241 static void iadst4(const int16_t *input, int16_t *output) { in iadst4() function
287 { iadst4, idct4 }, // ADST_DCT = 1 in vp9_iht4x4_16_add_c()
288 { idct4, iadst4 }, // DCT_ADST = 2 in vp9_iht4x4_16_add_c()
289 { iadst4, iadst4 } // ADST_ADST = 3 in vp9_iht4x4_16_add_c()