FFmpeg
Data Fields
Jpeg2000CodingStyle Struct Reference

#include <jpeg2000.h>

Data Fields

int nreslevels
 
int nreslevels2decode
 
uint8_t log2_cblk_width
 
uint8_t log2_cblk_height
 
uint8_t transform
 
uint8_t csty
 
uint8_t nlayers
 
uint8_t mct
 
uint8_t cblk_style
 
uint8_t prog_order
 
uint8_t log2_prec_widths [JPEG2000_MAX_RESLEVELS]
 
uint8_t log2_prec_heights [JPEG2000_MAX_RESLEVELS]
 
uint8_t init
 

Detailed Description

Definition at line 137 of file jpeg2000.h.

Field Documentation

◆ nreslevels

int Jpeg2000CodingStyle::nreslevels

◆ nreslevels2decode

int Jpeg2000CodingStyle::nreslevels2decode

◆ log2_cblk_width

uint8_t Jpeg2000CodingStyle::log2_cblk_width

Definition at line 140 of file jpeg2000.h.

Referenced by encode_tile(), init_band(), j2kenc_init(), put_cod(), and tile_codeblocks().

◆ log2_cblk_height

uint8_t Jpeg2000CodingStyle::log2_cblk_height

Definition at line 141 of file jpeg2000.h.

Referenced by init_band(), j2kenc_init(), and put_cod().

◆ transform

uint8_t Jpeg2000CodingStyle::transform

◆ csty

uint8_t Jpeg2000CodingStyle::csty

Definition at line 143 of file jpeg2000.h.

Referenced by jpeg2000_decode_packet(), and select_stream().

◆ nlayers

uint8_t Jpeg2000CodingStyle::nlayers

Definition at line 144 of file jpeg2000.h.

Referenced by init_prec(), j2kenc_init(), and jpeg2000_decode_packets().

◆ mct

uint8_t Jpeg2000CodingStyle::mct

Definition at line 145 of file jpeg2000.h.

Referenced by jpeg2000_decode_tile().

◆ cblk_style

uint8_t Jpeg2000CodingStyle::cblk_style

Definition at line 146 of file jpeg2000.h.

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

◆ prog_order

uint8_t Jpeg2000CodingStyle::prog_order

Definition at line 147 of file jpeg2000.h.

Referenced by jpeg2000_decode_packets().

◆ log2_prec_widths

uint8_t Jpeg2000CodingStyle::log2_prec_widths[JPEG2000_MAX_RESLEVELS]

Definition at line 148 of file jpeg2000.h.

Referenced by ff_jpeg2000_init_component(), and j2kenc_init().

◆ log2_prec_heights

uint8_t Jpeg2000CodingStyle::log2_prec_heights[JPEG2000_MAX_RESLEVELS]

Definition at line 149 of file jpeg2000.h.

Referenced by ff_jpeg2000_init_component(), and j2kenc_init().

◆ init

uint8_t Jpeg2000CodingStyle::init

Definition at line 150 of file jpeg2000.h.

Referenced by init_tile().


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