Home
last modified time | relevance | path

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

/external/aac/libSBRenc/src/
Dsbr_encoder.cpp2076 sbrConfiguration sbrConfig[(8)]; in sbrEncoder_Init() local
2192 if (!FDKsbrEnc_InitializeSbrDefaults(&sbrConfig[el], *downSampleFactor, in sbrEncoder_Init()
2202 &sbrConfig[el], elInfo[coreEl].bitRate, in sbrEncoder_Init()
2214 fixMax(highestSbrStartFreq, sbrConfig[el].startFreq); in sbrEncoder_Init()
2215 highestSbrStopFreq = fixMax(highestSbrStopFreq, sbrConfig[el].stopFreq); in sbrEncoder_Init()
2228 sbrConfig[el].startFreq = highestSbrStartFreq; in sbrEncoder_Init()
2229 sbrConfig[el].stopFreq = highestSbrStopFreq; in sbrEncoder_Init()
2232 error = FDKsbrEnc_EnvInit(hSbrEncoder->sbrElement[el], &sbrConfig[el], in sbrEncoder_Init()