FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
Jpeg2000Cblk Struct Reference

#include <jpeg2000.h>

Data Fields

uint8_t npasses
 
uint8_t ninclpasses
 
uint8_t nonzerobits
 
uint16_t length
 
uint16_t lengthinc [JPEG2000_MAX_PASSES]
 
uint8_t nb_lengthinc
 
uint8_t lblock
 
uint8_t zero
 
uint8_t data [8192]
 
int nb_terminations
 
int nb_terminationsinc
 
int data_start [JPEG2000_MAX_PASSES]
 
Jpeg2000Pass passes [JPEG2000_MAX_PASSES]
 
int coord [2][2]
 

Detailed Description

Definition at line 163 of file jpeg2000.h.

Field Documentation

uint8_t Jpeg2000Cblk::npasses

Definition at line 164 of file jpeg2000.h.

Referenced by decode_cblk(), encode_cblk(), getcut(), init_prec(), and jpeg2000_decode_packet().

uint8_t Jpeg2000Cblk::ninclpasses

Definition at line 165 of file jpeg2000.h.

Referenced by encode_cblk(), encode_packet(), and truncpasses().

uint8_t Jpeg2000Cblk::nonzerobits

Definition at line 166 of file jpeg2000.h.

Referenced by decode_cblk(), encode_cblk(), encode_packet(), and jpeg2000_decode_packet().

uint16_t Jpeg2000Cblk::length

Definition at line 167 of file jpeg2000.h.

Referenced by decode_cblk(), ff_jpeg2000_reinit(), init_prec(), and jpeg2000_decode_packet().

uint16_t Jpeg2000Cblk::lengthinc[JPEG2000_MAX_PASSES]

Definition at line 168 of file jpeg2000.h.

Referenced by init_prec(), and jpeg2000_decode_packet().

uint8_t Jpeg2000Cblk::nb_lengthinc

Definition at line 169 of file jpeg2000.h.

Referenced by jpeg2000_decode_packet().

uint8_t Jpeg2000Cblk::lblock

Definition at line 170 of file jpeg2000.h.

Referenced by ff_jpeg2000_reinit(), init_prec(), and jpeg2000_decode_packet().

uint8_t Jpeg2000Cblk::zero

Definition at line 171 of file jpeg2000.h.

Referenced by init_prec().

uint8_t Jpeg2000Cblk::data[8192]

Definition at line 172 of file jpeg2000.h.

Referenced by decode_cblk(), encode_cblk(), encode_packet(), and jpeg2000_decode_packet().

int Jpeg2000Cblk::nb_terminations

Definition at line 173 of file jpeg2000.h.

Referenced by decode_cblk(), and jpeg2000_decode_packet().

int Jpeg2000Cblk::nb_terminationsinc

Definition at line 174 of file jpeg2000.h.

Referenced by jpeg2000_decode_packet().

int Jpeg2000Cblk::data_start[JPEG2000_MAX_PASSES]

Definition at line 175 of file jpeg2000.h.

Referenced by decode_cblk(), and jpeg2000_decode_packet().

Jpeg2000Pass Jpeg2000Cblk::passes[JPEG2000_MAX_PASSES]

Definition at line 176 of file jpeg2000.h.

Referenced by encode_cblk(), encode_packet(), and getcut().

int Jpeg2000Cblk::coord[2][2]

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