• Home
  • Raw
  • Download

Lines Matching refs:IMAX

401       for (i=IMAX(2,start);i<end-1;i++)  in patch_transient_decision()
409 mean_diff = DIV32(mean_diff, C*(end-1-IMAX(2,start))); in patch_transient_decision()
830 trim_index = IMAX(0, IMIN(10, trim_index)); in alloc_trim_analysis()
1156 qg = IMAX(0, IMIN(7, qg)); in run_prefilter()
1164 st->prefilter_period=IMAX(st->prefilter_period, COMBFILTER_MINPERIOD); in run_prefilter()
1268 target = IMAX(target/4, surround_target); in compute_vbr()
1277 floor_depth = IMAX(floor_depth, target>>2); in compute_vbr()
1303 amount = MULT16_16_Q15(QCONST16(.0000031f, 30), IMAX(0, IMIN(32000, 96000-bitrate))); in compute_vbr()
1426 end = st->end = IMAX(1, mode->effEBands-tmp); in celt_encode_with_ec()
1468 nbCompressedBytes = IMAX(2, IMIN(nbCompressedBytes, in celt_encode_with_ec()
1496 max_allowed = IMIN(IMAX(tell==1?2:0, in celt_encode_with_ec()
1645 mask_end = IMAX(2,st->lastCodedBands); in celt_encode_with_ec()
1857 quanta = IMIN(width<<BITRES, IMAX(6<<BITRES, width)); in celt_encode_with_ec()
1875 dynalloc_logp = IMAX(2, dynalloc_logp-1); in celt_encode_with_ec()
1893 st->intensity = IMIN(end,IMAX(start, st->intensity)); in celt_encode_with_ec()
1943 nbAvailableBytes = IMAX(min_allowed,nbAvailableBytes); in celt_encode_with_ec()
2021 signalBandwidth = IMAX(st->analysis.bandwidth, min_bandwidth); in celt_encode_with_ec()
2030 st->lastCodedBands = IMIN(st->lastCodedBands+1,IMAX(st->lastCodedBands-1,codedBands)); in celt_encode_with_ec()
2082 st->prefilter_period=IMAX(st->prefilter_period, COMBFILTER_MINPERIOD); in celt_encode_with_ec()
2083 st->prefilter_period_old=IMAX(st->prefilter_period_old, COMBFILTER_MINPERIOD); in celt_encode_with_ec()