FFmpeg
Data Fields
SliceArgs Struct Reference

Data Fields

const struct VC2EncContextctx
 
union {
   int   cache [DIRAC_MAX_QUANT_INDEX]
 
   uint8_t *   buf
 
}; 
 
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

◆ ctx

const struct VC2EncContext* SliceArgs::ctx

Definition at line 108 of file vc2enc.c.

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

◆ cache

int SliceArgs::cache[DIRAC_MAX_QUANT_INDEX]

Definition at line 110 of file vc2enc.c.

Referenced by calc_slice_sizes(), and count_hq_slice().

◆ buf

uint8_t* SliceArgs::buf

Definition at line 111 of file vc2enc.c.

Referenced by encode_hq_slice(), and encode_slices().

◆ @247

union { ... }

◆ x

int SliceArgs::x

Definition at line 113 of file vc2enc.c.

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

◆ y

int SliceArgs::y

Definition at line 114 of file vc2enc.c.

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

◆ quant_idx

int SliceArgs::quant_idx

Definition at line 115 of file vc2enc.c.

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

◆ bits_ceil

int SliceArgs::bits_ceil

Definition at line 116 of file vc2enc.c.

Referenced by calc_slice_sizes(), and rate_control().

◆ bits_floor

int SliceArgs::bits_floor

Definition at line 117 of file vc2enc.c.

Referenced by calc_slice_sizes(), and rate_control().

◆ bytes

int SliceArgs::bytes

Definition at line 118 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: