Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/jbig2/
DJBig2_GeneralDecoder.h274 GSH; variable
DJBig2_GeneralDecoder.cpp3076 pGID->GSH = HGH; in decode_Arith()
3127 pGID->GSH = HGH; in decode_MMR()
3248 GSVALS = (FX_DWORD*)m_pModule->JBig2_Malloc3(sizeof(FX_DWORD), GSW, GSH); in decode_Arith()
3254 JBIG2_memset(GSVALS, 0, sizeof(FX_DWORD)*GSW * GSH); in decode_Arith()
3258 pGRD->GBH = GSH; in decode_Arith()
3299 for(y = 0; y < GSH; y++) { in decode_Arith()
3329 GSVALS = (FX_DWORD*)m_pModule->JBig2_Malloc3(sizeof(FX_DWORD), GSW, GSH); in decode_MMR()
3337 JBIG2_memset(GSVALS, 0, sizeof(FX_DWORD)*GSW * GSH); in decode_MMR()
3341 pGRD->GBH = GSH; in decode_MMR()
3368 for(y = 0; y < GSH; y++) { in decode_MMR()