Lines Matching defs:shiftp
75 WORD8 shiftp;
81 shiftp = ixheaacd_norm32(itemp);
84 int_x[k] = (WORD32)(x[k] * (FLOAT32)((WORD64)1 << shiftp));
87 return (shiftp);
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)));
158 WORD8 shiftp;
257 shiftp = ixheaacd_float2fix(x, int_x, lg);
263 ixheaacd_fix2float(int_xn1, xn_buf, (lg + (2 * fac_length)), &shiftp,
298 shiftp = ixheaacd_float2fix(x, int_x, fac_length);
304 ixheaacd_fix2float(int_xn1, xn1, fac_length, &shiftp, &preshift);