Searched refs:bitsAvail (Results 1 - 1 of 1) sorted by relevance

/external/aac/libMpegTPDec/src/
H A Dtpdec_lib.cpp451 * \param bitsAvail the amount of available bits at the end of the first frame to be decoded.
458 INT bitsAvail
502 if ( bitsAvail < checkLengthBits ) {
710 INT bitsAvail = 0; /* Bits available in bitstream buffer */ local
716 bitsAvail = (INT)FDKgetValidBits(hBs);
721 FDK_ASSERT( (bitsAvail % TPDEC_SYNCSKIP) == 0);
723 if ((bitsAvail-syncLength) < TPDEC_SYNCSKIP) {
731 for (; (bitsAvail-syncLength) >= TPDEC_SYNCSKIP; bitsAvail-=TPDEC_SYNCSKIP) {
771 bitsAvail
[all...]

Completed in 46 milliseconds