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.c275 { vpx_highbd_iadst16_c, vpx_highbd_idct16_c }, // ADST_DCT = 1
276 { vpx_highbd_idct16_c, vpx_highbd_iadst16_c }, // DCT_ADST = 2
277 { vpx_highbd_iadst16_c, vpx_highbd_iadst16_c } // ADST_ADST = 3
/external/libvpx/libvpx/vpx_dsp/
Dinv_txfm.h108 void vpx_highbd_iadst16_c(const tran_low_t *input, tran_low_t *output, int bd);
Dinv_txfm.c1708 void vpx_highbd_iadst16_c(const tran_low_t *input, tran_low_t *output, int bd) { in vpx_highbd_iadst16_c() function