Home | History | Annotate | Download | only in decoder

Lines Matching refs:accu

1152   WORD32 accu;
1190 accu = 0L;
1198 accu += (temp * temp);
1201 accu += (temp * temp);
1207 accu += (temp * temp);
1210 accu += (temp * temp);
1213 if (accu != 0L) {
1214 shift = -(ixheaacd_pnorm32(accu));
1215 sum_m = (WORD16)(ixheaacd_shr32_dir_sat_limit(accu, (16 + shift)));
1339 WORD32 accu, exp_diff;
1344 accu = tmp_noise_mant + ixheaacd_shr32(0x4000, exp_diff);
1348 accu = ixheaacd_shr32((WORD32)tmp_noise_mant, exp_diff) + 0x4000;
1351 if (ixheaacd_abs32(accu) >= 0x8000) {
1352 accu = accu >> 1;
1355 var2_mant = (WORD16)(accu);