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

/external/dng_sdk/source/
H A Ddng_lossless_jpeg.cpp341 HuffmanTable *dcHuffTblPtrs[4]; member in struct:DecompressInfo
600 HuffmanTable *&htblptr = info.dcHuffTblPtrs [index];
1290 if (info.dcHuffTblPtrs [compptr->dcTblNo] == NULL)
1299 FixHuffTbl (info.dcHuffTblPtrs [compptr->dcTblNo]);
1744 HuffmanTable *dctbl = info.dcHuffTblPtrs [compptr->dcTblNo];
1791 HuffmanTable *dctbl = info.dcHuffTblPtrs [compptr->dcTblNo];
1872 ht [curComp] = info.dcHuffTblPtrs [compptr->dcTblNo];
3404 * Optimal Huffman tables are retured in cPtr->dcHuffTblPtrs[tbl].

Completed in 58 milliseconds