xine-lib 1.2.11
Data Fields
noise_param_t Struct Reference

Data Fields

void(* lineNoise )(uint8_t *dst, const uint8_t *src, const int8_t *noise, int len, int shift)
 
void(* lineNoiseAvg )(uint8_t *dst, const uint8_t *src, int len, int8_t **shift)
 
int strength
 
int uniform
 
int temporal
 
int quality
 
int averaged
 
int pattern
 
int shiftptr
 
int8_t * noise
 
int8_t * prev_shift [(4096 - 1024)][3]
 

Field Documentation

◆ averaged

int noise_param_t::averaged

Referenced by initNoise(), and noise().

◆ lineNoise

void(* noise_param_t::lineNoise) (uint8_t *dst, const uint8_t *src, const int8_t *noise, int len, int shift)

Referenced by noise().

◆ lineNoiseAvg

void(* noise_param_t::lineNoiseAvg) (uint8_t *dst, const uint8_t *src, int len, int8_t **shift)

Referenced by noise().

◆ noise

int8_t* noise_param_t::noise

Referenced by initNoise(), and noise().

◆ pattern

int noise_param_t::pattern

Referenced by initNoise().

◆ prev_shift

int8_t * noise_param_t::prev_shift[(4096 - 1024)][3]

Referenced by initNoise(), and noise().

◆ quality

int noise_param_t::quality

Referenced by noise().

◆ shiftptr

int noise_param_t::shiftptr

Referenced by initNoise(), and noise().

◆ strength

int noise_param_t::strength

Referenced by initNoise().

◆ temporal

int noise_param_t::temporal

Referenced by noise().

◆ uniform

int noise_param_t::uniform

Referenced by initNoise().


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