Searched refs:mpsDataBits (Results 1 – 1 of 1) sorted by relevance
202 INT mpsDataBits; /* Amount of bits in mpsData */ member804 CMpegSurroundDecoder *pMpegSurroundDecoder, int mpsDataBits) { in mpegSurroundOperationMode() argument808 if ((mpsDataBits > 0) && in mpegSurroundOperationMode()1295 int mpsDataBits = *pMpsDataBits; in mpegSurroundDecoder_Parse() local1322 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()[all …]