libavresample/x86/audio_convert_init.c File Reference

#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)


Function Documentation

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 
)

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 
)


Generated on Fri Oct 26 02:48:02 2012 for FFmpeg by  doxygen 1.5.8