Searched refs:isParams (Results 1 – 1 of 1) sorted by relevance
207 FDKaacEnc_initIsParams(INTENSITY_PARAMETERS *isParams) in FDKaacEnc_initIsParams() argument209 isParams->corr_thresh = IS_CORR_THRESH; in FDKaacEnc_initIsParams()210 isParams->total_error_thresh = IS_TOTAL_ERROR_THRESH; in FDKaacEnc_initIsParams()211 isParams->local_error_thresh = IS_LOCAL_ERROR_THRESH; in FDKaacEnc_initIsParams()212 isParams->direction_deviation_thresh = IS_DIRECTION_DEVIATION_THRESH; in FDKaacEnc_initIsParams()213 isParams->is_region_min_loudness = IS_REGION_MIN_LOUDNESS; in FDKaacEnc_initIsParams()214 isParams->min_is_sfbs = IS_MIN_SFBS; in FDKaacEnc_initIsParams()215 isParams->left_right_ratio_threshold = IS_LEFT_RIGHT_RATIO_THRESH; in FDKaacEnc_initIsParams()248 const INTENSITY_PARAMETERS *isParams, in FDKaacEnc_prepareIntensityDecision() argument296 …if( (sfbEnergyLeft[sfb + sfboffs] >= fMult(isParams->left_right_ratio_threshold,sfbEnergyRight[s… in FDKaacEnc_prepareIntensityDecision()[all …]