Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/jbig2/
DJBig2_TrdProc.cpp69 int32_t INITIAL_DT; in DecodeHuffman() local
70 if (pHuffmanDecoder->DecodeAValue(SBHUFFDT.Get(), &INITIAL_DT) != 0) in DecodeHuffman()
73 FX_SAFE_INT32 DT = INITIAL_DT; in DecodeHuffman()
282 int32_t INITIAL_DT; in DecodeArith() local
283 if (!pIADT->Decode(pArithDecoder, &INITIAL_DT)) in DecodeArith()
286 FX_SAFE_INT32 DT = INITIAL_DT; in DecodeArith()