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

Go to the source code of this file.

Functions

void ff_tak_decorrelate_ls_sse2 (int32_t *p1, int32_t *p2, int length)
 
void ff_tak_decorrelate_sr_sse2 (int32_t *p1, int32_t *p2, int length)
 
void ff_tak_decorrelate_sm_sse2 (int32_t *p1, int32_t *p2, int length)
 
void ff_tak_decorrelate_sf_sse4 (int32_t *p1, int32_t *p2, int length, int dshift, int dfactor)
 
av_cold void ff_takdsp_init_x86 (TAKDSPContext *c)
 

Function Documentation

void ff_tak_decorrelate_ls_sse2 ( int32_t p1,
int32_t p2,
int  length 
)

Referenced by ff_takdsp_init_x86().

void ff_tak_decorrelate_sr_sse2 ( int32_t p1,
int32_t p2,
int  length 
)

Referenced by ff_takdsp_init_x86().

void ff_tak_decorrelate_sm_sse2 ( int32_t p1,
int32_t p2,
int  length 
)

Referenced by ff_takdsp_init_x86().

void ff_tak_decorrelate_sf_sse4 ( int32_t p1,
int32_t p2,
int  length,
int  dshift,
int  dfactor 
)

Referenced by ff_takdsp_init_x86().

av_cold void ff_takdsp_init_x86 ( TAKDSPContext c)

Definition at line 30 of file takdsp_init.c.

Referenced by ff_takdsp_init().