HomeSort by relevance Sort by last modified time
    Searched refs:band_allocation (Results 1 - 3 of 3) sorted by null

  /external/libopus/celt/
static_modes_fixed.h 881 band_allocation, /* allocVectors */
    [all...]
modes.c 50 static const unsigned char band_allocation[] = { variable
182 allocVectors[i] = band_allocation[i];
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]
205 + a1*band_allocation[i*maxBands+k])/(a0+a1);
static_modes_float.h     [all...]

Completed in 663 milliseconds