Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/jbig2/
DJBig2_HuffmanTable.cpp35 if(RANGELOW) { in ~CJBig2_HuffmanTable()
36 m_pModule->JBig2_Free(RANGELOW); in ~CJBig2_HuffmanTable()
46 RANGELOW = NULL; in init()
58 RANGELOW = (int*)m_pModule->JBig2_Malloc2(sizeof(int), NTEMP); in parseFromStandardTable()
63 RANGELOW[i] = pTable[i].RANGELOW; in parseFromStandardTable()
101 RANGELOW = (int*)m_pModule->JBig2_Realloc(RANGELOW,sizeof(int)*nSize); \
126 RANGELOW = (int*)m_pModule->JBig2_Malloc2(sizeof(int), nSize); in parseFromCodedBuffer()
135 RANGELOW[NTEMP] = CURRANGELOW; in parseFromCodedBuffer()
144 RANGELOW[NTEMP] = HTLOW - 1; in parseFromCodedBuffer()
151 RANGELOW[NTEMP] = HTHIGH; in parseFromCodedBuffer()
DJBig2_HuffmanDecoder.cpp36 *nResult = pTable->RANGELOW[i] - nTmp; in decodeAValue()
39 *nResult = pTable->RANGELOW[i] + nTmp; in decodeAValue()
44 *nResult = pTable->RANGELOW[i] - nTmp; in decodeAValue()
47 *nResult = pTable->RANGELOW[i] + nTmp; in decodeAValue()
DJBig2_HuffmanTable.h38 int *RANGELOW; variable
DJBig2_HuffmanTable_Standard.h12 int RANGELOW; member