• Home
  • Raw
  • Download

Lines Matching refs:IMAX

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