Searched defs:mqc (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | mqc.c | 64 void ff_mqc_init_contexts(MqcState *mqc) in ff_mqc_init_contexts() argument
|
H A D | mqcenc.c | 33 static void byteout(MqcState *mqc) in byteout() argument 53 renorme(MqcState *mqc) renorme() argument 63 setbits(MqcState *mqc) setbits() argument 71 ff_mqc_initenc(MqcState *mqc, uint8_t *bp) ff_mqc_initenc() argument 81 ff_mqc_encode(MqcState *mqc, uint8_t *cxstate, int d) ff_mqc_encode() argument 107 mqc_flush(MqcState *mqc) mqc_flush() argument 119 ff_mqc_flush_to(MqcState *mqc, uint8_t *dst, int *dst_len) ff_mqc_flush_to() argument [all...] |
H A D | mqcdec.c | 30 static void bytein(MqcState *mqc) in bytein() argument 45 exchange(MqcState *mqc, uint8_t *cxstate, int lps) exchange() argument 71 ff_mqc_initdec(MqcState *mqc, uint8_t *bp, int raw, int reset) ff_mqc_initdec() argument 83 mqc_decode_bypass(MqcState *mqc) mqc_decode_bypass() argument 93 ff_mqc_decode(MqcState *mqc, uint8_t *cxstate) ff_mqc_decode() argument [all...] |
H A D | jpeg2000.h | 124 MqcState mqc; member
|
Completed in 2 milliseconds