FFmpeg
|
#include <string.h>
#include "libavutil/attributes.h"
#include "libavutil/reverse.h"
#include "libavutil/thread.h"
#include "dsd.h"
Go to the source code of this file.
Macros | |
#define | CTABLES ((HTAPS + 7) / 8) /** number of "8 MACs" lookup tables */ |
Functions | |
static av_cold void | dsd_ctables_tableinit (void) |
av_cold void | ff_init_dsd_data (void) |
void | ff_dsd2pcm_translate (DSDContext *s, size_t samples, int lsbf, const uint8_t *src, ptrdiff_t src_stride, float *dst, ptrdiff_t dst_stride) |
Variables | |
static const double | htaps [HTAPS] |
The 2nd half (48 coeffs) of a 96-tap symmetric lowpass filter. More... | |
static double | ctables_lsbf [CTABLES][256] |
static double | ctables_msbf [CTABLES][256] |
|
static |
Definition at line 74 of file dsd.c.
Referenced by ff_init_dsd_data().
av_cold void ff_init_dsd_data | ( | void | ) |
Definition at line 92 of file dsd.c.
Referenced by decode_init(), and wv_dsd_reset().
void ff_dsd2pcm_translate | ( | DSDContext * | s, |
size_t | samples, | ||
int | lsbf, | ||
const uint8_t * | src, | ||
ptrdiff_t | src_stride, | ||
float * | dst, | ||
ptrdiff_t | dst_stride | ||
) |
Definition at line 98 of file dsd.c.
Referenced by decode_frame(), and dsd_channel().
The 2nd half (48 coeffs) of a 96-tap symmetric lowpass filter.
Definition at line 52 of file dsd.c.
Referenced by decode_header(), dsd_ctables_tableinit(), and if().
Definition at line 71 of file dsd.c.
Referenced by dsd_ctables_tableinit(), and ff_dsd2pcm_translate().
Definition at line 72 of file dsd.c.
Referenced by dsd_ctables_tableinit(), and ff_dsd2pcm_translate().