Searched refs:vpx_highbd_iadst16_c (Results 1 – 3 of 3) sorted by relevance
280 { vpx_highbd_iadst16_c, vpx_highbd_idct16_c }, // ADST_DCT = 1281 { vpx_highbd_idct16_c, vpx_highbd_iadst16_c }, // DCT_ADST = 2282 { vpx_highbd_iadst16_c, vpx_highbd_iadst16_c } // ADST_ADST = 3
106 void vpx_highbd_iadst16_c(const tran_low_t *input, tran_low_t *output, int bd);
1818 void vpx_highbd_iadst16_c(const tran_low_t *input, tran_low_t *output, int bd) { in vpx_highbd_iadst16_c() function