• Home
  • Raw
  • Download

Lines Matching refs:IMIN

681          curr0 = IMIN(cost0, cost1 + lambda);  in tf_analysis()
682 curr1 = IMIN(cost0 + lambda, cost1); in tf_analysis()
686 cost0 = IMIN(cost0, cost1); in tf_analysis()
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()
1118 for (i=start;i<IMIN(LEAK_BANDS, end);i++) in dynalloc_analysis()
1261 qg = IMAX(0, IMIN(7, qg)); in run_prefilter()
1318 coded_bins += eBands[IMIN(intensity, coded_bands)]<<LM; in compute_vbr()
1333 coded_stereo_bands = IMIN(intensity, coded_bands); in compute_vbr()
1382 target = IMIN(target, floor_depth); in compute_vbr()
1397 amount = MULT16_16_Q15(QCONST16(.0000031f, 30), IMAX(0, IMIN(32000, 96000-bitrate))); in compute_vbr()
1403 target = IMIN(2*base_target, target); in compute_vbr()
1551 nbCompressedBytes = IMIN(nbCompressedBytes,1275); in celt_encode_with_ec()
1570 nbCompressedBytes = IMAX(2, IMIN(nbCompressedBytes, in celt_encode_with_ec()
1576 equiv_rate = IMIN(equiv_rate, st->bitrate - (40*C+20)*((400>>LM) - 50)); in celt_encode_with_ec()
1599 max_allowed = IMIN(IMAX(tell==1?2:0, in celt_encode_with_ec()
1639 effectiveBytes=nbCompressedBytes=IMIN(nbCompressedBytes, nbFilledBytes+2); in celt_encode_with_ec()
1738 bandE[i] = IMIN(bandE[i], MULT16_32_Q15(QCONST16(1e-4f,15),bandE[0])); in celt_encode_with_ec()
1981 offsets[0] = IMIN(8, effectiveBytes/3); in celt_encode_with_ec()
1998 quanta = IMIN(width<<BITRES, IMAX(6<<BITRES, width)); in celt_encode_with_ec()
2034 st->intensity = IMIN(end,IMAX(start, st->intensity)); in celt_encode_with_ec()
2065 nbCompressedBytes = IMIN(nbCompressedBytes,1275>>(3-LM)); in celt_encode_with_ec()
2112 nbAvailableBytes = IMIN(nbCompressedBytes,nbAvailableBytes); in celt_encode_with_ec()
2159 nbCompressedBytes = IMIN(nbCompressedBytes,nbAvailableBytes); in celt_encode_with_ec()
2198 st->lastCodedBands = IMIN(st->lastCodedBands+1,IMAX(st->lastCodedBands-1,codedBands)); in celt_encode_with_ec()
2474 value = IMIN(value, 260000*st->channels); in opus_custom_encoder_ctl()