Searched refs:idct4_c (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vp9/common/ |
D | vp9_idct.c | 23 { idct4_c, idct4_c }, // DCT_DCT = 0 in vp9_iht4x4_16_add_c() 24 { iadst4_c, idct4_c }, // ADST_DCT = 1 in vp9_iht4x4_16_add_c() 25 { idct4_c, iadst4_c }, // DCT_ADST = 2 in vp9_iht4x4_16_add_c()
|
/external/libvpx/libvpx/vpx_dsp/ |
D | inv_txfm.h | 94 void idct4_c(const tran_low_t *input, tran_low_t *output);
|
D | inv_txfm.c | 132 void idct4_c(const tran_low_t *input, tran_low_t *output) { in idct4_c() function 161 idct4_c(input, outptr); in vpx_idct4x4_16_add_c() 169 idct4_c(temp_in, temp_out); in vpx_idct4x4_16_add_c()
|