Home
last modified time | relevance | path

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

/dports/graphics/jbig2dec/jbig2dec-0.19/
H A Djbig2_symbol_dict.c532 int BMSIZE = 0; in jbig2_decode_symbol_dict() local
545 BMSIZE = jbig2_huffman_get(hs, tparams.SBHUFFRSIZE, &code4); in jbig2_decode_symbol_dict()
599 if (BMSIZE == 0) in jbig2_decode_symbol_dict()
600 BMSIZE = (size_t) SDNEWSYMS->glyphs[NSYMSDECODED]->height * in jbig2_decode_symbol_dict()
602 code = jbig2_huffman_advance(hs, BMSIZE); in jbig2_decode_symbol_dict()
646 size_t BMSIZE; in jbig2_decode_symbol_dict() local
650 BMSIZE = jbig2_huffman_get(hs, params->SDHUFFBMSIZE, &code); in jbig2_decode_symbol_dict()
672 if (BMSIZE == 0) { in jbig2_decode_symbol_dict()
685 BMSIZE = (size_t) image->height * stride; in jbig2_decode_symbol_dict()
698 …if (size < jbig2_huffman_offset(hs) || size < BMSIZE || size - jbig2_huffman_offset(hs) < BMSIZE) { in jbig2_decode_symbol_dict()
[all …]
H A Djbig2_text.c383 size_t BMSIZE = 0; in jbig2_decode_text_region() local
402 BMSIZE = jbig2_huffman_get(hs, params->SBHUFFRSIZE, &code5); in jbig2_decode_text_region()
452 code = jbig2_huffman_advance(hs, BMSIZE); in jbig2_decode_text_region()
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/jbig2dec/
H A Djbig2_symbol_dict.c532 int BMSIZE = 0; in jbig2_decode_symbol_dict() local
545 BMSIZE = jbig2_huffman_get(hs, tparams.SBHUFFRSIZE, &code4); in jbig2_decode_symbol_dict()
599 if (BMSIZE == 0) in jbig2_decode_symbol_dict()
600 BMSIZE = (size_t) SDNEWSYMS->glyphs[NSYMSDECODED]->height * in jbig2_decode_symbol_dict()
602 code = jbig2_huffman_advance(hs, BMSIZE); in jbig2_decode_symbol_dict()
646 size_t BMSIZE; in jbig2_decode_symbol_dict() local
650 BMSIZE = jbig2_huffman_get(hs, params->SDHUFFBMSIZE, &code); in jbig2_decode_symbol_dict()
672 if (BMSIZE == 0) { in jbig2_decode_symbol_dict()
685 BMSIZE = (size_t) image->height * stride; in jbig2_decode_symbol_dict()
698 …if (size < jbig2_huffman_offset(hs) || size < BMSIZE || size - jbig2_huffman_offset(hs) < BMSIZE) { in jbig2_decode_symbol_dict()
[all …]
H A Djbig2_text.c383 size_t BMSIZE = 0; in jbig2_decode_text_region() local
402 BMSIZE = jbig2_huffman_get(hs, params->SBHUFFRSIZE, &code5); in jbig2_decode_text_region()
452 code = jbig2_huffman_advance(hs, BMSIZE); in jbig2_decode_text_region()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/core/fxcodec/jbig2/
H A DJBig2_SddProc.cpp280 uint32_t BMSIZE; in DecodeHuffman() local
448 (int32_t*)&BMSIZE) != 0) { in DecodeHuffman()
453 if (BMSIZE == 0) { in DecodeHuffman()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/core/fxcodec/jbig2/
H A DJBig2_SddProc.cpp282 uint32_t BMSIZE; in DecodeHuffman() local
450 (int32_t*)&BMSIZE) != 0) { in DecodeHuffman()
455 if (BMSIZE == 0) { in DecodeHuffman()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/core/fxcodec/jbig2/
H A DJBig2_SddProc.cpp304 uint32_t BMSIZE; in decode_Huffman() local
517 if (pHuffmanDecoder->decodeAValue(SDHUFFBMSIZE, (int32_t*)&BMSIZE) != 0) { in decode_Huffman()
521 if (BMSIZE == 0) { in decode_Huffman()
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/core/fxcodec/jbig2/
H A DJBig2_SddProc.cpp316 uint32_t BMSIZE; in decode_Huffman() local
530 if (pHuffmanDecoder->decodeAValue(SDHUFFBMSIZE, (int32_t*)&BMSIZE) != 0) { in decode_Huffman()
534 if (BMSIZE == 0) { in decode_Huffman()