Searched refs:vpx_highbd_iadst16_c (Results 1 – 3 of 3) sorted by relevance
275 { vpx_highbd_iadst16_c, vpx_highbd_idct16_c }, // ADST_DCT = 1276 { vpx_highbd_idct16_c, vpx_highbd_iadst16_c }, // DCT_ADST = 2277 { vpx_highbd_iadst16_c, vpx_highbd_iadst16_c } // ADST_ADST = 3
108 void vpx_highbd_iadst16_c(const tran_low_t *input, tran_low_t *output, int bd);
1708 void vpx_highbd_iadst16_c(const tran_low_t *input, tran_low_t *output, int bd) { in vpx_highbd_iadst16_c() function