OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:opj_mqc_t
(Results
1 - 5
of
5
) sorted by null
/external/pdfium/third_party/libopenjpeg20/
mqc.h
97
}
opj_mqc_t
;
typedef in typeref:struct:opj_mqc
110
OPJ_UINT32 opj_mqc_numbytes(
opj_mqc_t
*mqc);
116
void opj_mqc_resetstates(
opj_mqc_t
*mqc);
124
void opj_mqc_setstate(
opj_mqc_t
*mqc, OPJ_UINT32 ctxno, OPJ_UINT32 msb,
131
void opj_mqc_init_enc(
opj_mqc_t
*mqc, OPJ_BYTE *bp);
143
void opj_mqc_encode(
opj_mqc_t
*mqc, OPJ_UINT32 d);
148
void opj_mqc_flush(
opj_mqc_t
*mqc);
154
void opj_mqc_bypass_init_enc(
opj_mqc_t
*mqc);
161
OPJ_UINT32 opj_mqc_bypass_get_extra_bytes(
opj_mqc_t
*mqc, OPJ_BOOL erterm);
169
void opj_mqc_bypass_enc(
opj_mqc_t
*mqc, OPJ_UINT32 d)
[
all
...]
mqc.c
54
static void opj_mqc_byteout(
opj_mqc_t
*mqc);
59
static void opj_mqc_renorme(
opj_mqc_t
*mqc);
64
static void opj_mqc_codemps(
opj_mqc_t
*mqc);
69
static void opj_mqc_codelps(
opj_mqc_t
*mqc);
74
static void opj_mqc_setbits(
opj_mqc_t
*mqc);
185
static void opj_mqc_byteout(
opj_mqc_t
*mqc)
219
static void opj_mqc_renorme(
opj_mqc_t
*mqc)
231
static void opj_mqc_codemps(
opj_mqc_t
*mqc)
247
static void opj_mqc_codelps(
opj_mqc_t
*mqc)
259
static void opj_mqc_setbits(
opj_mqc_t
*mqc
[
all
...]
mqc_inl.h
74
static INLINE OPJ_UINT32 opj_mqc_raw_decode(
opj_mqc_t
*mqc)
175
static INLINE void opj_mqc_bytein(
opj_mqc_t
*const mqc)
t1.h
187
opj_mqc_t
mqc;
t1.c
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)
344
opj_mqc_t
*mqc = &(t1->mqc); /* MQC component */
398
opj_mqc_t
*mqc = &(t1->mqc); /* RAW component */
450
opj_mqc_t
*mqc = &(t1->mqc); /* MQC component */
628
opj_mqc_t
* mqc = &(t1->mqc); \
729
opj_mqc_t
*mqc = &(t1->mqc); /* MQC component */
762
opj_mqc_t
*mqc = &(t1->mqc); /* RAW component */
794
opj_mqc_t
*mqc = &(t1->mqc); /* MQC component */
970
opj_mqc_t
* mqc = &(t1->mqc);
[
all
...]
Completed in 51 milliseconds