Searched refs:GRAT (Results 1 – 5 of 5) sorted by relevance
182 pGRRD->GRAT[0] = SBRAT[0]; in DecodeHuffman()183 pGRRD->GRAT[1] = SBRAT[1]; in DecodeHuffman()184 pGRRD->GRAT[2] = SBRAT[2]; in DecodeHuffman()185 pGRRD->GRAT[3] = SBRAT[3]; in DecodeHuffman()362 pGRRD->GRAT[0] = SBRAT[0]; in DecodeArith()363 pGRRD->GRAT[1] = SBRAT[1]; in DecodeArith()364 pGRRD->GRAT[2] = SBRAT[2]; in DecodeArith()365 pGRRD->GRAT[3] = SBRAT[3]; in DecodeArith()
189 pGRRD->GRAT[0] = SDRAT[0]; in DecodeArith()190 pGRRD->GRAT[1] = SDRAT[1]; in DecodeArith()191 pGRRD->GRAT[2] = SDRAT[2]; in DecodeArith()192 pGRRD->GRAT[3] = SDRAT[3]; in DecodeArith()396 pGRRD->GRAT[0] = SDRAT[0]; in DecodeHuffman()397 pGRRD->GRAT[1] = SDRAT[1]; in DecodeHuffman()398 pGRRD->GRAT[2] = SDRAT[2]; in DecodeHuffman()399 pGRRD->GRAT[3] = SDRAT[3]; in DecodeHuffman()
26 if ((GRAT[0] == -1) && (GRAT[1] == -1) && (GRAT[2] == -1) && in Decode()27 (GRAT[3] == -1) && (GRREFERENCEDX == 0) && in Decode()115 CONTEXT |= GRREFERENCE->GetPixel(w - GRREFERENCEDX + GRAT[2], in DecodeTemplate0UnoptCalculateContext()116 h - GRREFERENCEDY + GRAT[3]) in DecodeTemplate0UnoptCalculateContext()120 CONTEXT |= GRREG.GetPixel(w + GRAT[0], h + GRAT[1]) << 12; in DecodeTemplate0UnoptCalculateContext()
35 int8_t GRAT[4]; variable
1050 if (m_pStream->read1Byte((uint8_t*)&pGRRD->GRAT[i]) != 0) in ParseGenericRefinementRegion()