FFmpeg
|
#include "libavutil/attributes.h"
#include "libavutil/cpu.h"
#include "libavutil/float_dsp.h"
#include "cpu.h"
Go to the source code of this file.
Referenced by ff_float_dsp_init_x86().
Referenced by ff_float_dsp_init_x86().
Referenced by ff_float_dsp_init_x86().
Referenced by ff_float_dsp_init_x86().
Referenced by ff_float_dsp_init_x86().
Referenced by ff_float_dsp_init_x86().
Referenced by ff_float_dsp_init_x86().
Referenced by ff_float_dsp_init_x86().
Referenced by ff_float_dsp_init_x86().
Referenced by ff_float_dsp_init_x86().
Referenced by ff_float_dsp_init_x86().
Referenced by ff_float_dsp_init_x86().
Referenced by ff_float_dsp_init_x86().
void ff_vector_fmul_window_sse | ( | float * | dst, |
const float * | src0, | ||
const float * | src1, | ||
const float * | win, | ||
int | len | ||
) |
Referenced by ff_float_dsp_init_x86().
void ff_vector_fmul_add_sse | ( | float * | dst, |
const float * | src0, | ||
const float * | src1, | ||
const float * | src2, | ||
int | len | ||
) |
Referenced by ff_float_dsp_init_x86().
void ff_vector_fmul_add_avx | ( | float * | dst, |
const float * | src0, | ||
const float * | src1, | ||
const float * | src2, | ||
int | len | ||
) |
Referenced by ff_float_dsp_init_x86().
void ff_vector_fmul_add_fma3 | ( | float * | dst, |
const float * | src0, | ||
const float * | src1, | ||
const float * | src2, | ||
int | len | ||
) |
Referenced by ff_float_dsp_init_x86().
Referenced by ff_float_dsp_init_x86().
Referenced by ff_float_dsp_init_x86().
Referenced by ff_float_dsp_init_x86().
Referenced by ff_float_dsp_init_x86().
Referenced by ff_float_dsp_init_x86().
Referenced by ff_float_dsp_init_x86().
av_cold void ff_float_dsp_init_x86 | ( | AVFloatDSPContext * | fdsp | ) |
Definition at line 78 of file float_dsp_init.c.
Referenced by avpriv_float_dsp_alloc().