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 |
| int | prev_slice_sf |
| scalefactor of the previous decoded slice | |
| DCTELEM | blocks [8 *4 *64] |
| int16_t | qmat_luma_scaled [64] |
| int16_t | qmat_chroma_scaled [64] |
| uint16_t | emu_buf [16 *16] |
| int16_t | custom_q [64] |
| struct TrellisNode * | nodes |
Definition at line 41 of file proresdec_lgpl.c.
Definition at line 47 of file proresdec_lgpl.c.
Referenced by decode_slice_plane(), estimate_slice_plane(), and find_slice_quant().
| uint16_t ProresThreadData::emu_buf[16 *16] |
| const uint8_t* ProresThreadData::index |
pointers to the data of this slice
Definition at line 42 of file proresdec_lgpl.c.
Referenced by decode_picture_header(), and decode_slice().
struct TrellisNode* ProresThreadData::nodes [read] |
Definition at line 176 of file proresenc_kostya.c.
Referenced by encode_close(), encode_init(), find_quant_thread(), and find_slice_quant().
scalefactor of the previous decoded slice
Definition at line 46 of file proresdec_lgpl.c.
Referenced by decode_picture_header(), and decode_slice().
1.5.8