Searched refs:iadst4_c (Results 1 – 3 of 3) sorted by relevance
24 { iadst4_c, idct4_c }, // ADST_DCT = 1 in vp9_iht4x4_16_add_c()25 { idct4_c, iadst4_c }, // DCT_ADST = 2 in vp9_iht4x4_16_add_c()26 { iadst4_c, iadst4_c } // ADST_ADST = 3 in vp9_iht4x4_16_add_c()
97 void iadst4_c(const tran_low_t *input, tran_low_t *output);
96 void iadst4_c(const tran_low_t *input, tran_low_t *output) { in iadst4_c() function