Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/jbig2/
DJBig2_ArithIntDecoder.cpp89 CJBig2_ArithIaidDecoder::CJBig2_ArithIaidDecoder(unsigned char SBSYMCODELENA) in CJBig2_ArithIaidDecoder() argument
90 : SBSYMCODELEN(SBSYMCODELENA) { in CJBig2_ArithIaidDecoder()
DJBig2_ArithIntDecoder.h31 explicit CJBig2_ArithIaidDecoder(unsigned char SBSYMCODELENA);
DJBig2_SddProc.cpp47 uint32_t SBSYMCODELENA = 0; in DecodeArith() local
48 while ((uint32_t)(1 << SBSYMCODELENA) < (SDNUMINSYMS + SDNUMNEWSYMS)) { in DecodeArith()
49 SBSYMCODELENA++; in DecodeArith()
51 auto IAID = std::make_unique<CJBig2_ArithIaidDecoder>((uint8_t)SBSYMCODELENA); in DecodeArith()