Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/jbig2/
DJBig2_GrrdProc.cpp56 lines[2] = GRREFERENCE->getPixel(-GRREFERENCEDX + 1, h - GRREFERENCEDY - 1); in decode_Template0_unopt()
57 lines[2] |= GRREFERENCE->getPixel(-GRREFERENCEDX, h - GRREFERENCEDY - 1) in decode_Template0_unopt()
59 lines[3] = GRREFERENCE->getPixel(-GRREFERENCEDX + 1, h - GRREFERENCEDY); in decode_Template0_unopt()
60 lines[3] |= GRREFERENCE->getPixel(-GRREFERENCEDX, h - GRREFERENCEDY) << 1; in decode_Template0_unopt()
61 lines[3] |= GRREFERENCE->getPixel(-GRREFERENCEDX - 1, h - GRREFERENCEDY) in decode_Template0_unopt()
63 lines[4] = GRREFERENCE->getPixel(-GRREFERENCEDX + 1, h - GRREFERENCEDY + 1); in decode_Template0_unopt()
64 lines[4] |= GRREFERENCE->getPixel(-GRREFERENCEDX, h - GRREFERENCEDY + 1) in decode_Template0_unopt()
66 lines[4] |= GRREFERENCE->getPixel(-GRREFERENCEDX - 1, h - GRREFERENCEDY + 1) in decode_Template0_unopt()
112 h - GRREFERENCEDY + GRAT[3]) in decode_Template0_unopt_CalculateContext()
129 h - GRREFERENCEDY - 1)) & in decode_Template0_unopt_SetPixel()
[all …]
DJBig2_GrrdProc.h28 int32_t GRREFERENCEDY; variable
DJBig2_TrdProc.cpp146 pGRRD->GRREFERENCEDY = (RDHI >> 2) + RDYI; in decode_Huffman()
348 pGRRD->GRREFERENCEDY = (RDHI >> 1) + RDYI; in decode_Arith()
DJBig2_SddProc.cpp208 pGRRD->GRREFERENCEDY = RDYI; in decode_Arith()
437 pGRRD->GRREFERENCEDY = RDYI; in decode_Huffman()
DJBig2_Context.cpp1182 pGRRD->GRREFERENCEDY = 0; in parseGenericRefinementRegion()