Searched refs:g00 (Results 1 – 2 of 2) sorted by relevance
/external/libopus/celt/mips/ |
D | celt_mipsr1.h | 67 opus_val16 g00, g01, g02, g10, g11, g12; in comb_filter() local 81 g00 = MULT16_16_P15(g0, gains[tapset0][0]); in comb_filter() 102 …asm volatile("MULT $ac1, %0, %1" : : "r" ((int)MULT16_16_Q15((Q15ONE-f),g00)), "r" ((int)x[i-T0])); in comb_filter()
|
/external/libopus/celt/ |
D | celt.c | 196 opus_val16 g00, g01, g02, g10, g11, g12; in comb_filter() local 214 g00 = MULT16_16_P15(g0, gains[tapset0][0]); in comb_filter() 233 + MULT16_32_Q15(MULT16_16_Q15((Q15ONE-f),g00),x[i-T0]) in comb_filter()
|