Searched refs:idct16_c (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vp9/common/ |
D | vp9_idct.c | 86 { idct16_c, idct16_c }, // DCT_DCT = 0 87 { iadst16_c, idct16_c }, // ADST_DCT = 1 88 { idct16_c, iadst16_c }, // DCT_ADST = 2
|
/external/libvpx/libvpx/vpx_dsp/ |
D | inv_txfm.h | 95 void idct16_c(const tran_low_t *input, tran_low_t *output);
|
D | inv_txfm.c | 557 void idct16_c(const tran_low_t *input, tran_low_t *output) { in idct16_c() function 731 idct16_c(input, outptr); in vpx_idct16x16_256_add_c() 739 idct16_c(temp_in, temp_out); in vpx_idct16x16_256_add_c() 757 idct16_c(input, outptr); in vpx_idct16x16_38_add_c() 765 idct16_c(temp_in, temp_out); in vpx_idct16x16_38_add_c() 783 idct16_c(input, outptr); in vpx_idct16x16_10_add_c() 791 idct16_c(temp_in, temp_out); in vpx_idct16x16_10_add_c()
|