Home | History | Annotate | Download | only in celt

Lines Matching refs:MAX32

346          id = MAX32(0,MIN32(127,MULT16_32_Q15(tmp[i]+EPSILON,norm))); /* Do not round to nearest */
348 id = (int)MAX32(0,MIN32(127,floor(64*norm*(tmp[i]+EPSILON)))); /* Do not round to nearest */
366 *tf_estimate = celt_sqrt(MAX32(0, SHL32(MULT16_16(QCONST16(0.0069,14),MIN16(163,tf_max)),14)-QCONST32(0.139,28)));
501 inp[i*upsample] = MAX32(-65536.f, MIN32(65536.f,inp[i*upsample]));
1515 sample_max=MAX32(st->overlap_max, celt_maxabs16(pcm, C*(N-overlap)/st->upsample));
1517 sample_max=MAX32(sample_max, st->overlap_max);
1629 bandE[i] = MAX32(bandE[i], EPSILON);
1666 diff = MAX32(MIN32(diff, QCONST32(.031f, DB_SHIFT)), -QCONST32(.031f, DB_SHIFT));