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