FFmpeg  4.0
Data Fields
DitherState Struct Reference

Data Fields

int mute
 
unsigned int seed
 
AVLFG lfg
 
float * noise_buf
 
int noise_buf_size
 
int noise_buf_ptr
 
float dither_a [4]
 
float dither_b [4]
 

Detailed Description

Definition at line 43 of file dither.c.

Field Documentation

◆ mute

int DitherState::mute

Definition at line 44 of file dither.c.

Referenced by ff_dither_alloc(), and quantize_triangular_ns().

◆ seed

unsigned int DitherState::seed

Definition at line 45 of file dither.c.

Referenced by ff_dither_alloc(), and generate_dither_noise().

◆ lfg

AVLFG DitherState::lfg

Definition at line 46 of file dither.c.

Referenced by generate_dither_noise().

◆ noise_buf

float* DitherState::noise_buf

◆ noise_buf_size

int DitherState::noise_buf_size

Definition at line 48 of file dither.c.

Referenced by convert_samples(), and generate_dither_noise().

◆ noise_buf_ptr

int DitherState::noise_buf_ptr

Definition at line 49 of file dither.c.

Referenced by convert_samples(), generate_dither_noise(), and quantize_triangular_ns().

◆ dither_a

float DitherState::dither_a[4]

Definition at line 50 of file dither.c.

Referenced by quantize_triangular_ns().

◆ dither_b

float DitherState::dither_b[4]

Definition at line 51 of file dither.c.

Referenced by quantize_triangular_ns().


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