Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/jbig2/
DJBig2_GeneralDecoder.cpp2005 pGRRD->GRAT[0] = SBRAT[0]; in decode_Huffman()
2006 pGRRD->GRAT[1] = SBRAT[1]; in decode_Huffman()
2007 pGRRD->GRAT[2] = SBRAT[2]; in decode_Huffman()
2008 pGRRD->GRAT[3] = SBRAT[3]; in decode_Huffman()
2237 pGRRD->GRAT[0] = SBRAT[0]; in decode_Arith()
2238 pGRRD->GRAT[1] = SBRAT[1]; in decode_Arith()
2239 pGRRD->GRAT[2] = SBRAT[2]; in decode_Arith()
2240 pGRRD->GRAT[3] = SBRAT[3]; in decode_Arith()
2497 pDecoder->SBRAT[0] = SDRAT[0]; in decode_Arith()
2498 pDecoder->SBRAT[1] = SDRAT[1]; in decode_Arith()
[all …]
DJBig2_GeneralDecoder.h197 signed char SBRAT[4]; variable
DJBig2_Context.cpp979 if(m_pStream->read1Byte((FX_BYTE*)&pTRD->SBRAT[i]) != 0) { in parseTextRegion()