Home
last modified time | relevance | path

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

/external/aac/libPCMutils/src/
Dpcmutils_lib.cpp458 UCHAR h2pSortIdx[PCM_DMX_MAX_CHANNELS]; in getChannelMode() local
473 FDKmemset(h2pSortIdx, 255, PCM_DMX_MAX_CHANNELS*sizeof(UCHAR)); in getChannelMode()
582 if (h2pSortIdx[pos-1] > sortIdx) { in getChannelMode()
584 h2pSortIdx[pos] = h2pSortIdx[pos-1]; in getChannelMode()
591 h2pSortIdx[pos] = sortIdx; in getChannelMode()
630 if ( (h2pSortIdx[ch] >= prvSortIdx) in getChannelMode()
631 && (h2pSortIdx[ch] < nxtSortIdx) ) { in getChannelMode()