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

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

Completed in 76 milliseconds