Lines Matching refs:MULT16_32_Q15
247 m0 = MULT16_32_Q15(coef0, tmp0); in deemphasis_stereo_simple()
248 m1 = MULT16_32_Q15(coef0, tmp1); in deemphasis_stereo_simple()
299 m = MULT16_32_Q15(coef0, tmp) in deemphasis()
300 - MULT16_32_Q15(coef1, x[j]); in deemphasis()
301 tmp = SHL32(MULT16_32_Q15(coef3, tmp), 2); in deemphasis()
313 m = MULT16_32_Q15(coef0, tmp); in deemphasis()
325 m = MULT16_32_Q15(coef0, tmp); in deemphasis()
334 m = MULT16_32_Q15(coef0, tmp); in deemphasis()
647 ac[i] -= MULT16_32_Q15(2*i*i, ac[i]); in celt_decode_lost()
780 MULT16_32_Q15(tmp_g, buf[DECODE_BUFFER_SIZE-N+i]); in celt_decode_lost()
785 MULT16_32_Q15(ratio, buf[DECODE_BUFFER_SIZE-N+i]); in celt_decode_lost()
803 MULT16_32_Q15(window[i], etmp[overlap-1-i]) in celt_decode_lost()
804 + MULT16_32_Q15(window[overlap-i-1], etmp[i]); in celt_decode_lost()