Home
last modified time | relevance | path

Searched refs:sbrConfig (Results 1 – 1 of 1) sorted by relevance

/external/aac/libSBRenc/src/
Dsbr_encoder.cpp1917 sbrConfiguration sbrConfig[(8)]; in sbrEncoder_Init() local
2098 if ( ! FDKsbrEnc_InitializeSbrDefaults ( &sbrConfig[el], in sbrEncoder_Init()
2111 if ( ! FDKsbrEnc_AdjustSbrSettings (&sbrConfig[el], in sbrEncoder_Init()
2129 highestSbrStartFreq = fixMax(highestSbrStartFreq, sbrConfig[el].startFreq); in sbrEncoder_Init()
2130 highestSbrStopFreq = fixMax(highestSbrStopFreq, sbrConfig[el].stopFreq); in sbrEncoder_Init()
2146 sbrConfig[el].startFreq = highestSbrStartFreq; in sbrEncoder_Init()
2147 sbrConfig[el].stopFreq = highestSbrStopFreq; in sbrEncoder_Init()
2151 &sbrConfig[el], in sbrEncoder_Init()