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

/external/aac/libAACenc/src/
H A Dintensity.cpp147 FIXP_DBL direction_deviation_thresh; /*!< The maximum allowed change of the intensity direction (unit: IS scale) */ member in struct:__anon274
212 isParams->direction_deviation_thresh = IS_DIRECTION_DEVIATION_THRESH;
497 if( fAbs(isScaleLast-realIsScale[sfboffs + sfb]) < (isParams->direction_deviation_thresh>>(REAL_SCALE_SF+LD_DATA_SHIFT-IS_DIRECTION_DEVIATION_THRESH_SF)) ) {

Completed in 87 milliseconds