Home
last modified time | relevance | path

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

/external/dng_sdk/source/
Ddng_lossless_jpeg.cpp341 HuffmanTable *dcHuffTblPtrs[4]; member
600 HuffmanTable *&htblptr = info.dcHuffTblPtrs [index]; in GetDht()
1290 if (info.dcHuffTblPtrs [compptr->dcTblNo] == NULL) in HuffDecoderInit()
1299 FixHuffTbl (info.dcHuffTblPtrs [compptr->dcTblNo]); in HuffDecoderInit()
1744 HuffmanTable *dctbl = info.dcHuffTblPtrs [compptr->dcTblNo]; in DecodeFirstRow()
1791 HuffmanTable *dctbl = info.dcHuffTblPtrs [compptr->dcTblNo]; in DecodeFirstRow()
1872 ht [curComp] = info.dcHuffTblPtrs [compptr->dcTblNo]; in DecodeImage()