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.c191 opus_val16 g0, opus_val16 g1, int tapset0, int tapset1, in comb_filter() argument
214 g00 = MULT16_16_P15(g0, gains[tapset0][0]); in comb_filter()
215 g01 = MULT16_16_P15(g0, gains[tapset0][1]); in comb_filter()
216 g02 = MULT16_16_P15(g0, gains[tapset0][2]); in comb_filter()
225 if (g0==g1 && T0==T1 && tapset0==tapset1) in comb_filter()
Dcelt.h225 opus_val16 g0, opus_val16 g1, int tapset0, int tapset1,