#include "config.h"
#include "libavutil/cpu.h"
#include "libavutil/x86/cpu.h"
#include "libavcodec/sbrdsp.h"
Go to the source code of this file.
Functions | |
float | ff_sbr_sum_square_sse (float(*x)[2], int n) |
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) |
void | ff_sbrdsp_init_x86 (SBRDSPContext *s) |
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().
float ff_sbr_sum_square_sse | ( | float(*) | x[2], | |
int | n | |||
) |
Referenced by ff_sbrdsp_init_x86().
void ff_sbrdsp_init_x86 | ( | SBRDSPContext * | s | ) |