Searched refs:checkLengthBits (Results 1 – 1 of 1) sorted by relevance
461 INT checkLengthBits, avgBitsPerFrame; in additionalHoldOffNeeded() local495 checkLengthBits = bufferFullness + (maxAU-1)*avgBitsPerFrame; in additionalHoldOffNeeded()498 if ( (checkLengthBits /*+headerBits*/) > ((TRANSPORTDEC_INBUF_SIZE<<3)-7) ) { in additionalHoldOffNeeded()502 if ( bitsAvail < checkLengthBits ) { in additionalHoldOffNeeded()711 INT checkLengthBits; /* Helper to check remaining bits and buffer boundaries */ in synchronization() local773 checkLengthBits = syncLayerFrameBits; in synchronization()777 if ( (checkLengthBits+headerBits) > ((TRANSPORTDEC_INBUF_SIZE<<3)-7) ) { in synchronization()783 if ( bitsAvail < checkLengthBits ) { in synchronization()