Lines Matching refs:IMAX
349 id = IMAX(0,IMIN(127,MULT16_32_Q15(tmp[i],norm))); /* Do not round to nearest */
351 id = IMAX(0,IMIN(127,(int)floor(64*norm*tmp[i]))); /* Do not round to nearest */
1096 qg = IMAX(0, IMIN(7, qg));
1104 st->prefilter_period=IMAX(st->prefilter_period, COMBFILTER_MINPERIOD);
1205 target = IMAX(target/4, surround_target);
1214 floor_depth = IMAX(floor_depth, target>>2);
1237 amount = MULT16_16_Q15(QCONST16(.0000031f, 30), IMAX(0, IMIN(32000, 96000-bitrate)));
1356 st->end = IMAX(1, mode->effEBands-tmp);
1398 nbCompressedBytes = IMAX(2, IMIN(nbCompressedBytes,
1426 max_allowed = IMIN(IMAX(tell==1?2:0,
1572 mask_end = IMAX(2,st->lastCodedBands);
1785 quanta = IMIN(width<<BITRES, IMAX(6<<BITRES, width));
1803 dynalloc_logp = IMAX(2, dynalloc_logp-1);
1821 st->intensity = IMIN(st->end,IMAX(st->start, st->intensity));
1870 nbAvailableBytes = IMAX(min_allowed,nbAvailableBytes);
1948 signalBandwidth = IMAX(st->analysis.bandwidth, min_bandwidth);
1957 st->lastCodedBands = IMIN(st->lastCodedBands+1,IMAX(st->lastCodedBands-1,codedBands));
2022 st->prefilter_period=IMAX(st->prefilter_period, COMBFILTER_MINPERIOD);
2023 st->prefilter_period_old=IMAX(st->prefilter_period_old, COMBFILTER_MINPERIOD);