Searched defs:allocVectors (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/opus/src/celt/
H A Dmodes.h74 const unsigned char *allocVectors; /**< Number of bits in each band for several rates */ member in struct:OpusCustomMode
H A Dmodes.c169 unsigned char *allocVectors; local
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
[all...]
/external/libopus/celt/
H A Dmodes.h74 const unsigned char *allocVectors; /**< Number of bits in each band for several rates */ member in struct:OpusCustomMode
H A Dmodes.c169 unsigned char *allocVectors; local
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
[all...]

Completed in 82 milliseconds