Home
last modified time | relevance | path

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

/external/aac/libSBRenc/src/
Dsbr_encoder.cpp200 int corePathOffset; /* core path offset / samples; added by member
1969 int corePathOffset = 0; /* core path */ in sbrEncoder_Init_delay() local
2026 corePathOffset = 0; in sbrEncoder_Init_delay()
2032 corePathOffset = ((delaySbrPath - delayCorePath) * numChannels) >> in sbrEncoder_Init_delay()
2041 (downSampleFactor * corePathOffset) + 1; in sbrEncoder_Init_delay()
2043 delayInput2Core = corePathOffset + hDelayParam->dsDelay; in sbrEncoder_Init_delay()
2045 delayInput2Core = corePathOffset; in sbrEncoder_Init_delay()
2053 hDelayParam->corePathOffset = corePathOffset; /* offset added to core path */ in sbrEncoder_Init_delay()
2352 hSbrEncoder->downsampledOffset = delayParam.corePathOffset; in sbrEncoder_Init()
2369 fixMax(delayParam.sbrPathOffset, delayParam.corePathOffset); in sbrEncoder_Init()