Home | History | Annotate | Download | only in decoder

Lines Matching refs:pre_shift_val

1154   WORD32 pre_shift_val;
1188 pre_shift_val = (ixheaacd_pnorm32(max_val) - max_shift_gap);
1191 shift = 16 - pre_shift_val;
1217 shift = (shift - (pre_shift_val << 1));
1237 WORD32 pre_shift_val;
1261 pre_shift_val = (*ixheaacd_ixheaacd_expsubbandsamples)(
1265 pre_shift_val = (pre_shift_val - SHIFT_BEFORE_SQUARE);
1270 WORD32 pre_shift1 = (16 - pre_shift_val);
1303 sum_e = (sum_e - (pre_shift_val << 1));