Lines Matching refs:nbEBands
87 cindex = (opus_int16 *)opus_alloc(sizeof(cache->index[0])*m->nbEBands*(LM+2)); in compute_pulse_cache()
93 for (j=0;j<m->nbEBands;j++) in compute_pulse_cache()
97 cindex[i*m->nbEBands+j] = -1; in compute_pulse_cache()
102 for (n=0;n<m->nbEBands && (k!=i || n<j);n++) in compute_pulse_cache()
106 cindex[i*m->nbEBands+j] = cindex[k*m->nbEBands+n]; in compute_pulse_cache()
111 if (cache->index[i*m->nbEBands+j] == -1 && N!=0) in compute_pulse_cache()
119 cindex[i*m->nbEBands+j] = curr; in compute_pulse_cache()
143 cache->caps = cap = (unsigned char *)opus_alloc(sizeof(cache->caps[0])*(LM+1)*2*m->nbEBands); in compute_pulse_cache()
148 for (j=0;j<m->nbEBands;j++) in compute_pulse_cache()
183 pcache = bits + cindex[(LM0+1)*m->nbEBands+j]; in compute_pulse_cache()
548 len = m->nbEBands; in clt_compute_allocation()