Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/jbig2/
DJBig2_GeneralDecoder.cpp3077 pGID->GSBPP = (FX_BYTE)HBPP; in decode_Arith()
3128 pGID->GSBPP = (FX_BYTE)HBPP; in decode_MMR()
3244 GSPLANES = (CJBig2_Image **)m_pModule->JBig2_Malloc2(sizeof(CJBig2_Image*), GSBPP); in decode_Arith()
3253 JBIG2_memset(GSPLANES, 0, sizeof(CJBig2_Image*)*GSBPP); in decode_Arith()
3277 … FXCODEC_STATUS status = pGRD->Start_decode_Arith(&GSPLANES[GSBPP - 1], pArithDecoder, gbContext); in decode_Arith()
3281 if(GSPLANES[GSBPP - 1] == NULL) { in decode_Arith()
3284 J = GSBPP - 2; in decode_Arith()
3291 for(K = GSBPP - 1; K > J; K--) { in decode_Arith()
3301 for(J = 0; J < GSBPP; J++) { in decode_Arith()
3306 for(J = 0; J < GSBPP; J++) { in decode_Arith()
[all …]
DJBig2_GeneralDecoder.h272 FX_BYTE GSBPP; variable