Searched refs:bsPseudoLr (Results 1 – 5 of 5) sorted by relevance
471 CMpegSurroundDecoder *pMpegSurroundDecoder, int *bsPseudoLr);
271 UCHAR bsPseudoLr; member
1953 CMpegSurroundDecoder *pMpegSurroundDecoder, int *bsPseudoLr) { in mpegSurroundDecoder_IsPseudoLR() argument1958 *bsPseudoLr = (int)sscDecode->bsPseudoLr; in mpegSurroundDecoder_IsPseudoLR()
391 pSpatialSpecificConfig->bsPseudoLr = (UCHAR)FDKreadBits(bitstream, 1); in SpatialDecParseMps212Config()
3380 int bsPseudoLr = 0; in CAacDecoder_DecodeFrame() local3382 (CMpegSurroundDecoder *)self->pMpegSurroundDecoder, &bsPseudoLr); in CAacDecoder_DecodeFrame()3385 if ((aacChannels == 2) && bsPseudoLr) { in CAacDecoder_DecodeFrame()