FFmpeg
|
Data Fields | |
uint32_t | start |
uint32_t | size |
unsigned | pos |
unsigned | size |
uint8_t * | slice |
uint8_t * | bitslice |
PTable | counts [256] |
int | sign |
int | size |
const uint8_t * | data |
int | data_size |
Definition at line 40 of file magicyuv.c.
uint32_t Slice::start |
Definition at line 41 of file magicyuv.c.
uint32_t Slice::size |
Definition at line 42 of file magicyuv.c.
Referenced by encode_slice(), and magy_encode_frame().
unsigned Slice::pos |
Definition at line 57 of file magicyuvenc.c.
Referenced by magy_encode_frame().
unsigned Slice::size |
Definition at line 58 of file magicyuvenc.c.
uint8_t* Slice::slice |
Definition at line 59 of file magicyuvenc.c.
Referenced by count_plane_slice(), encode_slice(), magy_encode_close(), magy_encode_init(), and predict_slice().
uint8_t* Slice::bitslice |
Definition at line 60 of file magicyuvenc.c.
Referenced by encode_slice(), magy_encode_close(), magy_encode_frame(), and magy_encode_init().
PTable Slice::counts[256] |
Definition at line 61 of file magicyuvenc.c.
Referenced by count_plane_slice(), and encode_table().