OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:total_error_thresh
(Results
1 - 1
of
1
) sorted by null
/external/aac/libAACenc/src/
intensity.cpp
141
FIXP_DBL
total_error_thresh
; /*!< When expanding the IS region to more SFBs only accept an error that is
member in struct:__anon2508
142
not more than '
total_error_thresh
' overall. */
210
isParams->
total_error_thresh
= IS_TOTAL_ERROR_THRESH;
487
if ( (hrrErr[sfboffs + sfb] < (isParams->local_error_thresh>>3)) && (overallHrrError < (isParams->
total_error_thresh
>>MAX_SFB_PER_GROUP_SF)) ) {
Completed in 176 milliseconds