Home
last modified time | relevance | path

Searched refs:tempDelay3 (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
322 tempDelay3 = hDel->config.nArbDmxDelay + hDel->config.nLimiterDelay + in fdk_sacenc_delay_SubCalulateBufferDelays()
338 if (tempDelay3 > tempDelay12) { in fdk_sacenc_delay_SubCalulateBufferDelays()
341 (tempDelay3 - tempDelay12) / hDel->config.nFrameLen; /*floor*/ in fdk_sacenc_delay_SubCalulateBufferDelays()
344 (tempDelay3 - tempDelay12 - in fdk_sacenc_delay_SubCalulateBufferDelays()
347 (tempDelay3 - tempDelay12 - in fdk_sacenc_delay_SubCalulateBufferDelays()
351 ((tempDelay3 - tempDelay12) + hDel->config.nFrameLen - 1) / in fdk_sacenc_delay_SubCalulateBufferDelays()
355 tempDelay12 - tempDelay3; in fdk_sacenc_delay_SubCalulateBufferDelays()
359 hDel->nOutputAudioBuffer = tempDelay12 - tempDelay3; in fdk_sacenc_delay_SubCalulateBufferDelays()