Lines Matching refs:channelIndices
748 self->streamInfo.pChannelIndices = self->channelIndices;
1282 self->channelIndices,
1388 self->channelIndices,
1419 self->channelIndices,
1620 FDKmemcpy(self->channelIndicesPrev, self->channelIndices, (8)*sizeof(UCHAR)); /* store */
1626 FDKmemcpy(self->channelIndices, self->channelIndicesPrev, (8)*sizeof(UCHAR)); /* restore */
1806 FDK_ASSERT(sizeof(self->channelIndices) == sizeof(idx));
1809 FDKmemcpy(idx, self->channelIndices, sizeof(idx));
1813 self->channelIndices[self->channelOutputMapping[chOutMapIdx][c]] = idx[c];