Searched refs:bsPseudoLr (Results 1 – 5 of 5) sorted by relevance
271 UCHAR bsPseudoLr; member
1972 CMpegSurroundDecoder *pMpegSurroundDecoder, int *bsPseudoLr) { in mpegSurroundDecoder_IsPseudoLR() argument1977 *bsPseudoLr = (int)sscDecode->bsPseudoLr; in mpegSurroundDecoder_IsPseudoLR()
391 pSpatialSpecificConfig->bsPseudoLr = (UCHAR)FDKreadBits(bitstream, 1); in SpatialDecParseMps212Config()
476 CMpegSurroundDecoder *pMpegSurroundDecoder, int *bsPseudoLr);
3544 int bsPseudoLr = 0; in CAacDecoder_DecodeFrame() local3546 (CMpegSurroundDecoder *)self->pMpegSurroundDecoder, &bsPseudoLr); in CAacDecoder_DecodeFrame()3549 if ((aacChannels == 2) && bsPseudoLr) { in CAacDecoder_DecodeFrame()