Searched refs:vpx_highbd_idct4_c (Results 1 - 4 of 4) sorted by relevance

/external/libvpx/libvpx/vp9/common/
H A Dvp9_idct.c212 { vpx_highbd_idct4_c, vpx_highbd_idct4_c }, // DCT_DCT = 0
213 { vpx_highbd_iadst4_c, vpx_highbd_idct4_c }, // ADST_DCT = 1
214 { vpx_highbd_idct4_c, vpx_highbd_iadst4_c }, // DCT_ADST = 2
/external/libvpx/libvpx/vpx_dsp/
H A Dinv_txfm.h100 void vpx_highbd_idct4_c(const tran_low_t *input, tran_low_t *output, int bd);
H A Dinv_txfm.c1318 void vpx_highbd_idct4_c(const tran_low_t *input, tran_low_t *output, int bd) { function
1349 vpx_highbd_idct4_c(input, outptr, bd);
1358 vpx_highbd_idct4_c(temp_in, temp_out, bd);
1404 vpx_highbd_idct4_c(step1, step1, bd);
/external/libvpx/libvpx/vpx_dsp/x86/
H A Dinv_txfm_sse2.c3564 vpx_highbd_idct4_c(input, outptr, bd);
3608 vpx_highbd_idct4_c(temp_in, temp_out, bd);

Completed in 89 milliseconds