Searched refs:mpsDataBits (Results 1 – 1 of 1) sorted by relevance
202 INT mpsDataBits; /* Amount of bits in mpsData */ member819 CMpegSurroundDecoder *pMpegSurroundDecoder, int mpsDataBits) { in mpegSurroundOperationMode() argument823 if ((mpsDataBits > 0) && in mpegSurroundOperationMode()1310 int mpsDataBits = *pMpsDataBits; in mpegSurroundDecoder_Parse() local1337 mpsDataBits -= 4; in mpegSurroundDecoder_Parse()1348 if (mpsDataBits > MPS_DATA_BUFFER_SIZE * 8) { in mpegSurroundDecoder_Parse()1352 for (int i = 0; i < mpsDataBits / 8; i++) { in mpegSurroundDecoder_Parse()1355 pMpegSurroundDecoder->mpsDataBits = mpsDataBits; in mpegSurroundDecoder_Parse()1362 if ((pMpegSurroundDecoder->mpsDataBits + mpsDataBits) > in mpegSurroundDecoder_Parse()1367 for (int i = 0; i < mpsDataBits / 8; i++) { in mpegSurroundDecoder_Parse()[all …]