OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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:__anon6840
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 46 milliseconds