Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/jbig2/
DJBig2_SddProc.cpp157 auto SBHUFFRSIZE = pdfium::MakeUnique<CJBig2_HuffmanTable>( in decode_Arith() local
166 pDecoder->SBHUFFRSIZE = SBHUFFRSIZE.get(); in decode_Arith()
377 auto SBHUFFRSIZE = pdfium::MakeUnique<CJBig2_HuffmanTable>( in decode_Huffman() local
386 pDecoder->SBHUFFRSIZE = SBHUFFRSIZE.get(); in decode_Huffman()
418 auto SBHUFFRSIZE = pdfium::MakeUnique<CJBig2_HuffmanTable>( in decode_Huffman() local
422 (pHuffmanDecoder->decodeAValue(SBHUFFRSIZE.get(), &nVal) != 0)) { in decode_Huffman()
DJBig2_TrdProc.h82 CJBig2_HuffmanTable* SBHUFFRSIZE; variable
DJBig2_TrdProc.cpp124 (pHuffmanDecoder->decodeAValue(SBHUFFRSIZE, &HUFFRSIZE) != 0)) { in decode_Huffman()
DJBig2_Context.cpp881 pTRD->SBHUFFRSIZE = Table_B1.get(); in parseTextRegion()
887 pTRD->SBHUFFRSIZE = pSeg->m_HuffmanTable.get(); in parseTextRegion()