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.cpp38 int32_t INITIAL_DT; in decode_Huffman() local
39 if (pHuffmanDecoder->decodeAValue(SBHUFFDT, &INITIAL_DT) != 0) in decode_Huffman()
42 FX_SAFE_INT32 DT = INITIAL_DT; in decode_Huffman()
273 int32_t INITIAL_DT; in decode_Arith() local
274 if (!pIADT->decode(pArithDecoder, &INITIAL_DT)) in decode_Arith()
277 FX_SAFE_INT32 DT = INITIAL_DT; in decode_Arith()