Home | History | Annotate | Download | only in celt

Lines Matching defs:thresh

266       opus_val16 thresh, sqrt_1;
279 thresh = MULT16_32_Q15(QCONST16(0.5f, 15), MIN32(32767,thresh32));
288 thresh = .5f*celt_exp2(-.125f*depth);
320 r = SHR16(MIN16(thresh, r),1);
328 r = MIN16(thresh, r);