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

/external/aac/libAACenc/src/
H A Dintensity.cpp141 FIXP_DBL total_error_thresh; /*!< When expanding the IS region to more SFBs only accept an error that is member in struct:__anon99
142 not more than 'total_error_thresh' overall. */
210 isParams->total_error_thresh = IS_TOTAL_ERROR_THRESH;
486 if ( (hrrErr[sfboffs + sfb] < (isParams->local_error_thresh>>3)) && (overallHrrError < (isParams->total_error_thresh>>MAX_SFB_PER_GROUP_SF)) ) {

Completed in 70 milliseconds