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

  /external/pdfium/third_party/libopenjpeg20/
mqc_inl.h 71 @param mqc MQC handle
74 static INLINE OPJ_UINT32 opj_mqc_raw_decode(opj_mqc_t *mqc)
77 if (mqc->ct == 0) {
80 if (mqc->c == 0xff) {
81 if (*mqc->bp > 0x8f) {
82 mqc->c = 0xff;
83 mqc->ct = 8;
85 mqc->c = *mqc->bp
    [all...]
mqc.c 43 /** @defgroup MQC MQC - Implementation of an MQ-Coder */
52 @param mqc MQC handle
54 static void opj_mqc_byteout(opj_mqc_t *mqc);
56 Renormalize mqc->a and mqc->c while encoding, so that mqc->a stays between 0x8000 and 0x10000
57 @param mqc MQC handl
    [all...]
mqc.h 45 @file mqc.h
46 @brief Implementation of an MQ-Coder (MQC)
48 The functions in MQC.C have for goal to realize the MQ-coder operations. The functions
49 in MQC.C are used by some function in T1.C.
52 /** @defgroup MQC MQC - Implementation of an MQ-Coder */
107 @param mqc MQC handle
110 OPJ_UINT32 opj_mqc_numbytes(opj_mqc_t *mqc);
114 @param mqc MQC handl
    [all...]
t1.c 62 #define opj_t1_setcurctx(curctx, ctxno) curctx = &(mqc)->ctxs[(OPJ_UINT32)(ctxno)]
67 static INLINE OPJ_BYTE opj_t1_getctxno_zc(opj_mqc_t *mqc, OPJ_UINT32 f);
223 static INLINE OPJ_BYTE opj_t1_getctxno_zc(opj_mqc_t *mqc, OPJ_UINT32 f)
225 return mqc->lut_ctxno_zc_orient[(f & T1_SIGMA_NEIGHBOURS)];
344 opj_mqc_t *mqc = &(t1->mqc); /* MQC component */ local
350 OPJ_UINT32 ctxt1 = opj_t1_getctxno_zc(mqc, flags >> (ci * 3U));
355 opj_mqc_setcurctx(mqc, ctxt1);
357 opj_mqc_bypass_enc(mqc, v)
398 opj_mqc_t *mqc = &(t1->mqc); \/* RAW component *\/ local
450 opj_mqc_t *mqc = &(t1->mqc); \/* MQC component *\/ local
729 opj_mqc_t *mqc = &(t1->mqc); \/* MQC component *\/ local
762 opj_mqc_t *mqc = &(t1->mqc); \/* RAW component *\/ local
794 opj_mqc_t *mqc = &(t1->mqc); \/* MQC component *\/ local
1047 opj_mqc_t *mqc = &(t1->mqc); \/* MQC component *\/ local
1153 opj_mqc_t *mqc = &(t1->mqc); \/* MQC component *\/ local
1170 opj_mqc_t *mqc = &(t1->mqc); \/* MQC component *\/ local
1336 opj_mqc_t* mqc = &(t1->mqc); local
1929 opj_mqc_t *mqc = &(t1->mqc); \/* MQC component *\/ local
2261 opj_mqc_t *mqc = &(t1->mqc); \/* MQC component *\/ local
    [all...]
t1.h 186 /** MQC component */
187 opj_mqc_t mqc; member in struct:opj_t1

Completed in 2399 milliseconds