Home | History | Annotate | Download | only in decoder

Lines Matching refs:preshift

91                         WORD8 *shiftp, WORD32 *preshift) {
94 if ((*shiftp - *preshift) > 0) {
95 qfac = 1.0f / (FLOAT32)((WORD64)1 << (*shiftp - *preshift));
102 (FLOAT32)((WORD64)1 << (*preshift - *shiftp)));
159 WORD32 preshift = 0;
260 lg - (2 * fac_length), &preshift);
264 &preshift);
297 preshift = 0;
301 ixheaacd_acelp_mdct(int_x, int_xn1, &preshift, fac_length, ptr_scratch);
304 ixheaacd_fix2float(int_xn1, xn1, fac_length, &shiftp, &preshift);