Lines Matching refs:MULT16_32_Q15
253 m0 = MULT16_32_Q15(coef0, tmp0); in deemphasis_stereo_simple()
254 m1 = MULT16_32_Q15(coef0, tmp1); in deemphasis_stereo_simple()
305 m = MULT16_32_Q15(coef0, tmp) in deemphasis()
306 - MULT16_32_Q15(coef1, x[j]); in deemphasis()
307 tmp = SHL32(MULT16_32_Q15(coef3, tmp), 2); in deemphasis()
319 m = MULT16_32_Q15(coef0, tmp); in deemphasis()
331 m = MULT16_32_Q15(coef0, tmp); in deemphasis()
340 m = MULT16_32_Q15(coef0, tmp); in deemphasis()
653 ac[i] -= MULT16_32_Q15(2*i*i, ac[i]); in celt_decode_lost()
786 MULT16_32_Q15(tmp_g, buf[DECODE_BUFFER_SIZE-N+i]); in celt_decode_lost()
791 MULT16_32_Q15(ratio, buf[DECODE_BUFFER_SIZE-N+i]); in celt_decode_lost()
809 MULT16_32_Q15(window[i], etmp[overlap-1-i]) in celt_decode_lost()
810 + MULT16_32_Q15(window[overlap-i-1], etmp[i]); in celt_decode_lost()