Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_idct.c280 { vpx_highbd_iadst16_c, vpx_highbd_idct16_c }, // ADST_DCT = 1
281 { vpx_highbd_idct16_c, vpx_highbd_iadst16_c }, // DCT_ADST = 2
282 { vpx_highbd_iadst16_c, vpx_highbd_iadst16_c } // ADST_ADST = 3
/external/libvpx/libvpx/vpx_dsp/
Dinv_txfm.h106 void vpx_highbd_iadst16_c(const tran_low_t *input, tran_low_t *output, int bd);
Dinv_txfm.c1818 void vpx_highbd_iadst16_c(const tran_low_t *input, tran_low_t *output, int bd) { in vpx_highbd_iadst16_c() function