• Home
  • Raw
  • Download

Lines Matching refs:mpsDataBits

202   INT mpsDataBits;                     /* Amount of bits in mpsData */  member
804 CMpegSurroundDecoder *pMpegSurroundDecoder, int mpsDataBits) { in mpegSurroundOperationMode() argument
808 if ((mpsDataBits > 0) && in mpegSurroundOperationMode()
1295 int mpsDataBits = *pMpsDataBits; in mpegSurroundDecoder_Parse() local
1322 mpsDataBits -= 4; in mpegSurroundDecoder_Parse()
1333 if (mpsDataBits > MPS_DATA_BUFFER_SIZE * 8) { in mpegSurroundDecoder_Parse()
1337 for (int i = 0; i < mpsDataBits / 8; i++) { in mpegSurroundDecoder_Parse()
1340 pMpegSurroundDecoder->mpsDataBits = mpsDataBits; in mpegSurroundDecoder_Parse()
1347 if ((pMpegSurroundDecoder->mpsDataBits + mpsDataBits) > in mpegSurroundDecoder_Parse()
1352 for (int i = 0; i < mpsDataBits / 8; i++) { in mpegSurroundDecoder_Parse()
1354 ->mpsData[(pMpegSurroundDecoder->mpsDataBits / 8) + i] = in mpegSurroundDecoder_Parse()
1357 pMpegSurroundDecoder->mpsDataBits += mpsDataBits; in mpegSurroundDecoder_Parse()
1360 pMpegSurroundDecoder->mpsDataBits, BS_READER); in mpegSurroundDecoder_Parse()
1365 pMpegSurroundDecoder->mpsDataBits = mpsDataBits; in mpegSurroundDecoder_Parse()
1408 pMpegSurroundDecoder->mpsDataBits -= parseResult; in mpegSurroundDecoder_Parse()
1472 (nbits > pMpegSurroundDecoder->mpsDataBits) || in mpegSurroundDecoder_Parse()
1473 (pMpegSurroundDecoder->mpsDataBits > nbits + 7 && in mpegSurroundDecoder_Parse()
1479 pMpegSurroundDecoder->mpsDataBits -= nbits; in mpegSurroundDecoder_Parse()
1494 pMpegSurroundDecoder->mpsDataBits = 0; in mpegSurroundDecoder_Parse()