Lines Matching refs:offsetTable
523 UCHAR offsetTable[(8)], /* out */ in getChannelMode()
537 FDK_ASSERT(offsetTable != NULL); in getChannelMode()
546 FDKmemset(offsetTable, 255, (8) * sizeof(UCHAR)); in getChannelMode()
590 if (offsetTable[mapCh] == 255) { in getChannelMode()
599 offsetTable[mapPos] = (UCHAR)ch; in getChannelMode()
619 if (offsetTable[mapCh] == 255) { in getChannelMode()
632 offsetTable[mapPos] = (UCHAR)ch; in getChannelMode()
643 if (offsetTable[ch] == 255) { in getChannelMode()
657 offsetTable[ch] = (UCHAR)mapPos; in getChannelMode()
699 UCHAR offsetTable[(8)] /* out */ in getChannelDescription()
707 FDK_ASSERT(offsetTable != NULL); in getChannelDescription()
712 FDKmemset(offsetTable, 255, (8) * sizeof(UCHAR)); in getChannelDescription()
763 offsetTable[CENTER_FRONT_CHANNEL] = (UCHAR)mappedIdx; in getChannelDescription()
820 if ((chIdx == maxChannels) || (offsetTable[chMapPos] < 255)) { in getChannelDescription()
822 if (offsetTable[LEFT_MULTIPRPS_CHANNEL] == in getChannelDescription()
829 offsetTable[chMapPos] = (UCHAR)mappedIdx; in getChannelDescription()