Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/jbig2/
DJBig2_GeneralDecoder.cpp1320 if (GRW == 0 || GRH == 0) { in decode()
1322 JBIG2_ALLOC(pImage, CJBig2_Image(GRW, GRH)); in decode()
1348 JBIG2_ALLOC(GRREG, CJBig2_Image(GRW, GRH)); in decode_Template0_unopt()
1350 for(FX_DWORD h = 0; h < GRH; h++) { in decode_Template0_unopt()
1435 FX_INT32 GRW, GRH; in decode_Template0_opt() local
1437 GRH = (FX_INT32)CJBig2_GRRDProc::GRH; in decode_Template0_opt()
1439 JBIG2_ALLOC(GRREG, CJBig2_Image(GRW, GRH)); in decode_Template0_opt()
1442 …finement region decoding procedure: Create Image Failed with width = %d, height = %d\n", GRW, GRH); in decode_Template0_opt()
1455 for (FX_INT32 h = 0; h < GRH; h++) { in decode_Template0_opt()
1563 JBIG2_ALLOC(GRREG, CJBig2_Image(GRW, GRH)); in decode_Template1_unopt()
[all …]
DJBig2_GeneralDecoder.h140 FX_DWORD GRH; variable
DJBig2_Context.cpp1609 pGRRD->GRH = ri.height; in parseGenericRefinementRegion()