Home | History | Annotate | Download | only in celt

Lines Matching refs:allocVectors

170    unsigned char *allocVectors;
174 allocVectors = opus_alloc(sizeof(unsigned char)*(BITALLOC_SIZE*mode->nbEBands));
175 if (allocVectors==NULL)
182 allocVectors[i] = band_allocation[i];
183 mode->allocVectors = allocVectors;
199 allocVectors[i*mode->nbEBands+j] = band_allocation[i*maxBands + maxBands-1];
204 allocVectors[i*mode->nbEBands+j] = (a0*band_allocation[i*maxBands+k-1]
214 printf ("%d ", allocVectors[i*mode->nbEBands+j]);
219 mode->allocVectors = allocVectors;
367 if (mode->allocVectors==NULL)
430 opus_free((opus_int16*)mode->allocVectors);