Searched refs:checkLengthBits (Results 1 – 1 of 1) sorted by relevance
812 INT checkLengthBits, avgBitsPerFrame; in additionalHoldOffNeeded() local846 checkLengthBits = bufferFullness + (maxAU - 1) * avgBitsPerFrame; in additionalHoldOffNeeded()849 if ((checkLengthBits /*+headerBits*/) > (((8192 * 4) << 3) - 7)) { in additionalHoldOffNeeded()853 if (bitsAvail < checkLengthBits) { in additionalHoldOffNeeded()1102 INT checkLengthBits; /* Helper to check remaining bits and buffer boundaries in synchronization() local1167 checkLengthBits = syncLayerFrameBits; in synchronization()1171 if ((checkLengthBits + headerBits) > (((8192 * 4) << 3) - 7)) { in synchronization()1177 if (bitsAvail < checkLengthBits) { in synchronization()