Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/jbig2/
DJBig2_HtrdProc.cpp40 while ((FX_DWORD)(1 << HBPP) < HNUMPATS) { in decode_Arith()
60 if (pat_index >= HNUMPATS) { in decode_Arith()
61 pat_index = HNUMPATS - 1; in decode_Arith()
78 while ((FX_DWORD)(1 << HBPP) < HNUMPATS) { in decode_MMR()
96 if (pat_index >= HNUMPATS) { in decode_MMR()
97 pat_index = HNUMPATS - 1; in decode_MMR()
DJBig2_HtrdProc.h32 FX_DWORD HNUMPATS; variable
DJBig2_Context.cpp1049 pHRD->HNUMPATS = pPatternDict->NUMPATS; in parseHalftoneRegion()