Searched refs:input_e (Results 1 - 2 of 2) sorted by relevance

/external/aac/libSBRdec/src/
H A Dtranscendent.h334 int input_e = (int) *exponent; local
339 result = sqrtFixp_lookup(input_m, &input_e);
340 result_e = input_e;
H A Denv_calc.cpp173 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); local
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);
1475 calcNrgPerSfb(FIXP_DBL **analysBufferReal, FIXP_DBL **analysBufferImag, int nSfb, UCHAR *freqBandTable, int start_pos, int next_pos, SCHAR input_e, FIXP_DBL *nrgEst, SCHAR *nrgEst_e ) argument
[all...]

Completed in 238 milliseconds