Home | History | Annotate | Download | only in celt

Lines Matching refs:effEBands

179    st->end = st->mode->effEBands;
1425 int tmp = (mode->effEBands-end)>>1;
1426 end = st->end = IMAX(1, mode->effEBands-tmp);
1510 if (effEnd > mode->effEBands)
1511 effEnd = mode->effEBands;