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
 
uint8_t nb_lengthinc
 
uint8_t lblock
 
uint8_tdata
 
size_t data_allocated
 
int nb_terminations
 
int nb_terminationsinc
 
intdata_start
 
Jpeg2000Passpasses
 
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

Definition at line 168 of file jpeg2000.h.

Referenced by ff_jpeg2000_cleanup(), 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::data
size_t Jpeg2000Cblk::data_allocated

Definition at line 172 of file jpeg2000.h.

Referenced by 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

Definition at line 175 of file jpeg2000.h.

Referenced by decode_cblk(), ff_jpeg2000_cleanup(), and jpeg2000_decode_packet().

Jpeg2000Pass* Jpeg2000Cblk::passes

Definition at line 176 of file jpeg2000.h.

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

int Jpeg2000Cblk::coord[2][2]

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