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

#include <vf_noise.h>

Data Fields

const AVClassclass
 
int amount
 
int dropamount
 
unsigned int state
 
int nb_planes
 
int bytewidth [4]
 
int height [4]
 
FilterParams all
 
FilterParams param [4]
 
void(* line_noise )(uint8_t *dst, const uint8_t *src, const int8_t *noise, int len, int shift)
 
void(* line_noise_avg )(uint8_t *dst, const uint8_t *src, int len, const int8_t *const *shift)
 

Detailed Description

Definition at line 31 of file noise_bsf.c.

Field Documentation

const AVClass * NoiseContext::class

Definition at line 32 of file noise_bsf.c.

int NoiseContext::amount

Definition at line 33 of file noise_bsf.c.

Referenced by noise().

int NoiseContext::dropamount

Definition at line 34 of file noise_bsf.c.

Referenced by noise().

unsigned int NoiseContext::state

Definition at line 35 of file noise_bsf.c.

Referenced by noise().

int NoiseContext::nb_planes

Definition at line 50 of file vf_noise.h.

Referenced by config_input(), and filter_slice().

int NoiseContext::bytewidth[4]

Definition at line 51 of file vf_noise.h.

Referenced by config_input(), and filter_slice().

int NoiseContext::height[4]

Definition at line 52 of file vf_noise.h.

Referenced by config_input(), filter_frame(), and filter_slice().

FilterParams NoiseContext::all

Definition at line 53 of file vf_noise.h.

Referenced by init().

FilterParams NoiseContext::param[4]

Definition at line 54 of file vf_noise.h.

Referenced by filter_frame(), init(), init_noise(), noise(), and uninit().

void(* NoiseContext::line_noise)(uint8_t *dst, const uint8_t *src, const int8_t *noise, int len, int shift)

Definition at line 55 of file vf_noise.h.

Referenced by ff_noise_init_x86(), init(), and noise().

void(* NoiseContext::line_noise_avg)(uint8_t *dst, const uint8_t *src, int len, const int8_t *const *shift)

Definition at line 56 of file vf_noise.h.

Referenced by ff_noise_init_x86(), init(), and noise().


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