Libav
Data Fields
Jpeg2000CodingStyle Struct Reference

#include <jpeg2000.h>

Data Fields

uint8_t nreslevels
uint8_t 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]

Detailed Description

Definition at line 132 of file jpeg2000.h.

Field Documentation

uint8_t Jpeg2000CodingStyle::nreslevels
uint8_t Jpeg2000CodingStyle::nreslevels2decode

Definition at line 134 of file jpeg2000.h.

Referenced by ff_jpeg2000_init_component(), get_cox(), and jpeg2000_decode_tile().

uint8_t Jpeg2000CodingStyle::log2_cblk_width

Definition at line 135 of file jpeg2000.h.

Referenced by ff_jpeg2000_init_component(), and get_cox().

uint8_t Jpeg2000CodingStyle::log2_cblk_height

Definition at line 135 of file jpeg2000.h.

Referenced by ff_jpeg2000_init_component(), and get_cox().

uint8_t Jpeg2000CodingStyle::transform

Definition at line 137 of file jpeg2000.h.

Referenced by ff_jpeg2000_init_component(), get_cox(), jpeg2000_decode_tile(), and mct_decode().

uint8_t Jpeg2000CodingStyle::csty

Definition at line 138 of file jpeg2000.h.

Referenced by get_coc(), get_cod(), get_cox(), and jpeg2000_decode_packet().

uint8_t Jpeg2000CodingStyle::nlayers

Definition at line 139 of file jpeg2000.h.

Referenced by get_cod(), and jpeg2000_decode_packets().

uint8_t Jpeg2000CodingStyle::mct

Definition at line 140 of file jpeg2000.h.

Referenced by get_cod(), and jpeg2000_decode_tile().

uint8_t Jpeg2000CodingStyle::cblk_style

Definition at line 141 of file jpeg2000.h.

Referenced by decode_cblk(), and get_cox().

uint8_t Jpeg2000CodingStyle::prog_order

Definition at line 142 of file jpeg2000.h.

Referenced by get_cod(), and jpeg2000_decode_packets().

uint8_t Jpeg2000CodingStyle::log2_prec_widths[JPEG2000_MAX_RESLEVELS]

Definition at line 143 of file jpeg2000.h.

Referenced by ff_jpeg2000_init_component(), and get_cox().

uint8_t Jpeg2000CodingStyle::log2_prec_heights[JPEG2000_MAX_RESLEVELS]

Definition at line 144 of file jpeg2000.h.

Referenced by ff_jpeg2000_init_component(), and get_cox().


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