Searched refs:vpx_highbd_iadst4_c (Results 1 – 3 of 3) sorted by relevance
212 { 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()
106 void vpx_highbd_iadst4_c(const tran_low_t *input, tran_low_t *output, int bd);
1377 void vpx_highbd_iadst4_c(const tran_low_t *input, tran_low_t *output, int bd) { in vpx_highbd_iadst4_c() function