Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_idct.c88 { idct16_c, idct16_c }, // DCT_DCT = 0
89 { iadst16_c, idct16_c }, // ADST_DCT = 1
90 { idct16_c, iadst16_c }, // DCT_ADST = 2
/external/libvpx/libvpx/vpx_dsp/
Dinv_txfm.h93 void idct16_c(const tran_low_t *input, tran_low_t *output);
Dinv_txfm.c388 void idct16_c(const tran_low_t *input, tran_low_t *output) { in idct16_c() function
562 idct16_c(input, outptr); in vpx_idct16x16_256_add_c()
571 idct16_c(temp_in, temp_out); in vpx_idct16x16_256_add_c()
761 idct16_c(input, outptr); in vpx_idct16x16_10_add_c()
770 idct16_c(temp_in, temp_out); in vpx_idct16x16_10_add_c()