Home
last modified time | relevance | path

Searched refs:tapset1 (Results 1 – 3 of 3) sorted by relevance

/external/libopus/celt/mips/
Dcelt_mipsr1.h58 opus_val16 g0, opus_val16 g1, int tapset0, int tapset1, in comb_filter() argument
84 g10 = MULT16_16_P15(g1, gains[tapset1][0]); in comb_filter()
85 g11 = MULT16_16_P15(g1, gains[tapset1][1]); in comb_filter()
86 g12 = MULT16_16_P15(g1, gains[tapset1][2]); in comb_filter()
92 if (g0==g1 && T0==T1 && tapset0==tapset1) in comb_filter()
/external/libopus/celt/
Dcelt.c184 opus_val16 g0, opus_val16 g1, int tapset0, int tapset1, in comb_filter() argument
206 g10 = MULT16_16_P15(g1, gains[tapset1][0]); in comb_filter()
207 g11 = MULT16_16_P15(g1, gains[tapset1][1]); in comb_filter()
208 g12 = MULT16_16_P15(g1, gains[tapset1][2]); in comb_filter()
214 if (g0==g1 && T0==T1 && tapset0==tapset1) in comb_filter()
Dcelt.h203 opus_val16 g0, opus_val16 g1, int tapset0, int tapset1,