Searched refs:idct4_1d (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vp9/common/ |
D | vp9_idct.c | 99 static void idct4_1d(const int16_t *input, int16_t *output) { in idct4_1d() function 127 idct4_1d(input, outptr); in vp9_idct4x4_16_add_c() 136 idct4_1d(temp_in, temp_out); in vp9_idct4x4_16_add_c() 177 idct4_1d(step1, step1); in idct8_1d() 286 { idct4_1d, idct4_1d }, // DCT_DCT = 0 in vp9_iht4x4_16_add_c() 287 { iadst4_1d, idct4_1d }, // ADST_DCT = 1 in vp9_iht4x4_16_add_c() 288 { idct4_1d, iadst4_1d }, // DCT_ADST = 2 in vp9_iht4x4_16_add_c()
|