Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/jbig2/
DJBig2_GrrdProc.cpp146 int32_t iGRH = static_cast<int32_t>(GRH); in decode_Template0_opt() local
147 auto GRREG = pdfium::MakeUnique<CJBig2_Image>(iGRW, iGRH); in decode_Template0_opt()
161 for (int32_t h = 0; h < iGRH; h++) { in decode_Template0_opt()
399 int32_t iGRH = static_cast<int32_t>(GRH); in decode_Template1_opt() local
400 auto GRREG = pdfium::MakeUnique<CJBig2_Image>(iGRW, iGRH); in decode_Template1_opt()
415 for (int32_t h = 0; h < iGRH; h++) { in decode_Template1_opt()