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.c 41 /** @defgroup MQC MQC - Implementation of an MQ-Coder */
50 @param mqc MQC handle
52 static void opj_mqc_byteout(opj_mqc_t *mqc);
54 Renormalize mqc->a and mqc->c while encoding, so that mqc->a stays between 0x8000 and 0x10000
55 @param mqc MQC handl
363 opj_mqc_t *mqc = (opj_mqc_t*)opj_malloc(sizeof(opj_mqc_t)); local
    [all...]
mqc.h 42 @file mqc.h
43 @brief Implementation of an MQ-Coder (MQC)
45 The functions in MQC.C have for goal to realize the MQ-coder operations. The functions
46 in MQC.C are used by some function in T1.C.
49 /** @defgroup MQC MQC - Implementation of an MQ-Coder */
89 Create a new MQC handle
90 @return Returns a new MQC handle if successful, returns NULL otherwise
94 Destroy a previously created MQC handle
95 @param mqc MQC handle to destro
    [all...]
t1.c 380 opj_mqc_t *mqc = t1->mqc; /* MQC component */ local
385 opj_mqc_setcurctx(mqc, opj_t1_getctxno_zc(flag, orient)); /* ESSAI */
387 opj_mqc_bypass_enc(mqc, (OPJ_UINT32)v);
389 opj_mqc_encode(mqc, (OPJ_UINT32)v);
394 opj_mqc_setcurctx(mqc, opj_t1_getctxno_sc(flag)); /* ESSAI */
396 opj_mqc_bypass_enc(mqc, (OPJ_UINT32)v);
398 opj_mqc_encode(mqc, (OPJ_UINT32)(v ^ opj_t1_getspb((OPJ_UINT32)flag)));
439 opj_mqc_t *mqc = t1->mqc; /* MQC component * local
464 opj_mqc_t *mqc = t1->mqc; \/* MQC component *\/ local
623 opj_mqc_t *mqc = t1->mqc; \/* MQC component *\/ local
669 opj_mqc_t *mqc = t1->mqc; \/* MQC component *\/ local
691 opj_mqc_t *mqc = t1->mqc; \/* MQC component *\/ local
844 opj_mqc_t *mqc = t1->mqc; \/* MQC component *\/ local
874 opj_mqc_t *mqc = t1->mqc; \/* MQC component *\/ local
895 opj_mqc_t *mqc = t1->mqc; \/* MQC component *\/ local
921 opj_mqc_t *mqc = t1->mqc; \/* MQC component *\/ local
951 opj_mqc_t *mqc = t1->mqc; \/* MQC component *\/ local
1016 opj_mqc_t *mqc = t1->mqc; \/* MQC component *\/ local
1368 opj_mqc_t *mqc = t1->mqc; \/* MQC component *\/ local
1574 opj_mqc_t *mqc = t1->mqc; \/* MQC component *\/ local
    [all...]
t1.h 101 /** MQC component */
102 opj_mqc_t *mqc; member in struct:opj_t1
  /external/pdfium/third_party/
pdfiumopenjpeg.mk 28 libopenjpeg20/mqc.c \

Completed in 898 milliseconds