Home
last modified time | relevance | path

Searched refs:checkLengthBits (Results 1 – 1 of 1) sorted by relevance

/external/aac/libMpegTPDec/src/
Dtpdec_lib.cpp812 INT checkLengthBits, avgBitsPerFrame; in additionalHoldOffNeeded() local
846 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() local
1167 checkLengthBits = syncLayerFrameBits; in synchronization()
1171 if ((checkLengthBits + headerBits) > (((8192 * 4) << 3) - 7)) { in synchronization()
1177 if (bitsAvail < checkLengthBits) { in synchronization()