Searched refs:effEBands (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/opus/src/celt/
H A Dmodes.h65 int effEBands; member in struct:OpusCustomMode
H A Dmodes.c349 mode->effEBands = mode->nbEBands;
350 while (mode->eBands[mode->effEBands] > mode->shortMdctSize)
351 mode->effEBands--;
H A Dcelt.c269 st->end = st->mode->effEBands;
972 int tmp = (st->mode->effEBands-st->end)>>1;
973 st->end = IMAX(1, st->mode->effEBands-tmp);
1052 if (effEnd > st->mode->effEBands)
1053 effEnd = st->mode->effEBands;
2021 st->end = st->mode->effEBands;
2090 if (effEnd > mode->effEBands)
2091 effEnd = mode->effEBands;
2114 for (i=st->start;i<mode->effEBands;i++)
2133 denormalise_bands(mode, X, freq, bandE, mode->effEBands,
[all...]
H A Dbands.c1238 if (i>=m->effEBands)

Completed in 94 milliseconds