FFmpeg
|
Go to the source code of this file.
Macros | |
#define | HTAPS 48 /** number of FIR constants */ |
#define | CTABLES ((HTAPS + 7) / 8) /** number of "8 MACs" lookup tables */ |
Functions | |
static av_cold void | dsd_ctables_tableinit (void) |
Variables | |
static const double | htaps [HTAPS] |
The 2nd half (48 coeffs) of a 96-tap symmetric lowpass filter. | |
static float | ctables [CTABLES][256] |
Definition at line 29 of file dsd_tablegen.h.
Referenced by dsd_ctables_tableinit().
Definition at line 30 of file dsd_tablegen.h.
Referenced by dsd2pcm_translate(), dsd_ctables_tableinit(), and main().
Definition at line 79 of file dsd_tablegen.h.
Referenced by init_static_data(), and main().
|
static |
The 2nd half (48 coeffs) of a 96-tap symmetric lowpass filter.
Definition at line 58 of file dsd_tablegen.h.
Referenced by decode_header(), and dsd_ctables_tableinit().
|
static |
Definition at line 77 of file dsd_tablegen.h.
Referenced by dsd2pcm_translate(), dsd_ctables_tableinit(), and main().