Home
last modified time | relevance | path

Searched refs:tapset0 (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
81 g00 = MULT16_16_P15(g0, gains[tapset0][0]); in comb_filter()
82 g01 = MULT16_16_P15(g0, gains[tapset0][1]); in comb_filter()
83 g02 = MULT16_16_P15(g0, gains[tapset0][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
203 g00 = MULT16_16_P15(g0, gains[tapset0][0]); in comb_filter()
204 g01 = MULT16_16_P15(g0, gains[tapset0][1]); in comb_filter()
205 g02 = MULT16_16_P15(g0, gains[tapset0][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,