Home | History | Annotate | Download | only in celt

Lines Matching refs:N0

150             int N0;
152 N0 = m->eBands[j+1]-m->eBands[j];
154 if (N0<<i == 1)
170 if (N0 > 2)
172 N0>>=1;
175 /* N0=1 bands can't be split down to N<2. */
176 else if (N0 <= 1)
179 N0<<=LM0;
186 N = N0;
432 int N0, N, den;
438 N0 = m->eBands[j+1]-m->eBands[j];
439 N=N0<<LM;