Home
last modified time | relevance | path

Searched refs:band_allocation (Results 1 – 3 of 3) sorted by relevance

/external/libopus/celt/
Dmodes.c49 static const unsigned char band_allocation[] = { variable
181 allocVectors[i] = band_allocation[i]; in compute_allocation_table()
198 allocVectors[i*mode->nbEBands+j] = band_allocation[i*maxBands + maxBands-1]; in compute_allocation_table()
203 allocVectors[i*mode->nbEBands+j] = (a0*band_allocation[i*maxBands+k-1] in compute_allocation_table()
204 + a1*band_allocation[i*maxBands+k])/(a0+a1); in compute_allocation_table()
Dstatic_modes_float.h588 band_allocation, /* allocVectors */
Dstatic_modes_fixed.h584 band_allocation, /* allocVectors */