Lines Matching refs:mpsDataBits
202 INT mpsDataBits; /* Amount of bits in mpsData */ member
819 CMpegSurroundDecoder *pMpegSurroundDecoder, int mpsDataBits) { in mpegSurroundOperationMode() argument
823 if ((mpsDataBits > 0) && in mpegSurroundOperationMode()
1310 int mpsDataBits = *pMpsDataBits; in mpegSurroundDecoder_Parse() local
1337 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()
1369 ->mpsData[(pMpegSurroundDecoder->mpsDataBits / 8) + i] = in mpegSurroundDecoder_Parse()
1372 pMpegSurroundDecoder->mpsDataBits += mpsDataBits; in mpegSurroundDecoder_Parse()
1375 pMpegSurroundDecoder->mpsDataBits, BS_READER); in mpegSurroundDecoder_Parse()
1380 pMpegSurroundDecoder->mpsDataBits = mpsDataBits; in mpegSurroundDecoder_Parse()
1423 pMpegSurroundDecoder->mpsDataBits -= parseResult; in mpegSurroundDecoder_Parse()
1487 (nbits > pMpegSurroundDecoder->mpsDataBits) || in mpegSurroundDecoder_Parse()
1488 (pMpegSurroundDecoder->mpsDataBits > nbits + 7 && in mpegSurroundDecoder_Parse()
1494 pMpegSurroundDecoder->mpsDataBits -= nbits; in mpegSurroundDecoder_Parse()
1509 pMpegSurroundDecoder->mpsDataBits = 0; in mpegSurroundDecoder_Parse()