Lines Matching refs:post
446 DATA_TYPE *post,
450 DATA_TYPE *post,
457 DATA_TYPE *post,
464 DATA_TYPE *post,
481 DATA_TYPE *post; in mdct_unroll_lap() local
494 post = r-n; in mdct_unroll_lap()
499 while(r>post){ in mdct_unroll_lap()
504 out = mdct_unroll_prelap(out,post,r,step); in mdct_unroll_lap()
515 post = r-n; in mdct_unroll_lap()
523 while(r>post){ in mdct_unroll_lap()
529 out = mdct_unroll_part2(out, post, l, r, step, wL, wR); in mdct_unroll_lap()
541 post = r+n; in mdct_unroll_lap()
549 while(r<post){ in mdct_unroll_lap()
555 out = mdct_unroll_part3(out, post, l, r, step, wL, wR); in mdct_unroll_lap()
569 post = l+n*2; in mdct_unroll_lap()
572 while(l<post){ in mdct_unroll_lap()
578 out = mdct_unroll_postlap(out,post,l,step); in mdct_unroll_lap()