FFmpeg
|
#include <jpeg2000.h>
Data Fields | |
int | nreslevels |
int | nreslevels2decode |
uint8_t | log2_cblk_width |
uint8_t | log2_cblk_height |
uint8_t | transform |
uint8_t | csty |
uint8_t | nlayers |
uint8_t | mct |
uint8_t | cblk_style |
uint8_t | prog_order |
uint8_t | log2_prec_widths [JPEG2000_MAX_RESLEVELS] |
uint8_t | log2_prec_heights [JPEG2000_MAX_RESLEVELS] |
uint8_t | init |
Definition at line 145 of file jpeg2000.h.
int Jpeg2000CodingStyle::nreslevels |
Definition at line 146 of file jpeg2000.h.
Referenced by encode_packets(), encode_tile(), ff_jpeg2000_cleanup(), ff_jpeg2000_init_component(), ff_jpeg2000_reinit(), init_band(), init_quantization(), j2kenc_init(), jpeg2000_decode_packets_po_iteration(), makelayers(), put_cod(), put_qcd(), and truncpasses().
int Jpeg2000CodingStyle::nreslevels2decode |
Definition at line 147 of file jpeg2000.h.
Referenced by ff_jpeg2000_init_component(), init_band_stepsize(), j2kenc_init(), and tile_codeblocks().
uint8_t Jpeg2000CodingStyle::log2_cblk_width |
Definition at line 148 of file jpeg2000.h.
Referenced by encode_tile(), init_band(), j2kenc_init(), put_cod(), and tile_codeblocks().
uint8_t Jpeg2000CodingStyle::log2_cblk_height |
Definition at line 149 of file jpeg2000.h.
Referenced by init_band(), j2kenc_init(), and put_cod().
uint8_t Jpeg2000CodingStyle::transform |
Definition at line 150 of file jpeg2000.h.
Referenced by encode_tile(), ff_jpeg2000_init_component(), init_band_stepsize(), init_quantization(), init_tile(), j2kenc_init(), mct_decode(), put_cod(), tile_codeblocks(), and truncpasses().
uint8_t Jpeg2000CodingStyle::csty |
Definition at line 151 of file jpeg2000.h.
Referenced by jpeg2000_decode_packet(), and select_stream().
uint8_t Jpeg2000CodingStyle::nlayers |
Definition at line 152 of file jpeg2000.h.
Referenced by init_prec(), j2kenc_init(), and jpeg2000_decode_packets().
uint8_t Jpeg2000CodingStyle::mct |
Definition at line 153 of file jpeg2000.h.
Referenced by jpeg2000_decode_tile().
uint8_t Jpeg2000CodingStyle::cblk_style |
Definition at line 154 of file jpeg2000.h.
Referenced by decode_cblk(), init_tile(), jpeg2000_decode_packet(), and tile_codeblocks().
uint8_t Jpeg2000CodingStyle::prog_order |
Definition at line 155 of file jpeg2000.h.
Referenced by jpeg2000_decode_packets().
uint8_t Jpeg2000CodingStyle::log2_prec_widths[JPEG2000_MAX_RESLEVELS] |
Definition at line 156 of file jpeg2000.h.
Referenced by ff_jpeg2000_init_component(), and j2kenc_init().
uint8_t Jpeg2000CodingStyle::log2_prec_heights[JPEG2000_MAX_RESLEVELS] |
Definition at line 157 of file jpeg2000.h.
Referenced by ff_jpeg2000_init_component(), and j2kenc_init().
uint8_t Jpeg2000CodingStyle::init |
Definition at line 158 of file jpeg2000.h.
Referenced by init_tile().