|
FFmpeg
|
Data Fields | |
| uint32_t | start |
| uint32_t | size |
| int | width |
| int | height |
| int | encode_raw |
| unsigned | pos |
| unsigned | size |
| uint8_t * | slice |
| uint8_t * | dst |
| int64_t | 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().
| int Slice::width |
Definition at line 57 of file magicyuvenc.c.
Referenced by count_plane_slice(), encode_slice(), magy_encode_frame(), magy_encode_init(), and predict_slice().
| int Slice::height |
Definition at line 58 of file magicyuvenc.c.
Referenced by count_plane_slice(), encode_slice(), magy_encode_frame(), magy_encode_init(), and predict_slice().
| int Slice::encode_raw |
Definition at line 59 of file magicyuvenc.c.
Referenced by encode_slice(), and magy_encode_frame().
| unsigned Slice::pos |
Definition at line 60 of file magicyuvenc.c.
Referenced by magy_encode_frame().
| unsigned Slice::size |
Definition at line 61 of file magicyuvenc.c.
| uint8_t* Slice::slice |
Definition at line 62 of file magicyuvenc.c.
Referenced by count_plane_slice(), encode_slice(), magy_encode_close(), magy_encode_init(), and predict_slice().
| uint8_t* Slice::dst |
Definition at line 63 of file magicyuvenc.c.
Referenced by encode_slice(), and magy_encode_frame().
| int64_t Slice::counts[256] |
Definition at line 64 of file magicyuvenc.c.
Referenced by count_plane_slice(), generate_codes(), and magy_encode_frame().
1.8.17