HomeSort by relevance Sort by last modified time
    Searched refs:CJBig2_ArithIntDecoder (Results 1 - 5 of 5) sorted by null

  /external/pdfium/core/src/fxcodec/jbig2/
JBig2_ArithIntDecoder.h 15 class CJBig2_ArithIntDecoder {
17 CJBig2_ArithIntDecoder();
18 ~CJBig2_ArithIntDecoder();
JBig2_TrdProc.h 15 class CJBig2_ArithIntDecoder;
22 CJBig2_ArithIntDecoder* IADT;
23 CJBig2_ArithIntDecoder* IAFS;
24 CJBig2_ArithIntDecoder* IADS;
25 CJBig2_ArithIntDecoder* IAIT;
26 CJBig2_ArithIntDecoder* IARI;
27 CJBig2_ArithIntDecoder* IARDW;
28 CJBig2_ArithIntDecoder* IARDH;
29 CJBig2_ArithIntDecoder* IARDX;
30 CJBig2_ArithIntDecoder* IARDY
    [all...]
JBig2_ArithIntDecoder.cpp 47 CJBig2_ArithIntDecoder::CJBig2_ArithIntDecoder() {
51 CJBig2_ArithIntDecoder::~CJBig2_ArithIntDecoder() {
54 bool CJBig2_ArithIntDecoder::decode(CJBig2_ArithDecoder* pArithDecoder,
JBig2_SddProc.cpp 44 std::unique_ptr<CJBig2_ArithIntDecoder> IADH(new CJBig2_ArithIntDecoder);
45 std::unique_ptr<CJBig2_ArithIntDecoder> IADW(new CJBig2_ArithIntDecoder);
46 std::unique_ptr<CJBig2_ArithIntDecoder> IAAI(new CJBig2_ArithIntDecoder);
47 std::unique_ptr<CJBig2_ArithIntDecoder> IARDX(new CJBig2_ArithIntDecoder);
48 std::unique_ptr<CJBig2_ArithIntDecoder> IARDY(new CJBig2_ArithIntDecoder);
    [all...]
JBig2_TrdProc.cpp 231 CJBig2_ArithIntDecoder* IADT, *IAFS, *IADS, *IAIT, *IARI, *IARDW, *IARDH,
247 IADT = new CJBig2_ArithIntDecoder();
248 IAFS = new CJBig2_ArithIntDecoder();
249 IADS = new CJBig2_ArithIntDecoder();
250 IAIT = new CJBig2_ArithIntDecoder();
251 IARI = new CJBig2_ArithIntDecoder();
252 IARDW = new CJBig2_ArithIntDecoder();
253 IARDH = new CJBig2_ArithIntDecoder();
254 IARDX = new CJBig2_ArithIntDecoder();
255 IARDY = new CJBig2_ArithIntDecoder();
    [all...]

Completed in 85 milliseconds