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

  /external/chromium_org/third_party/opus/src/celt/
static_modes_fixed.h 579 eband5ms, /* eBands */
modes.c 41 static const opus_int16 eband5ms[] = { variable
97 *nbEBands = sizeof(eband5ms)/sizeof(eband5ms[0])-1;
100 eBands[i] = eband5ms[i];
170 int maxBands = sizeof(eband5ms)/sizeof(eband5ms[0])-1;
194 if (400*(opus_int32)eband5ms[k] > mode->eBands[j]*(opus_int32)mode->Fs/mode->shortMdctSize)
201 a1 = mode->eBands[j]*(opus_int32)mode->Fs/mode->shortMdctSize - 400*(opus_int32)eband5ms[k-1];
202 a0 = 400*(opus_int32)eband5ms[k] - mode->eBands[j]*(opus_int32)mode->Fs/mode->shortMdctSize;
static_modes_float.h 583 eband5ms, /* eBands */

Completed in 83 milliseconds