Searched refs:checkLengthBits (Results 1 – 1 of 1) sorted by relevance
478 INT checkLengthBits, avgBitsPerFrame; in additionalHoldOffNeeded() local512 checkLengthBits = bufferFullness + (maxAU-1)*avgBitsPerFrame; in additionalHoldOffNeeded()515 if ( (checkLengthBits /*+headerBits*/) > ((TRANSPORTDEC_INBUF_SIZE<<3)-7) ) { in additionalHoldOffNeeded()519 if ( bitsAvail < checkLengthBits ) { in additionalHoldOffNeeded()728 INT checkLengthBits; /* Helper to check remaining bits and buffer boundaries */ in synchronization() local790 checkLengthBits = syncLayerFrameBits; in synchronization()794 if ( (checkLengthBits+headerBits) > ((TRANSPORTDEC_INBUF_SIZE<<3)-7) ) { in synchronization()800 if ( bitsAvail < checkLengthBits ) { in synchronization()