Searched defs:smooth_ratio (Results 1 - 1 of 1) sorted by relevance

/external/aac/libSBRdec/src/
H A Denv_calc.cpp216 FIXP_SGL smooth_ratio,
870 FIXP_SGL smooth_ratio; local
1001 smooth_ratio = FDK_sbrDecoder_sbr_smoothFilter[j-start_pos];
1003 smooth_ratio = FL2FXCONST_SGL(0.0f);
1012 smooth_ratio,
2013 FIXP_SGL smooth_ratio, /*!< Impact of last envelope */
2031 FIXP_SGL direct_ratio = /*FL2FXCONST_SGL(1.0f) */ (FIXP_SGL)MAXVAL_SGL - smooth_ratio;
2043 smooth_ratio and harmIndex stay constant during the loop.
2046 the check for smooth_ratio is now outside the loop and the workload
2056 if (smooth_ratio > FL2FXCONST_SG
2005 adjustTimeSlotHQ( FIXP_DBL *RESTRICT ptrReal, FIXP_DBL *RESTRICT ptrImag, HANDLE_SBR_CALCULATE_ENVELOPE h_sbr_cal_env, ENV_CALC_NRGS* nrgs, int lowSubband, int noSubbands, int scale_change, FIXP_SGL smooth_ratio, int noNoiseFlag, int filtBufferNoiseShift) argument
[all...]

Completed in 63 milliseconds