Home | History | Annotate | Download | only in src

Lines Matching refs:input_e

173                           SCHAR     input_e,
443 to an 'input exponent' (#input_e), which fits the internal representation.
615 SCHAR noise_e, input_e = SCALE2EXP(sbrScaleFactor->hb_scale);
659 input_e,
668 input_e,
916 sc_change = (start_pos<no_cols)? adj_e - input_e : final_e - input_e;
940 adj_e - input_e
943 sc_change = final_e - input_e
979 sc_change -= (final_e - input_e);
1481 SCHAR input_e, /*!< Common exponent for all input samples */
1498 input_e = input_e << 1;
1580 sum_e = input_e + 4 - shift; /* -4 to compensate right-shift */
1582 sum_e = input_e + 4 + 1 - shift; /* -4 to compensate right-shift; +1 due to missing imag. part */