Searched refs:GRREFERENCEDY (Results 1 – 5 of 5) sorted by relevance
60 lines[2] = GRREFERENCE->GetPixel(-GRREFERENCEDX + 1, h - GRREFERENCEDY - 1); in DecodeTemplate0Unopt()61 lines[2] |= GRREFERENCE->GetPixel(-GRREFERENCEDX, h - GRREFERENCEDY - 1) in DecodeTemplate0Unopt()63 lines[3] = GRREFERENCE->GetPixel(-GRREFERENCEDX + 1, h - GRREFERENCEDY); in DecodeTemplate0Unopt()64 lines[3] |= GRREFERENCE->GetPixel(-GRREFERENCEDX, h - GRREFERENCEDY) << 1; in DecodeTemplate0Unopt()65 lines[3] |= GRREFERENCE->GetPixel(-GRREFERENCEDX - 1, h - GRREFERENCEDY) in DecodeTemplate0Unopt()67 lines[4] = GRREFERENCE->GetPixel(-GRREFERENCEDX + 1, h - GRREFERENCEDY + 1); in DecodeTemplate0Unopt()68 lines[4] |= GRREFERENCE->GetPixel(-GRREFERENCEDX, h - GRREFERENCEDY + 1) in DecodeTemplate0Unopt()70 lines[4] |= GRREFERENCE->GetPixel(-GRREFERENCEDX - 1, h - GRREFERENCEDY + 1) in DecodeTemplate0Unopt()116 h - GRREFERENCEDY + GRAT[3]) in DecodeTemplate0UnoptCalculateContext()133 h - GRREFERENCEDY - 1)) & in DecodeTemplate0UnoptSetPixel()[all …]
169 absl::optional<int32_t> GRREFERENCEDY = in DecodeHuffman() local171 if (!GRREFERENCEDX.has_value() || !GRREFERENCEDY.has_value()) in DecodeHuffman()180 pGRRD->GRREFERENCEDY = GRREFERENCEDY.value(); in DecodeHuffman()349 absl::optional<int32_t> GRREFERENCEDY = in DecodeArith() local351 if (!GRREFERENCEDX.has_value() || !GRREFERENCEDY.has_value()) in DecodeArith()360 pGRRD->GRREFERENCEDY = GRREFERENCEDY.value(); in DecodeArith()
33 int32_t GRREFERENCEDY; variable
187 pGRRD->GRREFERENCEDY = RDYI; in DecodeArith()394 pGRRD->GRREFERENCEDY = RDYI; in DecodeHuffman()
1075 pGRRD->GRREFERENCEDY = 0; in ParseGenericRefinementRegion()