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.cpp68 int32_t INITIAL_DT; in DecodeHuffman() local
69 if (pHuffmanDecoder->DecodeAValue(SBHUFFDT, &INITIAL_DT) != 0) in DecodeHuffman()
72 FX_SAFE_INT32 DT = INITIAL_DT; in DecodeHuffman()
280 int32_t INITIAL_DT; in DecodeArith() local
281 if (!pIADT->Decode(pArithDecoder, &INITIAL_DT)) in DecodeArith()
284 FX_SAFE_INT32 DT = INITIAL_DT; in DecodeArith()