Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/jbig2/
DJBig2_GrrdProc.cpp61 lines[2] = GRREFERENCE->GetPixel(-GRREFERENCEDX + 1, h - GRREFERENCEDY - 1); in DecodeTemplate0Unopt()
62 lines[2] |= GRREFERENCE->GetPixel(-GRREFERENCEDX, h - GRREFERENCEDY - 1) in DecodeTemplate0Unopt()
64 lines[3] = GRREFERENCE->GetPixel(-GRREFERENCEDX + 1, h - GRREFERENCEDY); in DecodeTemplate0Unopt()
65 lines[3] |= GRREFERENCE->GetPixel(-GRREFERENCEDX, h - GRREFERENCEDY) << 1; in DecodeTemplate0Unopt()
66 lines[3] |= GRREFERENCE->GetPixel(-GRREFERENCEDX - 1, h - GRREFERENCEDY) in DecodeTemplate0Unopt()
68 lines[4] = GRREFERENCE->GetPixel(-GRREFERENCEDX + 1, h - GRREFERENCEDY + 1); in DecodeTemplate0Unopt()
69 lines[4] |= GRREFERENCE->GetPixel(-GRREFERENCEDX, h - GRREFERENCEDY + 1) in DecodeTemplate0Unopt()
71 lines[4] |= GRREFERENCE->GetPixel(-GRREFERENCEDX - 1, h - GRREFERENCEDY + 1) in DecodeTemplate0Unopt()
117 h - GRREFERENCEDY + GRAT[3]) in DecodeTemplate0UnoptCalculateContext()
134 h - GRREFERENCEDY - 1)) & in DecodeTemplate0UnoptSetPixel()
[all …]
DJBig2_TrdProc.cpp171 Optional<int32_t> GRREFERENCEDY = in DecodeHuffman() local
173 if (!GRREFERENCEDX || !GRREFERENCEDY) in DecodeHuffman()
182 pGRRD->GRREFERENCEDY = GRREFERENCEDY.value(); in DecodeHuffman()
351 Optional<int32_t> GRREFERENCEDY = in DecodeArith() local
353 if (!GRREFERENCEDX || !GRREFERENCEDY) in DecodeArith()
362 pGRRD->GRREFERENCEDY = GRREFERENCEDY.value(); in DecodeArith()
DJBig2_GrrdProc.h32 int32_t GRREFERENCEDY; variable
DJBig2_SddProc.cpp207 pGRRD->GRREFERENCEDY = RDYI; in DecodeArith()
426 pGRRD->GRREFERENCEDY = RDYI; in DecodeHuffman()
DJBig2_Context.cpp1079 pGRRD->GRREFERENCEDY = 0; in ParseGenericRefinementRegion()