HomeSort by relevance Sort by last modified time
    Searched full:left_right_ratio_threshold (Results 1 - 1 of 1) sorted by null

  /external/aac/libAACenc/src/
intensity.cpp 153 FIXP_DBL left_right_ratio_threshold; /*!< No IS if the panning angle is not far from the middle, MS will do */ member in struct:__anon4727
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 125 milliseconds