Searched refs:checkLengthBits (Results 1 – 1 of 1) sorted by relevance
817 INT checkLengthBits, avgBitsPerFrame; in additionalHoldOffNeeded() local851 checkLengthBits = bufferFullness + (maxAU - 1) * avgBitsPerFrame; in additionalHoldOffNeeded()854 if ((checkLengthBits /*+headerBits*/) > (((8192 * 4) << 3) - 7)) { in additionalHoldOffNeeded()858 if (bitsAvail < checkLengthBits) { in additionalHoldOffNeeded()1115 INT checkLengthBits; /* Helper to check remaining bits and buffer boundaries in synchronization() local1185 checkLengthBits = syncLayerFrameBits; in synchronization()1189 if ((checkLengthBits + headerBits) > (((8192 * 4) << 3) - 7)) { in synchronization()1195 if (bitsAvail < checkLengthBits) { in synchronization()