ReactOS 0.4.15-dev-7942-gd23573b
SINC_FILTER Struct Reference
Collaboration diagram for SINC_FILTER:

Public Attributes

int sinc_magic_marker
 
int channels
 
long in_count
 
long in_used
 
long out_count
 
long out_gen
 
int coeff_half_len
 
int index_inc
 
double src_ratio
 
double input_index
 
coeff_t constcoeffs
 
int b_current
 
int b_end
 
int b_real_end
 
int b_len
 
double left_calc [128]
 
double right_calc [128]
 
float buffer []
 

Detailed Description

Definition at line 32 of file src_sinc.c.

Member Data Documentation

◆ b_current

int SINC_FILTER::b_current

Definition at line 45 of file src_sinc.c.

◆ b_end

int SINC_FILTER::b_end

Definition at line 45 of file src_sinc.c.

◆ b_len

int SINC_FILTER::b_len

Definition at line 45 of file src_sinc.c.

Referenced by sinc_set_converter().

◆ b_real_end

int SINC_FILTER::b_real_end

Definition at line 45 of file src_sinc.c.

◆ buffer

float SINC_FILTER::buffer[]

Definition at line 51 of file src_sinc.c.

◆ channels

int SINC_FILTER::channels

Definition at line 35 of file src_sinc.c.

Referenced by sinc_set_converter().

◆ coeff_half_len

int SINC_FILTER::coeff_half_len

Definition at line 39 of file src_sinc.c.

Referenced by sinc_set_converter().

◆ coeffs

coeff_t const* SINC_FILTER::coeffs

Definition at line 43 of file src_sinc.c.

Referenced by sinc_set_converter().

◆ in_count

long SINC_FILTER::in_count

Definition at line 36 of file src_sinc.c.

◆ in_used

long SINC_FILTER::in_used

Definition at line 36 of file src_sinc.c.

◆ index_inc

int SINC_FILTER::index_inc

Definition at line 39 of file src_sinc.c.

Referenced by sinc_set_converter().

◆ input_index

double SINC_FILTER::input_index

Definition at line 41 of file src_sinc.c.

◆ left_calc

double SINC_FILTER::left_calc[128]

Definition at line 48 of file src_sinc.c.

Referenced by sinc_set_converter().

◆ out_count

long SINC_FILTER::out_count

Definition at line 37 of file src_sinc.c.

◆ out_gen

long SINC_FILTER::out_gen

Definition at line 37 of file src_sinc.c.

◆ right_calc

double SINC_FILTER::right_calc[128]

Definition at line 48 of file src_sinc.c.

◆ sinc_magic_marker

int SINC_FILTER::sinc_magic_marker

Definition at line 33 of file src_sinc.c.

Referenced by sinc_set_converter().

◆ src_ratio

double SINC_FILTER::src_ratio

Definition at line 41 of file src_sinc.c.


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