Searched refs:idct8 (Results 1 – 1 of 1) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_idct.c | 159 static void idct8(const int16_t *input, int16_t *output) { in idct8() function 212 idct8(input, outptr); in vp9_idct8x8_64_add_c() 221 idct8(temp_in, temp_out); in vp9_idct8x8_64_add_c() 392 { idct8, idct8 }, // DCT_DCT = 0 393 { iadst8, idct8 }, // ADST_DCT = 1 394 { idct8, iadst8 }, // DCT_ADST = 2 433 idct8(input, outptr); in vp9_idct8x8_10_add_c() 442 idct8(temp_in, temp_out); in vp9_idct8x8_10_add_c()
|