Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_idct.c212 { vpx_highbd_iadst4_c, vpx_highbd_idct4_c }, // ADST_DCT = 1 in vp9_highbd_iht4x4_16_add_c()
213 { vpx_highbd_idct4_c, vpx_highbd_iadst4_c }, // DCT_ADST = 2 in vp9_highbd_iht4x4_16_add_c()
214 { vpx_highbd_iadst4_c, vpx_highbd_iadst4_c } // ADST_ADST = 3 in vp9_highbd_iht4x4_16_add_c()
/external/libvpx/libvpx/vpx_dsp/
Dinv_txfm.h107 void vpx_highbd_iadst4_c(const tran_low_t *input, tran_low_t *output, int bd);
Dinv_txfm.c1372 void vpx_highbd_iadst4_c(const tran_low_t *input, tran_low_t *output, int bd) { in vpx_highbd_iadst4_c() function