Home
last modified time | relevance | path

Searched refs:MqcState (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dmqc.h40 typedef struct MqcState { struct
47 } MqcState; typedef
52 void ff_mqc_initenc(MqcState *mqc, uint8_t *bp);
55 void ff_mqc_encode(MqcState *mqc, uint8_t *cxstate, int d);
58 int ff_mqc_flush(MqcState *mqc);
59 int ff_mqc_flush_to(MqcState *mqc, uint8_t *dst, int *dst_len);
70 void ff_mqc_initdec(MqcState *mqc, uint8_t *bp, int raw, int reset);
78 int ff_mqc_decode(MqcState *mqc, uint8_t *cxstate);
91 void ff_mqc_init_contexts(MqcState *mqc);
Dmqcenc.c31 static void byteout(MqcState *mqc) in byteout()
51 static void renorme(MqcState *mqc) in renorme()
61 static void setbits(MqcState *mqc) in setbits()
69 void ff_mqc_initenc(MqcState *mqc, uint8_t *bp) in ff_mqc_initenc()
79 void ff_mqc_encode(MqcState *mqc, uint8_t *cxstate, int d) in ff_mqc_encode()
105 int ff_mqc_flush(MqcState *mqc) in ff_mqc_flush()
117 int ff_mqc_flush_to(MqcState *mqc, uint8_t *dst, int *dst_len) in ff_mqc_flush_to()
119 MqcState mqc2 = *mqc; in ff_mqc_flush_to()
Dmqcdec.c30 static void bytein(MqcState *mqc) in bytein()
45 static int exchange(MqcState *mqc, uint8_t *cxstate, int lps) in exchange()
71 void ff_mqc_initdec(MqcState *mqc, uint8_t *bp, int raw, int reset) in ff_mqc_initdec()
83 static int mqc_decode_bypass(MqcState *mqc) { in mqc_decode_bypass()
93 int ff_mqc_decode(MqcState *mqc, uint8_t *cxstate) in ff_mqc_decode()
Dmqc.c111 void ff_mqc_init_contexts(MqcState *mqc) in ff_mqc_init_contexts()
Djpeg2000.h124 MqcState mqc;