FFmpeg
|
#include <jpeg2000.h>
Data Fields | |
int | coord [2][2] |
uint16_t | log2_cblk_width |
uint16_t | log2_cblk_height |
int | i_stepsize |
float | f_stepsize |
Jpeg2000Prec * | prec |
Definition at line 207 of file jpeg2000.h.
int Jpeg2000Band::coord[2][2] |
Definition at line 208 of file jpeg2000.h.
Referenced by encode_packet(), encode_tile(), init_band(), init_prec(), jpeg2000_decode_packet(), and tile_codeblocks().
uint16_t Jpeg2000Band::log2_cblk_width |
Definition at line 209 of file jpeg2000.h.
Referenced by encode_tile(), init_band(), and init_prec().
uint16_t Jpeg2000Band::log2_cblk_height |
Definition at line 209 of file jpeg2000.h.
Referenced by encode_tile(), init_band(), and init_prec().
int Jpeg2000Band::i_stepsize |
Definition at line 210 of file jpeg2000.h.
Referenced by dequantization_int(), dequantization_int_97(), encode_tile(), and init_band_stepsize().
float Jpeg2000Band::f_stepsize |
Definition at line 211 of file jpeg2000.h.
Referenced by dequantization_float(), and init_band_stepsize().
Jpeg2000Prec* Jpeg2000Band::prec |
Definition at line 212 of file jpeg2000.h.
Referenced by encode_packet(), encode_tile(), ff_jpeg2000_cleanup(), ff_jpeg2000_init_component(), ff_jpeg2000_reinit(), init_band(), init_prec(), jpeg2000_decode_packet(), makelayer(), makelayers(), and tile_codeblocks().