|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include "precomp.h"#include "fastest_coeffs.h"#include "mid_qual_coeffs.h"#include "high_qual_coeffs.h"
Go to the source code of this file.
Classes | |
| struct | SINC_FILTER |
Macros | |
| #define | SINC_MAGIC_MARKER MAKE_MAGIC (' ', 's', 'i', 'n', 'c', ' ') |
| #define | MAKE_INCREMENT_T(x) ((increment_t) (x)) |
| #define | SHIFT_BITS 12 |
| #define | FP_ONE ((double) (((increment_t) 1) << SHIFT_BITS)) |
| #define | INV_FP_ONE (1.0 / FP_ONE) |
Typedefs | |
| typedef int32_t | increment_t |
| typedef float | coeff_t |
| #define FP_ONE ((double) (((increment_t) 1) << SHIFT_BITS)) |
Definition at line 19 of file src_sinc.c.
Definition at line 20 of file src_sinc.c.
| #define MAKE_INCREMENT_T | ( | x | ) | ((increment_t) (x)) |
Definition at line 16 of file src_sinc.c.
| #define SHIFT_BITS 12 |
Definition at line 18 of file src_sinc.c.
Definition at line 11 of file src_sinc.c.
Definition at line 26 of file src_sinc.c.
| typedef int32_t increment_t |
Definition at line 25 of file src_sinc.c.
|
inlinestatic |
Definition at line 703 of file src_sinc.c.
Referenced by sinc_hex_vari_process().
|
inlinestatic |
Definition at line 863 of file src_sinc.c.
Referenced by sinc_multichan_vari_process().
|
inlinestatic |
Definition at line 549 of file src_sinc.c.
Referenced by sinc_quad_vari_process().
|
inlinestatic |
Definition at line 255 of file src_sinc.c.
Referenced by sinc_mono_vari_process().
|
inlinestatic |
Definition at line 401 of file src_sinc.c.
Referenced by sinc_stereo_vari_process().
|
inlinestatic |
Definition at line 65 of file src_sinc.c.
Referenced by sinc_hex_vari_process(), sinc_mono_vari_process(), sinc_multichan_vari_process(), sinc_quad_vari_process(), and sinc_stereo_vari_process().
|
inlinestatic |
|
inlinestatic |
Definition at line 85 of file src_sinc.c.
Referenced by calc_output_hex(), calc_output_multi(), calc_output_quad(), calc_output_single(), and calc_output_stereo().
|
inlinestatic |
Definition at line 75 of file src_sinc.c.
Referenced by calc_output_hex(), calc_output_multi(), calc_output_quad(), calc_output_single(), and calc_output_stereo().
|
inlinestatic |
Definition at line 70 of file src_sinc.c.
Referenced by calc_output_hex(), calc_output_multi(), calc_output_quad(), calc_output_single(), and calc_output_stereo().
|
static |
Definition at line 1113 of file src_sinc.c.
Referenced by sinc_hex_vari_process(), sinc_mono_vari_process(), sinc_multichan_vari_process(), sinc_quad_vari_process(), and sinc_stereo_vari_process().
Definition at line 113 of file src_sinc.c.
Referenced by src_get_description().
Definition at line 94 of file src_sinc.c.
Referenced by src_get_name().
|
static |
Definition at line 770 of file src_sinc.c.
Referenced by sinc_set_converter().
|
static |
Definition at line 307 of file src_sinc.c.
Referenced by sinc_set_converter().
|
static |
Definition at line 1017 of file src_sinc.c.
Referenced by sinc_set_converter().
|
static |
Definition at line 610 of file src_sinc.c.
Referenced by sinc_set_converter().
|
static |
Definition at line 232 of file src_sinc.c.
Referenced by sinc_set_converter().
| int sinc_set_converter | ( | SRC_PRIVATE * | psrc, |
| int | src_enum | ||
| ) |
Definition at line 133 of file src_sinc.c.
Referenced by psrc_set_converter().
|
static |
Definition at line 456 of file src_sinc.c.
Referenced by sinc_set_converter().