Searched refs:vpx_highbd_iadst8_c (Results 1 – 3 of 3) sorted by relevance
242 { vpx_highbd_iadst8_c, vpx_highbd_idct8_c }, // ADST_DCT = 1243 { vpx_highbd_idct8_c, vpx_highbd_iadst8_c }, // DCT_ADST = 2244 { vpx_highbd_iadst8_c, vpx_highbd_iadst8_c } // ADST_ADST = 3
107 void vpx_highbd_iadst8_c(const tran_low_t *input, tran_low_t *output, int bd);
1499 void vpx_highbd_iadst8_c(const tran_low_t *input, tran_low_t *output, int bd) { in vpx_highbd_iadst8_c() function