Searched defs:mqc (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | mqcenc.c | 31 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()
|
D | mqcdec.c | 30 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()
|
D | mqc.c | 111 void ff_mqc_init_contexts(MqcState *mqc) in ff_mqc_init_contexts()
|
D | jpeg2000.h | 124 MqcState mqc; member
|