Home
last modified time | relevance | path

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

/external/aac/libMpegTPDec/src/
Dtpdec_lib.cpp817 INT checkLengthBits, avgBitsPerFrame; in additionalHoldOffNeeded() local
851 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() local
1185 checkLengthBits = syncLayerFrameBits; in synchronization()
1189 if ((checkLengthBits + headerBits) > (((8192 * 4) << 3) - 7)) { in synchronization()
1195 if (bitsAvail < checkLengthBits) { in synchronization()