Home
last modified time | relevance | path

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

/external/aac/libSBRenc/src/
Dsbr_encoder.cpp1826 sbrConfiguration sbrConfig[(8)]; in sbrEncoder_Init() local
2007 if ( ! FDKsbrEnc_InitializeSbrDefaults ( &sbrConfig[el], in sbrEncoder_Init()
2019 if ( ! FDKsbrEnc_AdjustSbrSettings (&sbrConfig[el], in sbrEncoder_Init()
2037 highestSbrStartFreq = fixMax(highestSbrStartFreq, sbrConfig[el].startFreq); in sbrEncoder_Init()
2038 highestSbrStopFreq = fixMax(highestSbrStopFreq, sbrConfig[el].stopFreq); in sbrEncoder_Init()
2054 sbrConfig[el].startFreq = highestSbrStartFreq; in sbrEncoder_Init()
2055 sbrConfig[el].stopFreq = highestSbrStopFreq; in sbrEncoder_Init()
2059 &sbrConfig[el], in sbrEncoder_Init()