FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
SliceArgs Struct Reference

Data Fields

PutBitContext pb
 
voidctx
 
int x
 
int y
 
int quant_idx
 
int bits_ceil
 
int bytes
 

Detailed Description

Definition at line 62 of file vc2enc.c.

Field Documentation

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().


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