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