FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
takdsp.c File Reference
#include "libavutil/attributes.h"
#include "takdsp.h"
#include "config.h"

Go to the source code of this file.

Functions

static void decorrelate_ls (int32_t *p1, int32_t *p2, int length)
 
static void decorrelate_sr (int32_t *p1, int32_t *p2, int length)
 
static void decorrelate_sm (int32_t *p1, int32_t *p2, int length)
 
static void decorrelate_sf (int32_t *p1, int32_t *p2, int length, int dshift, int dfactor)
 
av_cold void ff_takdsp_init (TAKDSPContext *c)
 

Function Documentation

static void decorrelate_ls ( int32_t p1,
int32_t p2,
int  length 
)
static

Definition at line 26 of file takdsp.c.

Referenced by ff_takdsp_init().

static void decorrelate_sr ( int32_t p1,
int32_t p2,
int  length 
)
static

Definition at line 37 of file takdsp.c.

Referenced by ff_takdsp_init().

static void decorrelate_sm ( int32_t p1,
int32_t p2,
int  length 
)
static

Definition at line 48 of file takdsp.c.

Referenced by ff_takdsp_init().

static void decorrelate_sf ( int32_t p1,
int32_t p2,
int  length,
int  dshift,
int  dfactor 
)
static

Definition at line 61 of file takdsp.c.

Referenced by ff_takdsp_init().

av_cold void ff_takdsp_init ( TAKDSPContext c)

Definition at line 73 of file takdsp.c.

Referenced by tak_decode_init().