Searched defs:input_e (Results 1 - 2 of 2) sorted by relevance
/external/aac/libSBRdec/src/ |
H A D | transcendent.h | 334 int input_e = (int) *exponent; local 339 result = sqrtFixp_lookup(input_m, &input_e); 340 result_e = input_e;
|
H A D | env_calc.cpp | 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); 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 229 milliseconds