• Home
  • Raw
  • Download

Lines Matching refs:IMAX

435       for (i=IMAX(2,start);i<end-1;i++)  in patch_transient_decision()
443 mean_diff = DIV32(mean_diff, C*(end-1-IMAX(2,start))); in patch_transient_decision()
870 trim_index = IMAX(0, IMIN(10, trim_index)); in alloc_trim_analysis()
1028 int shift = IMIN(5, IMAX(0, -(int)floor(.5f + smr))); in dynalloc_analysis()
1261 qg = IMAX(0, IMIN(7, qg)); in run_prefilter()
1269 st->prefilter_period=IMAX(st->prefilter_period, COMBFILTER_MINPERIOD); in run_prefilter()
1372 target = IMAX(target/4, surround_target); in compute_vbr()
1381 floor_depth = IMAX(floor_depth, target>>2); in compute_vbr()
1397 amount = MULT16_16_Q15(QCONST16(.0000031f, 30), IMAX(0, IMIN(32000, 96000-bitrate))); in compute_vbr()
1528 end = st->end = IMAX(1, mode->effEBands-tmp); in celt_encode_with_ec()
1570 nbCompressedBytes = IMAX(2, IMIN(nbCompressedBytes, in celt_encode_with_ec()
1599 max_allowed = IMIN(IMAX(tell==1?2:0, in celt_encode_with_ec()
1755 mask_end = IMAX(2,st->lastCodedBands); in celt_encode_with_ec()
1888 lambda = IMAX(80, 20480/effectiveBytes + 2); in celt_encode_with_ec()
1998 quanta = IMIN(width<<BITRES, IMAX(6<<BITRES, width)); in celt_encode_with_ec()
2016 dynalloc_logp = IMAX(2, dynalloc_logp-1); in celt_encode_with_ec()
2034 st->intensity = IMIN(end,IMAX(start, st->intensity)); in celt_encode_with_ec()
2070 base_target = IMAX(0, vbr_rate - ((9*C+4)<<BITRES)); in celt_encode_with_ec()
2094 target = IMAX(target, 50<<BITRES); in celt_encode_with_ec()
2108 …min_allowed = IMAX(min_allowed, (tell0_frac+(37<<BITRES)+total_boost+(1<<(BITRES+3))-1)>>(BITRES+3… in celt_encode_with_ec()
2111 nbAvailableBytes = IMAX(min_allowed,nbAvailableBytes); in celt_encode_with_ec()
2189 signalBandwidth = IMAX(st->analysis.bandwidth, min_bandwidth); in celt_encode_with_ec()
2198 st->lastCodedBands = IMIN(st->lastCodedBands+1,IMAX(st->lastCodedBands-1,codedBands)); in celt_encode_with_ec()
2258 st->prefilter_period=IMAX(st->prefilter_period, COMBFILTER_MINPERIOD); in celt_encode_with_ec()
2259 st->prefilter_period_old=IMAX(st->prefilter_period_old, COMBFILTER_MINPERIOD); in celt_encode_with_ec()