Home | History | Annotate | Download | only in celt

Lines Matching full:thresh32

270       opus_val32 thresh32;
278 thresh32 = SHR32(celt_exp2(-SHL16(depth, 10-BITRES)),1);
279 thresh = MULT16_32_Q15(QCONST16(0.5f, 15), MIN32(32767,thresh32));