Lines Matching refs:N0
150 int N0; in compute_pulse_cache() local
152 N0 = m->eBands[j+1]-m->eBands[j]; in compute_pulse_cache()
154 if (N0<<i == 1) in compute_pulse_cache()
170 if (N0 > 2) in compute_pulse_cache()
172 N0>>=1; in compute_pulse_cache()
176 else if (N0 <= 1) in compute_pulse_cache()
179 N0<<=LM0; in compute_pulse_cache()
186 N = N0; in compute_pulse_cache()
437 int N0, N, den; in interp_bits2pulses() local
443 N0 = m->eBands[j+1]-m->eBands[j]; in interp_bits2pulses()
444 N=N0<<LM; in interp_bits2pulses()