Home
last modified time | relevance | path

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

/external/aac/libSBRdec/src/
Dsbrdec_drc.cpp375 unsigned startWinIdx, stopWinIdx; in sbrDecoder_drcApplySlot() local
395 stopWinIdx = fMultIceil(invFrameSizeDiv8 - (FIXP_DBL)1, topMdct) + 1; in sbrDecoder_drcApplySlot()
401 stopWinIdx = fMultIceil(invFrameSizeDiv8, topMdct) + 1; in sbrDecoder_drcApplySlot()
410 stopCol = (int)winBorderToColMap[stopWinIdx]; in sbrDecoder_drcApplySlot()
421 stopWinIdx = 10; in sbrDecoder_drcApplySlot()
429 stopWinIdx -= 1; in sbrDecoder_drcApplySlot()
430 stopCol = (int)winBorderToColMap[stopWinIdx]; in sbrDecoder_drcApplySlot()
454 if (col < (int)winBorderToColMap[stopWinIdx - 1]) { in sbrDecoder_drcApplySlot()