Searched refs:checkLengthBits (Results 1 – 1 of 1) sorted by relevance
386 INT checkLengthBits, avgBitsPerFrame; in additionalHoldOffNeeded() local420 checkLengthBits = bufferFullness + (maxAU-1)*avgBitsPerFrame; in additionalHoldOffNeeded()423 if ( (checkLengthBits /*+headerBits*/) > ((TRANSPORTDEC_INBUF_SIZE<<3)-7) ) { in additionalHoldOffNeeded()427 if ( bitsAvail < checkLengthBits ) { in additionalHoldOffNeeded()538 INT checkLengthBits; /* Helper to check remaining bits and buffer boundaries */ in synchronization() local678 checkLengthBits = syncLayerFrameBits; in synchronization()682 if ( (checkLengthBits+headerBits) > ((TRANSPORTDEC_INBUF_SIZE<<3)-7) ) { in synchronization()688 if ( bitsAvail < checkLengthBits ) { in synchronization()