FFmpeg
|
#include <jpeg2000.h>
Data Fields | |
Jpeg2000ResLevel * | reslevel |
DWTContext | dwt |
float * | f_data |
int * | i_data |
int | coord [2][2] |
int | coord_o [2][2] |
Definition at line 206 of file jpeg2000.h.
Jpeg2000ResLevel* Jpeg2000Component::reslevel |
Definition at line 207 of file jpeg2000.h.
Referenced by encode_packets(), encode_tile(), ff_jpeg2000_cleanup(), ff_jpeg2000_init_component(), ff_jpeg2000_reinit(), init_prec(), jpeg2000_decode_packets_po_iteration(), tile_codeblocks(), and truncpasses().
DWTContext Jpeg2000Component::dwt |
Definition at line 208 of file jpeg2000.h.
Referenced by encode_tile(), ff_jpeg2000_cleanup(), ff_jpeg2000_init_component(), and tile_codeblocks().
float* Jpeg2000Component::f_data |
Definition at line 209 of file jpeg2000.h.
Referenced by dequantization_float(), ff_jpeg2000_cleanup(), ff_jpeg2000_init_component(), mct_decode(), and tile_codeblocks().
int* Jpeg2000Component::i_data |
Definition at line 210 of file jpeg2000.h.
Referenced by copy_frame(), dequantization_int(), dequantization_int_97(), encode_tile(), ff_jpeg2000_cleanup(), ff_jpeg2000_init_component(), mct_decode(), and tile_codeblocks().
int Jpeg2000Component::coord[2][2] |
Definition at line 211 of file jpeg2000.h.
Referenced by copy_frame(), dequantization_float(), dequantization_int(), dequantization_int_97(), encode_tile(), ff_jpeg2000_init_component(), init_tile(), init_tiles(), and mct_decode().
int Jpeg2000Component::coord_o[2][2] |
Definition at line 212 of file jpeg2000.h.
Referenced by ff_jpeg2000_init_component(), init_band(), init_tile(), init_tiles(), and jpeg2000_decode_packets_po_iteration().