Home | History | Annotate | Download | only in celt

Lines Matching refs:eBands

349    const opus_int16 *eBands;
356 eBands = mode->eBands;
412 boffs = N*c+(eBands[i]<<LM);
413 blen = (eBands[i+1]-eBands[i])<<LM;
427 int bound = eBands[effEnd]<<LM;
699 const opus_int16 *eBands;
705 eBands = mode->eBands;
854 width = C*(eBands[i+1]-eBands[i])<<LM;
931 int bound = M*eBands[effEnd];