HomeSort by relevance Sort by last modified time
    Searched refs:HGW (Results 1 - 3 of 3) sorted by null

  /external/pdfium/core/fxcodec/jbig2/
JBig2_HtrdProc.cpp 23 HSKIP = pdfium::MakeUnique<CJBig2_Image>(HGW, HGH);
25 for (uint32_t ng = 0; ng < HGW; ++ng) {
43 GRD.GBW = HGW;
90 GRD.GBW = HGW;
117 std::vector<uint32_t> GSVALS(HGW * HGH);
119 for (uint32_t x = 0; x < HGW; ++x) {
121 GSVALS[y * HGW + x] |= GSPLANES[J]->getPixel(x, y) << J;
125 for (uint32_t ng = 0; ng < HGW; ++ng) {
128 uint32_t pat_index = std::min(GSVALS[mg * HGW + ng], HNUMPATS - 1);
JBig2_HtrdProc.h 39 uint32_t HGW;
JBig2_Context.cpp     [all...]

Completed in 1901 milliseconds