Lines Matching refs:wL
454 LOOKUP_T *wL,
461 LOOKUP_T *wL,
483 LOOKUP_T *wL=(W && lW ? w1 : w0 ); in mdct_unroll_lap() local
520 wL += off; in mdct_unroll_lap()
525 *out = CLIP_TO_15((MULT31(*--r,*--wR) + MULT31(*l,*wL++))>>9); in mdct_unroll_lap()
529 out = mdct_unroll_part2(out, post, l, r, step, wL, wR); in mdct_unroll_lap()
536 wL += n; in mdct_unroll_lap()
547 wL += off; in mdct_unroll_lap()
550 *out = CLIP_TO_15((MULT31(*r++,*--wR) - MULT31(*l,*wL++))>>9); in mdct_unroll_lap()
555 out = mdct_unroll_part3(out, post, l, r, step, wL, wR); in mdct_unroll_lap()
562 wL += n; in mdct_unroll_lap()