Lines Matching refs:IMIN
178 LM0=IMIN(i,1); in compute_pulse_cache()
199 qb = IMIN((num+(den>>1))/den, 57); in compute_pulse_cache()
214 qb = IMIN((num+(den>>1))/den, (N==2?64:61)); in compute_pulse_cache()
231 qb = IMIN((num+(den>>1))/den, MAX_FINE_BITS); in compute_pulse_cache()
283 psum += IMIN(tmp, cap[j]); in interp_bits2pulses()
309 tmp = IMIN(tmp, cap[j]); in interp_bits2pulses()
392 *intensity = IMIN(*intensity, codedBands); in interp_bits2pulses()
423 int tmp = (int)IMIN(left, m->eBands[j+1]-m->eBands[j]); in interp_bits2pulses()
476 ebits[j] = IMIN(ebits[j], MAX_FINE_BITS); in interp_bits2pulses()
500 extra_fine = IMIN(excess>>(stereo+BITRES),MAX_FINE_BITS-ebits[j]); in interp_bits2pulses()
598 psum += IMIN(bitsj, cap[j]); in compute_allocation()