SliceContext Struct Reference

Data Fields

int h
 output slice height
int vshift
 vertical chroma subsampling shift
uint32_t lcg_state
 LCG state used to compute random slice height.
int use_random_h
 enable the use of random slice height values

Detailed Description

Definition at line 29 of file vf_slicify.c.

Field Documentation

int SliceContext::h

output slice height

Definition at line 30 of file vf_slicify.c.

Referenced by draw_slice(), init(), and start_frame().

uint32_t SliceContext::lcg_state

LCG state used to compute random slice height.

Definition at line 32 of file vf_slicify.c.

Referenced by start_frame().

int SliceContext::use_random_h

enable the use of random slice height values

Definition at line 33 of file vf_slicify.c.

Referenced by init(), and start_frame().

int SliceContext::vshift

vertical chroma subsampling shift

Definition at line 31 of file vf_slicify.c.

Referenced by config_props(), and start_frame().


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