#include "config.h"
#include "libavutil/cpu.h"
#include "libavresample/audio_convert.h"
Go to the source code of this file.
Functions | |
void | ff_conv_fltp_to_flt_6ch_mmx (float *dst, float *const *src, int len) |
void | ff_conv_fltp_to_flt_6ch_sse4 (float *dst, float *const *src, int len) |
void | ff_conv_fltp_to_flt_6ch_avx (float *dst, float *const *src, int len) |
av_cold void | ff_audio_convert_init_x86 (AudioConvert *ac) |
av_cold void ff_audio_convert_init_x86 | ( | AudioConvert * | ac | ) |
Definition at line 29 of file audio_convert_init.c.
void ff_conv_fltp_to_flt_6ch_avx | ( | float * | dst, | |
float *const * | src, | |||
int | len | |||
) |
Referenced by ff_audio_convert_init_x86().
void ff_conv_fltp_to_flt_6ch_mmx | ( | float * | dst, | |
float *const * | src, | |||
int | len | |||
) |
Referenced by ff_audio_convert_init_x86().
void ff_conv_fltp_to_flt_6ch_sse4 | ( | float * | dst, | |
float *const * | src, | |||
int | len | |||
) |
Referenced by ff_audio_convert_init_x86().