Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/jbig2/
DJBig2_GeneralDecoder.cpp1981 || (pHuffmanDecoder->decodeAValue(SBHUFFRSIZE, &nVal) != 0)) { in decode_Huffman()
2353 *SBHUFFRSIZE; in decode_Arith() local
2486 JBIG2_ALLOC(SBHUFFRSIZE, CJBig2_HuffmanTable(HuffmanTable_B1, in decode_Arith()
2495 pDecoder->SBHUFFRSIZE = SBHUFFRSIZE; in decode_Arith()
2522 delete SBHUFFRSIZE; in decode_Arith()
2534 delete SBHUFFRSIZE; in decode_Arith()
2694 *SBHUFFRSIZE, *pTable; in decode_Huffman() local
2799 JBIG2_ALLOC(SBHUFFRSIZE, CJBig2_HuffmanTable(HuffmanTable_B1, in decode_Huffman()
2808 pDecoder->SBHUFFRSIZE = SBHUFFRSIZE; in decode_Huffman()
2825 delete SBHUFFRSIZE; in decode_Huffman()
[all …]
DJBig2_GeneralDecoder.h195 *SBHUFFRSIZE; variable
DJBig2_Context.cpp1188 pTRD->SBHUFFRSIZE = Table_B1; in parseTextRegion()
1196 pTRD->SBHUFFRSIZE = pSeg->m_Result.ht; in parseTextRegion()