|
ReactOS 0.4.16-dev-1946-g52006dd
|

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 const * | coeffs |
| int | b_current |
| int | b_end |
| int | b_real_end |
| int | b_len |
| double | left_calc [128] |
| double | right_calc [128] |
| float | buffer [] |
Definition at line 32 of file src_sinc.c.
| int SINC_FILTER::b_current |
Definition at line 45 of file src_sinc.c.
| int SINC_FILTER::b_end |
Definition at line 45 of file src_sinc.c.
| int SINC_FILTER::b_len |
Definition at line 45 of file src_sinc.c.
Referenced by sinc_set_converter().
| int SINC_FILTER::b_real_end |
Definition at line 45 of file src_sinc.c.
| float SINC_FILTER::buffer[] |
Definition at line 51 of file src_sinc.c.
| int SINC_FILTER::channels |
Definition at line 35 of file src_sinc.c.
Referenced by sinc_set_converter().
| int SINC_FILTER::coeff_half_len |
Definition at line 39 of file src_sinc.c.
Referenced by sinc_set_converter().
Definition at line 43 of file src_sinc.c.
Referenced by sinc_set_converter().
| long SINC_FILTER::in_count |
Definition at line 36 of file src_sinc.c.
| long SINC_FILTER::in_used |
Definition at line 36 of file src_sinc.c.
| int SINC_FILTER::index_inc |
Definition at line 39 of file src_sinc.c.
Referenced by sinc_set_converter().
| double SINC_FILTER::input_index |
Definition at line 41 of file src_sinc.c.
| double SINC_FILTER::left_calc[128] |
Definition at line 48 of file src_sinc.c.
Referenced by sinc_set_converter().
| long SINC_FILTER::out_count |
Definition at line 37 of file src_sinc.c.
| long SINC_FILTER::out_gen |
Definition at line 37 of file src_sinc.c.
| double SINC_FILTER::right_calc[128] |
Definition at line 48 of file src_sinc.c.
| int SINC_FILTER::sinc_magic_marker |
Definition at line 33 of file src_sinc.c.
Referenced by sinc_set_converter().
| double SINC_FILTER::src_ratio |
Definition at line 41 of file src_sinc.c.