Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/jbig2/
DJBig2_SddProc.h41 CJBig2_HuffmanTable* SDHUFFBMSIZE; variable
DJBig2_Context.cpp526 pSymbolDictDecoder->SDHUFFBMSIZE = Table_B1.get(); in parseSymbolDict()
532 pSymbolDictDecoder->SDHUFFBMSIZE = pSeg->m_HuffmanTable.get(); in parseSymbolDict()
DJBig2_SddProc.cpp460 if (pHuffmanDecoder->decodeAValue(SDHUFFBMSIZE, (int32_t*)&BMSIZE) != 0) in decode_Huffman()