Home
last modified time | relevance | path

Searched refs:SBRAT (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/fxcodec/jbig2/
DJBig2_TrdProc.cpp182 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()
DJBig2_SddProc.cpp147 pDecoder->SBRAT[0] = SDRAT[0]; in DecodeArith()
148 pDecoder->SBRAT[1] = SDRAT[1]; in DecodeArith()
149 pDecoder->SBRAT[2] = SDRAT[2]; in DecodeArith()
150 pDecoder->SBRAT[3] = SDRAT[3]; in DecodeArith()
341 pDecoder->SBRAT[0] = SDRAT[0]; in DecodeHuffman()
342 pDecoder->SBRAT[1] = SDRAT[1]; in DecodeHuffman()
343 pDecoder->SBRAT[2] = SDRAT[2]; in DecodeHuffman()
344 pDecoder->SBRAT[3] = SDRAT[3]; in DecodeHuffman()
DJBig2_TrdProc.h85 int8_t SBRAT[4]; variable
DJBig2_Context.cpp610 if (m_pStream->read1Byte((uint8_t*)&pTRD->SBRAT[i]) != 0) in ParseTextRegion()