Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A 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_to(MqcState *mqc, uint8_t *dst, int *dst_len);
69 void ff_mqc_initdec(MqcState *mqc, uint8_t *bp, int raw, int reset);
77 int ff_mqc_decode(MqcState *mqc, uint8_t *cxstate);
85 void ff_mqc_init_contexts(MqcState *mqc);
H A Dmqcenc.c33 static void byteout(MqcState *mqc) in byteout()
53 static void renorme(MqcState *mqc) in renorme()
63 static void setbits(MqcState *mqc) in setbits()
71 void ff_mqc_initenc(MqcState *mqc, uint8_t *bp) in ff_mqc_initenc()
81 void ff_mqc_encode(MqcState *mqc, uint8_t *cxstate, int d) in ff_mqc_encode()
107 static int mqc_flush(MqcState *mqc) in mqc_flush()
119 int ff_mqc_flush_to(MqcState *mqc, uint8_t *dst, int *dst_len) in ff_mqc_flush_to()
121 MqcState mqc2 = *mqc; in ff_mqc_flush_to()
H A 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()
H A Dmqc.c64 void ff_mqc_init_contexts(MqcState *mqc) in ff_mqc_init_contexts()
H A Djpeg2000.h124 MqcState mqc;

Completed in 3 milliseconds