Searched refs:bitsLeft (Results 1 – 5 of 5) sorted by relevance
102 deUint64 bitsLeft = m_value; in toStream() local105 if (curDesc->bit & bitsLeft) in toStream()107 if (bitsLeft != m_value) in toStream()110 bitsLeft ^= curDesc->bit; in toStream()114 if (bitsLeft != 0) in toStream()116 if (bitsLeft != m_value) in toStream()118 stream << Hex<BitfieldSize/4>(bitsLeft); in toStream()
400 int32 bitsLeft; // # of unused bits in it member in dng_lossless_decoder515 , bitsLeft (0) in dng_lossless_decoder()1274 bitsLeft = 0; in HuffDecoderInit()1334 fStream->SetReadPosition (fStream->Position () - bitsLeft / 8); in ProcessRestart()1336 bitsLeft = 0; in ProcessRestart()1478 while (bitsLeft < kMinGetBits) in FillBitBuffer()1491 bitsLeft += 32; in FillBitBuffer()1501 while (bitsLeft < kMinGetBits) in FillBitBuffer()1525 if (bitsLeft >= nbits) in FillBitBuffer()1541 bitsLeft += 8; in FillBitBuffer()[all …]
380 UINT_32 bitsLeft = 0; in solveAddr() local401 bitsLeft++; in solveAddr()405 if (bitsLeft > 0) in solveAddr()415 bitsLeft = 0; in solveAddr()456 bitsLeft++; in solveAddr()459 } while (bitsLeft > 0); in solveAddr()
227 int bitsLeft = cx - ((cx - maskLeft) & 7); in blitMask() local230 int leftEdge = cx - bitsLeft; in blitMask()232 int rightEdge = clip.fRight - bitsLeft; in blitMask()250 bits_to_runs(this, bitsLeft, cy, bits, leftMask, rowBytes, rightMask); in blitMask()
1066 int32_t bitsLeft ; in alac_encode() local1069 bitsLeft = BitBufferGetPosition (&bitstream) - 3 ; // - 3 for ID_END tag in alac_encode()1070 bytesLeft = bitstream.byteSize - ((bitsLeft + 7) / 8) ; in alac_encode()