FFmpeg
|
#include <stdint.h>
#include "libavutil/attributes.h"
#include "libavutil/common.h"
#include "audiodsp.h"
Go to the source code of this file.
Functions | |
static void | vector_clipf_c (float *dst, const float *src, int len, float min, float max) |
static int32_t | scalarproduct_int16_c (const int16_t *v1, const int16_t *v2, int order) |
static void | vector_clip_int32_c (int32_t *dst, const int32_t *src, int32_t min, int32_t max, unsigned int len) |
av_cold void | ff_audiodsp_init (AudioDSPContext *c) |
Definition at line 25 of file audiodsp.c.
Referenced by ff_audiodsp_init().
|
static |
Definition at line 38 of file audiodsp.c.
Referenced by ff_audiodsp_init().
|
static |
Definition at line 49 of file audiodsp.c.
Referenced by ff_audiodsp_init().
av_cold void ff_audiodsp_init | ( | AudioDSPContext * | c | ) |
Definition at line 65 of file audiodsp.c.
Referenced by checkasm_check_audiodsp(), cook_decode_init(), decoder_init(), ff_ac3_encode_init(), ra144_decode_init(), ra144_encode_init(), and tak_decode_init().