Home
last modified time | relevance | path

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

/external/dng_sdk/source/
Ddng_image_writer.cpp3280 int32 fBitOffset; member in dng_lzw_compressor
3342 , fBitOffset (0) in dng_lzw_compressor()
3429 int32 bit = (int32) (fBitOffset & 7); in PutCodeWord()
3431 int32 offset1 = fBitOffset >> 3; in PutCodeWord()
3432 int32 offset2 = (fBitOffset + fCodeSize - 1) >> 3; in PutCodeWord()
3477 fBitOffset += fCodeSize; in PutCodeWord()
3491 fBitOffset = 0; in Compress()
3552 dCount = (fBitOffset + 7) >> 3; in Compress()