Home | History | Annotate | Download | only in celt

Lines Matching refs:allocVectors

169    unsigned char *allocVectors;
173 allocVectors = opus_alloc(sizeof(unsigned char)*(BITALLOC_SIZE*mode->nbEBands));
174 if (allocVectors==NULL)
181 allocVectors[i] = band_allocation[i];
182 mode->allocVectors = allocVectors;
198 allocVectors[i*mode->nbEBands+j] = band_allocation[i*maxBands + maxBands-1];
203 allocVectors[i*mode->nbEBands+j] = (a0*band_allocation[i*maxBands+k-1]
213 printf ("%d ", allocVectors[i*mode->nbEBands+j]);
218 mode->allocVectors = allocVectors;
365 if (mode->allocVectors==NULL)
426 opus_free((opus_int16*)mode->allocVectors);