Lines Matching refs:eBands
81 const opus_int16 *eBands = m->eBands; in compute_pulse_cache() local
96 int N = (eBands[j+1]-eBands[j])<<i>>1; in compute_pulse_cache()
104 if (N == (eBands[n+1]-eBands[n])<<k>>1) in compute_pulse_cache()
152 N0 = m->eBands[j+1]-m->eBands[j]; in compute_pulse_cache()
235 max_bits = (4*max_bits/(C*((m->eBands[j+1]-m->eBands[j])<<i)))-64; in compute_pulse_cache()
336 percoeff = celt_udiv(left, m->eBands[codedBands]-m->eBands[start]); in interp_bits2pulses()
337 left -= (m->eBands[codedBands]-m->eBands[start])*percoeff; in interp_bits2pulses()
338 rem = IMAX(left-(m->eBands[j]-m->eBands[start]),0); in interp_bits2pulses()
339 band_width = m->eBands[codedBands]-m->eBands[j]; in interp_bits2pulses()
422 percoeff = celt_udiv(left, m->eBands[codedBands]-m->eBands[start]); in interp_bits2pulses()
423 left -= (m->eBands[codedBands]-m->eBands[start])*percoeff; in interp_bits2pulses()
425 bits[j] += ((int)percoeff*(m->eBands[j+1]-m->eBands[j])); in interp_bits2pulses()
428 int tmp = (int)IMIN(left, m->eBands[j+1]-m->eBands[j]); in interp_bits2pulses()
443 N0 = m->eBands[j+1]-m->eBands[j]; in interp_bits2pulses()
575 thresh[j] = IMAX((C)<<BITRES, (3*(m->eBands[j+1]-m->eBands[j])<<LM<<BITRES)>>4); in clt_compute_allocation()
577 trim_offset[j] = C*(m->eBands[j+1]-m->eBands[j])*(alloc_trim-5-LM)*(end-j-1) in clt_compute_allocation()
581 if ((m->eBands[j+1]-m->eBands[j])<<LM==1) in clt_compute_allocation()
594 int N = m->eBands[j+1]-m->eBands[j]; in clt_compute_allocation()
621 int N = m->eBands[j+1]-m->eBands[j]; in clt_compute_allocation()