OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:band_allocation
(Results
1 - 3
of
3
) sorted by null
/external/libopus/celt/
static_modes_fixed.h
584
band_allocation
, /* allocVectors */
modes.c
49
static const unsigned char
band_allocation
[] = {
variable
181
allocVectors[i] =
band_allocation
[i];
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]
204
+ a1*
band_allocation
[i*maxBands+k])/(a0+a1);
static_modes_float.h
588
band_allocation
, /* allocVectors */
Completed in 67 milliseconds