|
FFmpeg
|
Data Fields | |
| PutBitContext | pb |
| void * | ctx |
| int | x |
| int | y |
| int | quant_idx |
| int | bits_ceil |
| int | bytes |
| PutBitContext SliceArgs::pb |
Definition at line 63 of file vc2enc.c.
Referenced by encode_hq_slice(), and encode_slices().
| void* SliceArgs::ctx |
Definition at line 64 of file vc2enc.c.
Referenced by calc_slice_sizes(), encode_hq_slice(), and rate_control().
| int SliceArgs::x |
Definition at line 65 of file vc2enc.c.
Referenced by calc_slice_sizes(), encode_hq_slice(), and rate_control().
| int SliceArgs::y |
Definition at line 66 of file vc2enc.c.
Referenced by calc_slice_sizes(), encode_hq_slice(), and rate_control().
| int SliceArgs::quant_idx |
Definition at line 67 of file vc2enc.c.
Referenced by encode_hq_slice(), encode_slices(), and rate_control().
| int SliceArgs::bits_ceil |
Definition at line 68 of file vc2enc.c.
Referenced by calc_slice_sizes(), and rate_control().
| int SliceArgs::bytes |
Definition at line 69 of file vc2enc.c.
Referenced by encode_hq_slice(), encode_slices(), and rate_control().
1.8.6