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

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

Completed in 163 milliseconds