Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_idct.c54 { idct8_c, idct8_c }, // DCT_DCT = 0
55 { iadst8_c, idct8_c }, // ADST_DCT = 1
56 { idct8_c, iadst8_c }, // DCT_ADST = 2
/external/libvpx/libvpx/vpx_dsp/
Dinv_txfm.h92 void idct8_c(const tran_low_t *input, tran_low_t *output);
Dinv_txfm.c156 void idct8_c(const tran_low_t *input, tran_low_t *output) { in idct8_c() function
218 idct8_c(input, outptr); in vpx_idct8x8_64_add_c()
227 idct8_c(temp_in, temp_out); in vpx_idct8x8_64_add_c()
371 idct8_c(input, outptr); in vpx_idct8x8_12_add_c()
380 idct8_c(temp_in, temp_out); in vpx_idct8x8_12_add_c()