Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/jbig2/
DJBig2_TrdProc.cpp184 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()
DJBig2_SddProc.cpp167 pDecoder->SBRAT[0] = SDRAT[0]; in DecodeArith()
168 pDecoder->SBRAT[1] = SDRAT[1]; in DecodeArith()
169 pDecoder->SBRAT[2] = SDRAT[2]; in DecodeArith()
170 pDecoder->SBRAT[3] = SDRAT[3]; in DecodeArith()
379 pDecoder->SBRAT[0] = SDRAT[0]; in DecodeHuffman()
380 pDecoder->SBRAT[1] = SDRAT[1]; in DecodeHuffman()
381 pDecoder->SBRAT[2] = SDRAT[2]; in DecodeHuffman()
382 pDecoder->SBRAT[3] = SDRAT[3]; in DecodeHuffman()
DJBig2_TrdProc.h84 int8_t SBRAT[4]; variable
DJBig2_Context.cpp605 if (m_pStream->read1Byte((uint8_t*)&pTRD->SBRAT[i]) != 0) in ParseTextRegion()