Home
last modified time | relevance | path

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

/external/aac/libSBRenc/src/
Dsbr_encoder.cpp2075 sbrConfiguration sbrConfig[(8)]; in sbrEncoder_Init() local
2191 if (!FDKsbrEnc_InitializeSbrDefaults(&sbrConfig[el], *downSampleFactor, in sbrEncoder_Init()
2201 &sbrConfig[el], elInfo[coreEl].bitRate, in sbrEncoder_Init()
2213 fixMax(highestSbrStartFreq, sbrConfig[el].startFreq); in sbrEncoder_Init()
2214 highestSbrStopFreq = fixMax(highestSbrStopFreq, sbrConfig[el].stopFreq); in sbrEncoder_Init()
2227 sbrConfig[el].startFreq = highestSbrStartFreq; in sbrEncoder_Init()
2228 sbrConfig[el].stopFreq = highestSbrStopFreq; in sbrEncoder_Init()
2231 error = FDKsbrEnc_EnvInit(hSbrEncoder->sbrElement[el], &sbrConfig[el], in sbrEncoder_Init()