FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
lossless_audiodsp.c File Reference
#include "avcodec.h"
#include "lossless_audiodsp.h"

Go to the source code of this file.

Functions

static int32_t scalarproduct_and_madd_int16_c (int16_t *v1, const int16_t *v2, const int16_t *v3, int order, int mul)
 
av_cold void ff_llauddsp_init (LLAudDSPContext *c)
 

Function Documentation

static int32_t scalarproduct_and_madd_int16_c ( int16_t *  v1,
const int16_t *  v2,
const int16_t *  v3,
int  order,
int  mul 
)
static

Definition at line 26 of file lossless_audiodsp.c.

Referenced by ff_llauddsp_init().

av_cold void ff_llauddsp_init ( LLAudDSPContext c)

Definition at line 39 of file lossless_audiodsp.c.

Referenced by ape_decode_init(), and decode_init().