Home
last modified time | relevance | path

Searched refs:eband5ms (Results 1 – 3 of 3) sorted by relevance

/external/libopus/celt/
Dmodes.c42 static const opus_int16 eband5ms[] = { variable
98 *nbEBands = sizeof(eband5ms)/sizeof(eband5ms[0])-1; in compute_ebands()
101 eBands[i] = eband5ms[i]; in compute_ebands()
171 int maxBands = sizeof(eband5ms)/sizeof(eband5ms[0])-1; in compute_allocation_table()
195 … if (400*(opus_int32)eband5ms[k] > mode->eBands[j]*(opus_int32)mode->Fs/mode->shortMdctSize) in compute_allocation_table()
202 … a1 = mode->eBands[j]*(opus_int32)mode->Fs/mode->shortMdctSize - 400*(opus_int32)eband5ms[k-1]; in compute_allocation_table()
203 … a0 = 400*(opus_int32)eband5ms[k] - mode->eBands[j]*(opus_int32)mode->Fs/mode->shortMdctSize; in compute_allocation_table()
Dstatic_modes_float.h872 eband5ms, /* eBands */
Dstatic_modes_fixed.h876 eband5ms, /* eBands */