Home
last modified time | relevance | path

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

/external/aac/libSACenc/src/
Dsacenc_delay.cpp304 int tempDelay1, tempDelay2, tempDelay12, tempDelay3; in fdk_sacenc_delay_SubCalulateBufferDelays() local
306 tempDelay1 = hDel->config.nArbDmxDelay - hDel->config.nSurroundDelay; in fdk_sacenc_delay_SubCalulateBufferDelays()
308 if (tempDelay1 >= 0) { in fdk_sacenc_delay_SubCalulateBufferDelays()
309 hDel->nSurroundAnalysisBuffer = tempDelay1; in fdk_sacenc_delay_SubCalulateBufferDelays()
313 hDel->nArbDmxAnalysisBuffer = -tempDelay1; in fdk_sacenc_delay_SubCalulateBufferDelays()
316 tempDelay1 = nEncoderWinDelay + hDel->config.nSurroundDelay + in fdk_sacenc_delay_SubCalulateBufferDelays()
332 if (tempDelay1 > tempDelay2) { in fdk_sacenc_delay_SubCalulateBufferDelays()
333 tempDelay12 += tempDelay1; in fdk_sacenc_delay_SubCalulateBufferDelays()