Home | History | Annotate | Download | only in celt

Lines Matching refs:QCONST16

155    opus_val16 c1 = QCONST16(.8f,15);
205 tmp = MULT16_16_Q15(QCONST16(.9f,15), tmp);
209 lpc2[0] = lpc[0] + QCONST16(.8f,SIG_SHIFT);
401 if ((c-a) > MULT16_32_Q15(QCONST16(.7f,15),b-a))
403 else if ((a-c) > MULT16_32_Q15(QCONST16(.7f,15),b-c))
520 thresh = MAX16(QCONST16(.3f,15), MULT16_16_Q15(QCONST16(.7f,15),g0)-cont);
524 thresh = MAX16(QCONST16(.4f,15), MULT16_16_Q15(QCONST16(.85f,15),g0)-cont);
526 thresh = MAX16(QCONST16(.5f,15), MULT16_16_Q15(QCONST16(.9f,15),g0)-cont);
543 if ((xcorr[2]-xcorr[0]) > MULT16_32_Q15(QCONST16(.7f,15),xcorr[1]-xcorr[0]))
545 else if ((xcorr[0]-xcorr[2]) > MULT16_32_Q15(QCONST16(.7f,15),xcorr[1]-xcorr[2]))