Home | History | Annotate | Download | only in src

Lines Matching defs:nl

201   int fl = *pfl, nl = *pnl;
219 if (nl - window_diff > 0 ) {
240 nl -= window_diff;
245 *pnl = nl;
265 INT nl, nr;
268 /* Derive NR and NL */
270 nl = (tl - fl)>>1;
277 imdct_adapt_parameters(hMdct, &fl, &nl, tl, wls, noOutSamples);
335 hMdct->ov_offset += fl/2 + nl;
338 nrSamples += fl/2 + nl;
355 /* NL output samples TL/2+FL/2..TL. - current[FL/2..0] */
358 for (i=0; i<nl; i++) {