FFmpeg
|
#include <stdint.h>
#include "libavutil/attributes.h"
#include "dsd.h"
#include "libavutil/common.h"
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 */ |
Variables | |
static const double | htaps [HTAPS] |
The 2nd half (48 coeffs) of a 96-tap symmetric lowpass filter. More... | |
static float | ctables [CTABLES][256] |
Definition at line 30 of file dsd_tablegen.h.
Definition at line 31 of file dsd_tablegen.h.
|
static |
The 2nd half (48 coeffs) of a 96-tap symmetric lowpass filter.
Definition at line 55 of file dsd_tablegen.h.
Referenced by decode_header(), dsd_ctables_tableinit(), and if().
|
static |
Definition at line 74 of file dsd_tablegen.h.
Referenced by dsd_ctables_tableinit(), and ff_dsd2pcm_translate().