Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/jbig2/
DJBig2_HtrdProc.cpp59 FX_DWORD pat_index = GI[mg * HGW + ng]; in decode_Arith() local
60 if (pat_index >= HNUMPATS) { in decode_Arith()
61 pat_index = HNUMPATS - 1; in decode_Arith()
63 HTREG->composeFrom(x, y, HPATS[pat_index], HCOMBOP); in decode_Arith()
95 FX_DWORD pat_index = GI[mg * HGW + ng]; in decode_MMR() local
96 if (pat_index >= HNUMPATS) { in decode_MMR()
97 pat_index = HNUMPATS - 1; in decode_MMR()
99 HTREG->composeFrom(x, y, HPATS[pat_index], HCOMBOP); in decode_MMR()