FFmpeg
|
#include "config.h"
#include "libavutil/attributes.h"
#include "libavutil/cpu.h"
#include "libavutil/x86/cpu.h"
#include "libavcodec/sbrdsp.h"
Go to the source code of this file.
Referenced by ff_sbrdsp_init_x86().
void ff_sbr_sum64x5_sse | ( | float * | z | ) |
Referenced by ff_sbrdsp_init_x86().
void ff_sbr_hf_g_filt_sse | ( | float(*) | Y[2], |
const float(*) | X_high[40][2], | ||
const float * | g_filt, | ||
int | m_max, | ||
intptr_t | ixh | ||
) |
Referenced by ff_sbrdsp_init_x86().
void ff_sbr_hf_gen_sse | ( | float(*) | X_high[2], |
const float(*) | X_low[2], | ||
const float | alpha0[2], | ||
const float | alpha1[2], | ||
float | bw, | ||
int | start, | ||
int | end | ||
) |
Referenced by ff_sbrdsp_init_x86().
void ff_sbr_neg_odd_64_sse | ( | float * | z | ) |
Referenced by ff_sbrdsp_init_x86().
Referenced by ff_sbrdsp_init_x86().
Referenced by ff_sbrdsp_init_x86().
void ff_sbr_qmf_pre_shuffle_sse2 | ( | float * | z | ) |
Referenced by ff_sbrdsp_init_x86().
void ff_sbr_hf_apply_noise_0_sse2 | ( | float(*) | Y[2], |
const float * | s_m, | ||
const float * | q_filt, | ||
int | noise, | ||
int | kx, | ||
int | m_max | ||
) |
Referenced by ff_sbrdsp_init_x86().
void ff_sbr_hf_apply_noise_1_sse2 | ( | float(*) | Y[2], |
const float * | s_m, | ||
const float * | q_filt, | ||
int | noise, | ||
int | kx, | ||
int | m_max | ||
) |
Referenced by ff_sbrdsp_init_x86().
void ff_sbr_hf_apply_noise_2_sse2 | ( | float(*) | Y[2], |
const float * | s_m, | ||
const float * | q_filt, | ||
int | noise, | ||
int | kx, | ||
int | m_max | ||
) |
Referenced by ff_sbrdsp_init_x86().
void ff_sbr_hf_apply_noise_3_sse2 | ( | float(*) | Y[2], |
const float * | s_m, | ||
const float * | q_filt, | ||
int | noise, | ||
int | kx, | ||
int | m_max | ||
) |
Referenced by ff_sbrdsp_init_x86().
Referenced by ff_sbrdsp_init_x86().
Referenced by ff_sbrdsp_init_x86().
Referenced by ff_sbrdsp_init_x86().
av_cold void ff_sbrdsp_init_x86 | ( | SBRDSPContext * | s | ) |
Definition at line 58 of file sbrdsp_init.c.
Referenced by ff_sbrdsp_init().