ProresThreadData Struct Reference

Data Fields

const uint8_t * index
 pointers to the data of this slice
int slice_num
int x_pos
int y_pos
int slice_width
DCTELEM blocks [8 *4 *64]

Detailed Description

Definition at line 40 of file proresdec.c.

Field Documentation

DCTELEM ProresThreadData::blocks[8 *4 *64]

Definition at line 45 of file proresdec.c.

Referenced by decode_slice_plane().

const uint8_t* ProresThreadData::index

pointers to the data of this slice

Definition at line 41 of file proresdec.c.

Referenced by decode_picture_header(), and decode_slice().

int ProresThreadData::slice_num

Definition at line 42 of file proresdec.c.

Referenced by decode_picture(), and decode_slice().

int ProresThreadData::slice_width

Definition at line 44 of file proresdec.c.

Referenced by decode_picture(), and decode_slice().

int ProresThreadData::x_pos

Definition at line 43 of file proresdec.c.

Referenced by decode_picture(), and decode_slice().

int ProresThreadData::y_pos

Definition at line 43 of file proresdec.c.

Referenced by decode_picture(), and decode_slice().


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