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

/external/libvpx/libvpx/vp9/common/
H A Dvp9_idct.c279 { vpx_highbd_idct16_c, vpx_highbd_idct16_c }, // DCT_DCT = 0
280 { vpx_highbd_iadst16_c, vpx_highbd_idct16_c }, // ADST_DCT = 1
281 { vpx_highbd_idct16_c, vpx_highbd_iadst16_c }, // DCT_ADST = 2
/external/libvpx/libvpx/vpx_dsp/
H A Dinv_txfm.h102 void vpx_highbd_idct16_c(const tran_low_t *input, tran_low_t *output, int bd);
H A Dinv_txfm.c1616 void vpx_highbd_idct16_c(const tran_low_t *input, tran_low_t *output, int bd) { function
1792 vpx_highbd_idct16_c(input, outptr, bd);
1801 vpx_highbd_idct16_c(temp_in, temp_out, bd);
1990 vpx_highbd_idct16_c(input, outptr, bd);
1999 vpx_highbd_idct16_c(temp_in, temp_out, bd);
/external/libvpx/libvpx/vpx_dsp/x86/
H A Dinv_txfm_sse2.c3895 vpx_highbd_idct16_c(input, outptr, bd);
3927 vpx_highbd_idct16_c(temp_in, temp_out, bd);
4014 vpx_highbd_idct16_c(input, outptr, bd);
4046 vpx_highbd_idct16_c(temp_in, temp_out, bd);

Completed in 298 milliseconds