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

Data Fields

PutBitContext pb
 
int cache [DIRAC_MAX_QUANT_INDEX]
 
voidctx
 
int x
 
int y
 
int quant_idx
 
int bits_ceil
 
int bits_floor
 
int bytes
 

Detailed Description

Definition at line 107 of file vc2enc.c.

Field Documentation

PutBitContext SliceArgs::pb

Definition at line 108 of file vc2enc.c.

Referenced by encode_hq_slice(), and encode_slices().

int SliceArgs::cache[DIRAC_MAX_QUANT_INDEX]

Definition at line 109 of file vc2enc.c.

Referenced by calc_slice_sizes(), and count_hq_slice().

void* SliceArgs::ctx

Definition at line 110 of file vc2enc.c.

Referenced by calc_slice_sizes(), count_hq_slice(), encode_hq_slice(), and rate_control().

int SliceArgs::x

Definition at line 111 of file vc2enc.c.

Referenced by calc_slice_sizes(), count_hq_slice(), and encode_hq_slice().

int SliceArgs::y

Definition at line 112 of file vc2enc.c.

Referenced by calc_slice_sizes(), count_hq_slice(), and encode_hq_slice().

int SliceArgs::quant_idx

Definition at line 113 of file vc2enc.c.

Referenced by calc_slice_sizes(), encode_hq_slice(), and rate_control().

int SliceArgs::bits_ceil

Definition at line 114 of file vc2enc.c.

Referenced by calc_slice_sizes(), and rate_control().

int SliceArgs::bits_floor

Definition at line 115 of file vc2enc.c.

Referenced by calc_slice_sizes(), and rate_control().

int SliceArgs::bytes

Definition at line 116 of file vc2enc.c.

Referenced by calc_slice_sizes(), encode_hq_slice(), encode_slices(), and rate_control().


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