FFmpeg
|
#include "libavutil/attributes.h"
#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 (const int32_t *p1, int32_t *p2, int length) |
void | ff_tak_decorrelate_ls_avx2 (const int32_t *p1, int32_t *p2, int length) |
void | ff_tak_decorrelate_sr_sse2 (int32_t *p1, const int32_t *p2, int length) |
void | ff_tak_decorrelate_sr_avx2 (int32_t *p1, const int32_t *p2, int length) |
void | ff_tak_decorrelate_sm_sse2 (int32_t *p1, int32_t *p2, int length) |
void | ff_tak_decorrelate_sm_avx2 (int32_t *p1, int32_t *p2, int length) |
void | ff_tak_decorrelate_sf_sse4 (int32_t *p1, const int32_t *p2, int length, int dshift, int dfactor) |
void | ff_tak_decorrelate_sf_avx2 (int32_t *p1, const int32_t *p2, int length, int dshift, int dfactor) |
av_cold void | ff_takdsp_init_x86 (TAKDSPContext *c) |
Referenced by ff_takdsp_init_x86().
Referenced by ff_takdsp_init_x86().
Referenced by ff_takdsp_init_x86().
Referenced by ff_takdsp_init_x86().
Referenced by ff_takdsp_init_x86().
Referenced by ff_takdsp_init_x86().
void ff_tak_decorrelate_sf_sse4 | ( | int32_t * | p1, |
const int32_t * | p2, | ||
int | length, | ||
int | dshift, | ||
int | dfactor | ||
) |
Referenced by ff_takdsp_init_x86().
void ff_tak_decorrelate_sf_avx2 | ( | int32_t * | p1, |
const 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 35 of file takdsp_init.c.
Referenced by ff_takdsp_init().