Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Daacdecoder.h204 …UCHAR channelIndicesPrev[(8)]; /*!< Array holding the channelIndices values of th… member
Daacdecoder.cpp1632 … FDKmemcpy(self->channelIndicesPrev, self->channelIndices, (8)*sizeof(UCHAR)); /* store */ in CAacDecoder_DecodeFrame()
1638 …FDKmemcpy(self->channelIndices, self->channelIndicesPrev, (8)*sizeof(UCHAR)); /* restore */ in CAacDecoder_DecodeFrame()