Home
last modified time | relevance | path

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

/external/dng_sdk/source/
Ddng_image_writer.cpp3264 struct LZWCompressorNode struct in dng_lzw_compressor
3274 LZWCompressorNode *fTable;
3348 fBuffer.Allocate (kTableSize, sizeof (LZWCompressorNode)); in dng_lzw_compressor()
3350 fTable = (LZWCompressorNode *) fBuffer.Buffer (); in dng_lzw_compressor()
3363 LZWCompressorNode *node = &fTable [0]; in InitTable()
3387 LZWCompressorNode *node = &fTable [w]; in AddTable()
3394 LZWCompressorNode *node2 = &fTable [nextCode]; in AddTable()