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

  /external/libopus/celt/
modes.c 42 static const opus_int16 eband5ms[] = { variable
98 *nbEBands = sizeof(eband5ms)/sizeof(eband5ms[0])-1;
101 eBands[i] = eband5ms[i];
171 int maxBands = sizeof(eband5ms)/sizeof(eband5ms[0])-1;
195 if (400*(opus_int32)eband5ms[k] > mode->eBands[j]*(opus_int32)mode->Fs/mode->shortMdctSize)
202 a1 = mode->eBands[j]*(opus_int32)mode->Fs/mode->shortMdctSize - 400*(opus_int32)eband5ms[k-1];
203 a0 = 400*(opus_int32)eband5ms[k] - mode->eBands[j]*(opus_int32)mode->Fs/mode->shortMdctSize;
static_modes_fixed.h 876 eband5ms, /* eBands */
    [all...]
static_modes_float.h     [all...]

Completed in 97 milliseconds