|
| 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 | pix_fmt_match (enum AVPixelFormat pix_fmt, int components, int bpc, uint32_t log2_chroma_wh, int pal8) |
| |
| static int | get_siz (Jpeg2000DecoderContext *s) |
| |
| static int | get_cox (Jpeg2000DecoderContext *s, Jpeg2000CodingStyle *c) |
| |
| static int | get_cod (Jpeg2000DecoderContext *s, Jpeg2000CodingStyle *c, const uint8_t *properties) |
| |
| static int | get_coc (Jpeg2000DecoderContext *s, Jpeg2000CodingStyle *c, uint8_t *properties) |
| |
| static int | get_rgn (Jpeg2000DecoderContext *s, int n) |
| |
| static int | get_qcx (Jpeg2000DecoderContext *s, int n, Jpeg2000QuantStyle *q) |
| |
| static int | get_qcd (Jpeg2000DecoderContext *s, int n, Jpeg2000QuantStyle *q, const uint8_t *properties) |
| |
| static int | get_qcc (Jpeg2000DecoderContext *s, int n, Jpeg2000QuantStyle *q, uint8_t *properties) |
| |
| static int | get_poc (Jpeg2000DecoderContext *s, int size, Jpeg2000POC *p) |
| |
| static int | get_sot (Jpeg2000DecoderContext *s, int n) |
| |
| static int | read_crg (Jpeg2000DecoderContext *s, int n) |
| |
| static int | get_tlm (Jpeg2000DecoderContext *s, int n) |
| |
| static int | get_plt (Jpeg2000DecoderContext *s, int n) |
| |
| static int | get_ppm (Jpeg2000DecoderContext *s, int n) |
| |
| static int | get_ppt (Jpeg2000DecoderContext *s, int n) |
| |
| static int | init_tile (Jpeg2000DecoderContext *s, int tileno) |
| |
| static int | getnpasses (Jpeg2000DecoderContext *s) |
| |
| static int | getlblockinc (Jpeg2000DecoderContext *s) |
| |
| static void | select_header (Jpeg2000DecoderContext *s, const Jpeg2000Tile *tile, int *tp_index) |
| |
| static void | select_stream (Jpeg2000DecoderContext *s, const Jpeg2000Tile *tile, int *tp_index, const Jpeg2000CodingStyle *codsty) |
| |
| static int | jpeg2000_decode_packet (Jpeg2000DecoderContext *s, Jpeg2000Tile *tile, int *tp_index, const Jpeg2000CodingStyle *codsty, Jpeg2000ResLevel *rlevel, int precno, int layno, const uint8_t *expn, int numgbits) |
| |
| static int | jpeg2000_decode_packets_po_iteration (Jpeg2000DecoderContext *s, Jpeg2000Tile *tile, int RSpoc, int CSpoc, int LYEpoc, int REpoc, int CEpoc, int Ppoc, int *tp_index) |
| |
| static int | jpeg2000_decode_packets (Jpeg2000DecoderContext *s, Jpeg2000Tile *tile) |
| |
| static void | decode_sigpass (Jpeg2000T1Context *t1, int width, int height, int bpno, int bandno, int vert_causal_ctx_csty_symbol) |
| |
| static void | decode_refpass (Jpeg2000T1Context *t1, int width, int height, int bpno, int vert_causal_ctx_csty_symbol) |
| |
| static void | decode_clnpass (const 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 (const Jpeg2000DecoderContext *s, Jpeg2000CodingStyle *codsty, Jpeg2000T1Context *t1, Jpeg2000Cblk *cblk, int width, int height, int bandpos, uint8_t roi_shift) |
| |
| static int | roi_shift_param (Jpeg2000Component *comp, int quan_parameter) |
| |
| 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 | dequantization_int_97 (int x, int y, Jpeg2000Cblk *cblk, Jpeg2000Component *comp, Jpeg2000T1Context *t1, Jpeg2000Band *band) |
| |
| static void | mct_decode (const Jpeg2000DecoderContext *s, Jpeg2000Tile *tile) |
| |
| static void | roi_scale_cblk (Jpeg2000Cblk *cblk, Jpeg2000Component *comp, Jpeg2000T1Context *t1) |
| |
| static int | tile_codeblocks (const Jpeg2000DecoderContext *s, Jpeg2000Tile *tile) |
| |
| static int | jpeg2000_decode_tile (AVCodecContext *avctx, void *td, int jobnr, int threadnr) |
| |
| 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 av_cold int | jpeg2000_decode_init (AVCodecContext *avctx) |
| |
| static int | jpeg2000_decode_frame (AVCodecContext *avctx, AVFrame *picture, int *got_frame, AVPacket *avpkt) |
| |
JPEG 2000 image decoder
Definition in file jpeg2000dec.c.