Searched refs:vpx_highbd_iadst8_c (Results 1 – 3 of 3) sorted by relevance
245 { vpx_highbd_iadst8_c, vpx_highbd_idct8_c }, // ADST_DCT = 1246 { vpx_highbd_idct8_c, vpx_highbd_iadst8_c }, // DCT_ADST = 2247 { vpx_highbd_iadst8_c, vpx_highbd_iadst8_c } // ADST_ADST = 3
105 void vpx_highbd_iadst8_c(const tran_low_t *input, tran_low_t *output, int bd);
1521 void vpx_highbd_iadst8_c(const tran_low_t *input, tran_low_t *output, int bd) { in vpx_highbd_iadst8_c() function