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

/external/aac/libAACenc/src/
H A Dintensity.cpp153 FIXP_DBL left_right_ratio_threshold; /*!< No IS if the panning angle is not far from the middle, MS will do */ member in struct:__anon274
215 isParams->left_right_ratio_threshold = IS_LEFT_RIGHT_RATIO_THRESH;
296 if( (sfbEnergyLeft[sfb + sfboffs] >= fMult(isParams->left_right_ratio_threshold,sfbEnergyRight[sfb + sfboffs]))
297 && (fMult(isParams->left_right_ratio_threshold,sfbEnergyLeft[sfb + sfboffs]) <= sfbEnergyRight[sfb + sfboffs]) ) {

Completed in 51 milliseconds