Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_idct.c99 static void idct4(const int16_t *input, int16_t *output) { in idct4() function
127 idct4(input, outptr); in vp9_idct4x4_16_add_c()
136 idct4(temp_in, temp_out); in vp9_idct4x4_16_add_c()
177 idct4(step1, step1); in idct8()
286 { idct4, idct4 }, // DCT_DCT = 0 in vp9_iht4x4_16_add_c()
287 { iadst4, idct4 }, // ADST_DCT = 1 in vp9_iht4x4_16_add_c()
288 { idct4, iadst4 }, // DCT_ADST = 2 in vp9_iht4x4_16_add_c()