Home | History | Annotate | Download | only in src

Lines Matching full:input_e

173                           SCHAR     input_e,
434 to an 'input exponent' (#input_e), which fits the internal representation.
606 SCHAR noise_e, input_e = SCALE2EXP(sbrScaleFactor->hb_scale);
650 input_e,
659 input_e,
907 sc_change = (start_pos<no_cols)? adj_e - input_e : final_e - input_e;
931 adj_e - input_e
934 sc_change = final_e - input_e
970 sc_change -= (final_e - input_e);
1461 SCHAR input_e, /*!< Common exponent for all input samples */
1478 input_e = input_e << 1;
1560 sum_e = input_e + 4 - shift; /* -4 to compensate right-shift */
1562 sum_e = input_e + 4 + 1 - shift; /* -4 to compensate right-shift; +1 due to missing imag. part */