|
static int | get_bits (Jpeg2000DecoderContext *s, int n) |
|
static void | jpeg2000_flush (Jpeg2000DecoderContext *s) |
|
static int | tag_tree_decode (Jpeg2000DecoderContext *s, Jpeg2000TgtNode *node, int threshold) |
|
static int | get_siz (Jpeg2000DecoderContext *s) |
|
static int | get_cox (Jpeg2000DecoderContext *s, Jpeg2000CodingStyle *c) |
|
static int | get_cod (Jpeg2000DecoderContext *s, Jpeg2000CodingStyle *c, uint8_t *properties) |
|
static int | get_coc (Jpeg2000DecoderContext *s, Jpeg2000CodingStyle *c, uint8_t *properties) |
|
static int | get_qcx (Jpeg2000DecoderContext *s, int n, Jpeg2000QuantStyle *q) |
|
static int | get_qcd (Jpeg2000DecoderContext *s, int n, Jpeg2000QuantStyle *q, uint8_t *properties) |
|
static int | get_qcc (Jpeg2000DecoderContext *s, int n, Jpeg2000QuantStyle *q, uint8_t *properties) |
|
static int | get_sot (Jpeg2000DecoderContext *s, int n) |
|
static uint8_t | get_tlm (Jpeg2000DecoderContext *s, int n) |
|
static int | init_tile (Jpeg2000DecoderContext *s, int tileno) |
|
static int | getnpasses (Jpeg2000DecoderContext *s) |
|
static int | getlblockinc (Jpeg2000DecoderContext *s) |
|
static int | jpeg2000_decode_packet (Jpeg2000DecoderContext *s, Jpeg2000CodingStyle *codsty, Jpeg2000ResLevel *rlevel, int precno, int layno, uint8_t *expn, int numgbits) |
|
static int | jpeg2000_decode_packets (Jpeg2000DecoderContext *s, Jpeg2000Tile *tile) |
|
static void | decode_sigpass (Jpeg2000T1Context *t1, int width, int height, int bpno, int bandno, int bpass_csty_symbol, int vert_causal_ctx_csty_symbol) |
|
static void | decode_refpass (Jpeg2000T1Context *t1, int width, int height, int bpno) |
|
static void | decode_clnpass (Jpeg2000DecoderContext *s, Jpeg2000T1Context *t1, int width, int height, int bpno, int bandno, int seg_symbols, int vert_causal_ctx_csty_symbol) |
|
static int | decode_cblk (Jpeg2000DecoderContext *s, Jpeg2000CodingStyle *codsty, Jpeg2000T1Context *t1, Jpeg2000Cblk *cblk, int width, int height, int bandpos) |
|
static void | dequantization_float (int x, int y, Jpeg2000Cblk *cblk, Jpeg2000Component *comp, Jpeg2000T1Context *t1, Jpeg2000Band *band) |
|
static void | dequantization_int (int x, int y, Jpeg2000Cblk *cblk, Jpeg2000Component *comp, Jpeg2000T1Context *t1, Jpeg2000Band *band) |
|
static void | mct_decode (Jpeg2000DecoderContext *s, Jpeg2000Tile *tile) |
|
static int | jpeg2000_decode_tile (Jpeg2000DecoderContext *s, Jpeg2000Tile *tile, AVFrame *picture) |
|
static void | jpeg2000_dec_cleanup (Jpeg2000DecoderContext *s) |
|
static int | jpeg2000_read_main_headers (Jpeg2000DecoderContext *s) |
|
static int | jpeg2000_read_bitstream_packets (Jpeg2000DecoderContext *s) |
|
static int | jp2_find_codestream (Jpeg2000DecoderContext *s) |
|
static int | jpeg2000_decode_frame (AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt) |
|
static void | jpeg2000_init_static_data (AVCodec *codec) |
|
JPEG 2000 image decoder.
Definition in file jpeg2000dec.c.