FFmpeg
|
Direct Stream Digital (DSD) decoder. More...
#include "libavcodec/internal.h"
#include "libavcodec/mathops.h"
#include "avcodec.h"
#include "dsd_tablegen.h"
Go to the source code of this file.
Data Structures | |
struct | DSDContext |
Per-channel buffer. More... | |
Macros | |
#define | FIFOSIZE 16 /** must be a power of two */ |
#define | FIFOMASK (FIFOSIZE - 1) /** bit mask for FIFO offsets */ |
#define | DSD_DECODER(id_, name_, long_name_) |
Functions | |
static void | dsd2pcm_translate (DSDContext *s, size_t samples, int lsbf, const unsigned char *src, ptrdiff_t src_stride, float *dst, ptrdiff_t dst_stride) |
static av_cold void | init_static_data (void) |
static av_cold int | decode_init (AVCodecContext *avctx) |
static int | decode_frame (AVCodecContext *avctx, void *data, int *got_frame_ptr, AVPacket *avpkt) |
Definition at line 35 of file dsddec.c.
Referenced by dsd2pcm_translate().
#define DSD_DECODER | ( | id_, | |
name_, | |||
long_name_ | |||
) |
|
static |
Definition at line 49 of file dsddec.c.
Referenced by decode_frame().
Definition at line 82 of file dsddec.c.
Referenced by decode_init().
|
static |
|
static |