Home
last modified time | relevance | path

Searched refs:mpsDataBits (Results 1 – 1 of 1) sorted by relevance

/external/aac/libSACdec/src/
Dsac_dec_lib.cpp202 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()
[all …]