OpenJPEG
1.5.1
|
Tier-2 coding. More...
#include <t2.h>
Data Fields | |
opj_common_ptr | cinfo |
codec context More... | |
opj_image_t * | image |
Encoding: pointer to the src image. More... | |
opj_cp_t * | cp |
pointer to the image coding parameters More... | |
Tier-2 coding.
opj_common_ptr opj_t2::cinfo |
codec context
Referenced by t2_create(), t2_decode_packet(), and t2_encode_packets().
opj_cp_t* opj_t2::cp |
pointer to the image coding parameters
Referenced by t2_create(), t2_decode_packet(), t2_decode_packets(), and t2_encode_packets().
opj_image_t* opj_t2::image |
Encoding: pointer to the src image.
Decoding: pointer to the dst image.
Referenced by t2_create(), t2_decode_packets(), and t2_encode_packets().