Searched refs:hardToPlace (Results 1 - 1 of 1) sorted by relevance

/external/aac/libPCMutils/src/
H A Dpcmutils_lib.cpp455 UCHAR hardToPlace[PCM_DMX_MAX_CHANNELS]; /* List of channels not matching the internal repr. */ local
470 FDKmemset(hardToPlace, 255, PCM_DMX_MAX_CHANNELS*sizeof(UCHAR));
581 hardToPlace[pos] = hardToPlace[pos-1];
588 hardToPlace[pos] = chIdx[grpIdx][ch];
630 offsetTable[chMapPos++] = hardToPlace[ch];

Completed in 99 milliseconds