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

  /external/chromium_org/third_party/opus/src/celt/
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);
  /external/libopus/celt/
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);

Completed in 1082 milliseconds