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

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

Completed in 162 milliseconds