OpenJPEG 1.5.1
Data Fields
opj_t1 Struct Reference

Tier-1 coding (coding of code-block coefficients) More...

#include <t1.h>

Data Fields

opj_common_ptr cinfo
 codec context More...
 
opj_mqc_tmqc
 MQC component. More...
 
opj_raw_traw
 RAW component. More...
 
int * data
 
flag_tflags
 
int w
 
int h
 
int datasize
 
int flagssize
 
int flags_stride
 

Detailed Description

Tier-1 coding (coding of code-block coefficients)

Field Documentation

◆ cinfo

opj_common_ptr opj_t1::cinfo

codec context

Referenced by t1_create().

◆ data

int* opj_t1::data

◆ datasize

int opj_t1::datasize

Referenced by allocate_buffers(), and t1_create().

◆ flags

flag_t* opj_t1::flags

◆ flags_stride

int opj_t1::flags_stride

◆ flagssize

int opj_t1::flagssize

Referenced by allocate_buffers(), and t1_create().

◆ h

int opj_t1::h

◆ mqc

opj_mqc_t* opj_t1::mqc

◆ raw

opj_raw_t* opj_t1::raw

◆ w

int opj_t1::w

The documentation for this struct was generated from the following file: