Lines Matching refs:shiftp

126                                WORD8 shiftp, WORD8 shift_olap, WORD8 fac_q) {  in ixheaacd_windowing_long2()  argument
132 if (shiftp > fac_q) { in ixheaacd_windowing_long2()
149 (shiftp - fac_q)), in ixheaacd_windowing_long2()
162 (shiftp - fac_q)), in ixheaacd_windowing_long2()
172 (shiftp - fac_q); in ixheaacd_windowing_long2()
188 (shiftp - shift_olap)), in ixheaacd_windowing_long2()
201 (shiftp - shift_olap)), in ixheaacd_windowing_long2()
211 (shiftp - shift_olap); in ixheaacd_windowing_long2()
216 if (shift_olap > shiftp) { in ixheaacd_windowing_long2()
220 dest[i] = over_lap[i] >> (shift_olap - shiftp); in ixheaacd_windowing_long2()
232 (*fac_data_out) >> (fac_q - shiftp)); in ixheaacd_windowing_long2()
244 (*fac_data_out) >> (fac_q - shiftp)); in ixheaacd_windowing_long2()
254 return (shiftp); in ixheaacd_windowing_long2()
268 (shiftp - shift_olap)), in ixheaacd_windowing_long2()
281 (shiftp - shift_olap)), in ixheaacd_windowing_long2()
291 (shiftp - shift_olap); in ixheaacd_windowing_long2()
302 WORD8 shiftp, WORD8 shift_olap) { in ixheaacd_windowing_long3() argument
306 if (shiftp > shift_olap) { in ixheaacd_windowing_long3()
312 (ixheaacd_mult32_sh1(src1[i], *win_fwd) >> (shiftp - shift_olap)), in ixheaacd_windowing_long3()
325 (shiftp - shift_olap)), in ixheaacd_windowing_long3()
334 (shiftp - shift_olap); in ixheaacd_windowing_long3()
340 dest[i] = over_lap[i] >> (shift_olap - shiftp); in ixheaacd_windowing_long3()
347 ixheaacd_mult32_sh1(over_lap[i], *win_rev) >> (shift_olap - shiftp)); in ixheaacd_windowing_long3()
359 ixheaacd_mult32_sh1(over_lap[i], *win_rev) >> (shift_olap - shiftp)); in ixheaacd_windowing_long3()
369 return (shiftp); in ixheaacd_windowing_long3()
375 WORD8 shiftp, WORD8 shift_olap) { in ixheaacd_windowing_short1() argument
379 if (shift_olap > shiftp) { in ixheaacd_windowing_short1()
382 dest[i] = dest[i] >> (shift_olap - shiftp); in ixheaacd_windowing_short1()
397 dest[i] = dest[i] >> (shift_olap - shiftp); in ixheaacd_windowing_short1()
413 (shiftp - shift_olap); in ixheaacd_windowing_short1()
432 WORD8 shiftp, WORD8 shift_olap) { in ixheaacd_windowing_short2() argument
437 if (shift_olap > shiftp) { in ixheaacd_windowing_short2()
441 (ixheaacd_mult32_sh1(fp[i], *win_rev) >> (shift_olap - shiftp))); in ixheaacd_windowing_short2()
447 (shift_olap - shiftp))); in ixheaacd_windowing_short2()
460 (ixheaacd_mult32_sh1(src1[i], *win_fwd) >> (shiftp - shift_olap)), in ixheaacd_windowing_short2()
465 (shiftp - shift_olap)), in ixheaacd_windowing_short2()
482 WORD32 n_short, WORD8 shiftp, in ixheaacd_windowing_short3() argument
486 if (shift_olap > shiftp) { in ixheaacd_windowing_short3()
491 (fp[i] >> (shift_olap - shiftp))); in ixheaacd_windowing_short3()
496 (fp[n_short - i - 1] >> (shift_olap - shiftp))); in ixheaacd_windowing_short3()
500 return (shiftp); in ixheaacd_windowing_short3()
506 (shiftp - shift_olap)), in ixheaacd_windowing_short3()
512 (shiftp - shift_olap)), in ixheaacd_windowing_short3()
524 WORD8 shiftp, WORD8 shift_olap, in ixheaacd_windowing_short4() argument
533 (shiftp - output_q), in ixheaacd_windowing_short4()
539 (shiftp - output_q), in ixheaacd_windowing_short4()
550 (shiftp - output_q), in ixheaacd_windowing_short4()
556 (shiftp - output_q), in ixheaacd_windowing_short4()
565 ixheaacd_negate32_sat(src1[n_short - i - 1]) >> (shiftp - output_q), in ixheaacd_windowing_short4()
568 ixheaacd_negate32_sat(src1[n_short - i - 1]) >> (shiftp - output_q), in ixheaacd_windowing_short4()
577 (shiftp - shift_olap), in ixheaacd_windowing_short4()
583 (shiftp - shift_olap), in ixheaacd_windowing_short4()
594 (shiftp - shift_olap), in ixheaacd_windowing_short4()
600 (shiftp - shift_olap), in ixheaacd_windowing_short4()
610 (shiftp - shift_olap), in ixheaacd_windowing_short4()
614 (shiftp - shift_olap), in ixheaacd_windowing_short4()