Home
last modified time | relevance | path

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

/external/libopus/celt/
Dmodes.c50 static const unsigned char band_allocation[] = { variable
182 allocVectors[i] = band_allocation[i]; in compute_allocation_table()
199 allocVectors[i*mode->nbEBands+j] = band_allocation[i*maxBands + maxBands-1]; in compute_allocation_table()
204 allocVectors[i*mode->nbEBands+j] = (a0*band_allocation[i*maxBands+k-1] in compute_allocation_table()
205 + a1*band_allocation[i*maxBands+k])/(a0+a1); in compute_allocation_table()
Dstatic_modes_fixed.h881 band_allocation, /* allocVectors */
Dstatic_modes_float.h877 band_allocation, /* allocVectors */