Searched refs:GRAT (Results 1 – 5 of 5) sorted by relevance
184 pGRRD->GRAT[0] = SBRAT[0]; in DecodeHuffman()185 pGRRD->GRAT[1] = SBRAT[1]; in DecodeHuffman()186 pGRRD->GRAT[2] = SBRAT[2]; in DecodeHuffman()187 pGRRD->GRAT[3] = SBRAT[3]; in DecodeHuffman()364 pGRRD->GRAT[0] = SBRAT[0]; in DecodeArith()365 pGRRD->GRAT[1] = SBRAT[1]; in DecodeArith()366 pGRRD->GRAT[2] = SBRAT[2]; in DecodeArith()367 pGRRD->GRAT[3] = SBRAT[3]; in DecodeArith()
209 pGRRD->GRAT[0] = SDRAT[0]; in DecodeArith()210 pGRRD->GRAT[1] = SDRAT[1]; in DecodeArith()211 pGRRD->GRAT[2] = SDRAT[2]; in DecodeArith()212 pGRRD->GRAT[3] = SDRAT[3]; in DecodeArith()428 pGRRD->GRAT[0] = SDRAT[0]; in DecodeHuffman()429 pGRRD->GRAT[1] = SDRAT[1]; in DecodeHuffman()430 pGRRD->GRAT[2] = SDRAT[2]; in DecodeHuffman()431 pGRRD->GRAT[3] = SDRAT[3]; in DecodeHuffman()
27 if ((GRAT[0] == -1) && (GRAT[1] == -1) && (GRAT[2] == -1) && in Decode()28 (GRAT[3] == -1) && (GRREFERENCEDX == 0) && in Decode()116 CONTEXT |= GRREFERENCE->GetPixel(w - GRREFERENCEDX + GRAT[2], in DecodeTemplate0UnoptCalculateContext()117 h - GRREFERENCEDY + GRAT[3]) in DecodeTemplate0UnoptCalculateContext()121 CONTEXT |= GRREG.GetPixel(w + GRAT[0], h + GRAT[1]) << 12; in DecodeTemplate0UnoptCalculateContext()
34 int8_t GRAT[4]; variable
1054 if (m_pStream->read1Byte((uint8_t*)&pGRRD->GRAT[i]) != 0) in ParseGenericRefinementRegion()