FFmpeg  2.6.9
 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 lblock
uint8_t zero
uint8_t data [8192]
Jpeg2000Pass passes [100]
uint16_t coord [2][2]

Detailed Description

Definition at line 159 of file jpeg2000.h.

Field Documentation

uint8_t Jpeg2000Cblk::npasses
uint8_t Jpeg2000Cblk::ninclpasses

Definition at line 161 of file jpeg2000.h.

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

uint8_t Jpeg2000Cblk::nonzerobits

Definition at line 162 of file jpeg2000.h.

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

uint16_t Jpeg2000Cblk::length
uint16_t Jpeg2000Cblk::lengthinc

Definition at line 164 of file jpeg2000.h.

Referenced by ff_jpeg2000_init_component(), and jpeg2000_decode_packet().

uint8_t Jpeg2000Cblk::lblock
uint8_t Jpeg2000Cblk::zero

Definition at line 166 of file jpeg2000.h.

Referenced by ff_jpeg2000_init_component().

uint8_t Jpeg2000Cblk::data[8192]

Definition at line 167 of file jpeg2000.h.

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

Jpeg2000Pass Jpeg2000Cblk::passes[100]

Definition at line 168 of file jpeg2000.h.

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

uint16_t Jpeg2000Cblk::coord[2][2]

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