FFmpeg
Data Fields
Jpeg2000Cblk Struct Reference

#include <jpeg2000.h>

Data Fields

uint8_t npasses
 
uint8_t ninclpasses
 
uint8_t nonzerobits
 
uint8_t incl
 
uint16_t length
 
uint16_t * lengthinc
 
uint8_t nb_lengthinc
 
uint8_t lblock
 
uint8_t * data
 
size_t data_allocated
 
int nb_terminations
 
int nb_terminationsinc
 
intdata_start
 
Jpeg2000Passpasses
 
Jpeg2000Layerlayers
 
int coord [2][2]
 
int zbp
 
int pass_lengths [2]
 

Detailed Description

Definition at line 175 of file jpeg2000.h.

Field Documentation

◆ npasses

uint8_t Jpeg2000Cblk::npasses

◆ ninclpasses

uint8_t Jpeg2000Cblk::ninclpasses

Definition at line 177 of file jpeg2000.h.

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

◆ nonzerobits

uint8_t Jpeg2000Cblk::nonzerobits

Definition at line 178 of file jpeg2000.h.

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

◆ incl

uint8_t Jpeg2000Cblk::incl

Definition at line 179 of file jpeg2000.h.

Referenced by encode_packet().

◆ length

uint16_t Jpeg2000Cblk::length

◆ lengthinc

uint16_t* Jpeg2000Cblk::lengthinc

Definition at line 181 of file jpeg2000.h.

Referenced by ff_jpeg2000_cleanup(), and jpeg2000_decode_packet().

◆ nb_lengthinc

uint8_t Jpeg2000Cblk::nb_lengthinc

Definition at line 182 of file jpeg2000.h.

Referenced by jpeg2000_decode_packet().

◆ lblock

uint8_t Jpeg2000Cblk::lblock

Definition at line 183 of file jpeg2000.h.

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

◆ data

uint8_t* Jpeg2000Cblk::data

◆ data_allocated

size_t Jpeg2000Cblk::data_allocated

Definition at line 185 of file jpeg2000.h.

Referenced by jpeg2000_decode_packet().

◆ nb_terminations

int Jpeg2000Cblk::nb_terminations

Definition at line 186 of file jpeg2000.h.

Referenced by decode_cblk(), and jpeg2000_decode_packet().

◆ nb_terminationsinc

int Jpeg2000Cblk::nb_terminationsinc

Definition at line 187 of file jpeg2000.h.

Referenced by jpeg2000_decode_packet().

◆ data_start

int* Jpeg2000Cblk::data_start

Definition at line 188 of file jpeg2000.h.

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

◆ passes

Jpeg2000Pass* Jpeg2000Cblk::passes

◆ layers

Jpeg2000Layer* Jpeg2000Cblk::layers

Definition at line 190 of file jpeg2000.h.

Referenced by encode_packet(), ff_jpeg2000_cleanup(), init_prec(), makelayer(), and truncpasses().

◆ coord

int Jpeg2000Cblk::coord[2][2]

◆ zbp

int Jpeg2000Cblk::zbp

◆ pass_lengths

int Jpeg2000Cblk::pass_lengths[2]

Definition at line 194 of file jpeg2000.h.

Referenced by ff_jpeg2000_decode_htj2k(), and jpeg2000_decode_packet().


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