Home
last modified time | relevance | path

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

/external/aac/libSBRdec/src/
Dsbrdec_drc.cpp390 unsigned startWinIdx, stopWinIdx; in sbrDecoder_drcApplySlot() local
410 stopWinIdx = fMultIceil(invFrameSizeDiv8 - (FIXP_DBL)1, topMdct) + 1; in sbrDecoder_drcApplySlot()
416 stopWinIdx = fMultIceil(invFrameSizeDiv8, topMdct) + 1; in sbrDecoder_drcApplySlot()
425 stopCol = (int)winBorderToColMap[stopWinIdx]; in sbrDecoder_drcApplySlot()
436 stopWinIdx = 10; in sbrDecoder_drcApplySlot()
444 stopWinIdx -= 1; in sbrDecoder_drcApplySlot()
445 stopCol = (int)winBorderToColMap[stopWinIdx]; in sbrDecoder_drcApplySlot()
469 if (col < (int)winBorderToColMap[stopWinIdx - 1]) { in sbrDecoder_drcApplySlot()