fmtconvert.h File Reference
#include "avcodec.h"

Go to the source code of this file.

Data Structures

struct  FmtConvertContext

Typedefs

typedef struct FmtConvertContext FmtConvertContext

Functions

void ff_float_interleave_c (float *dst, const float **src, unsigned int len, int channels)
void ff_fmt_convert_init (FmtConvertContext *c, AVCodecContext *avctx)
void ff_fmt_convert_init_arm (FmtConvertContext *c, AVCodecContext *avctx)
void ff_fmt_convert_init_altivec (FmtConvertContext *c, AVCodecContext *avctx)
void ff_fmt_convert_init_x86 (FmtConvertContext *c, AVCodecContext *avctx)

Typedef Documentation

Function Documentation

void ff_float_interleave_c ( float *  dst,
const float **  src,
unsigned int  len,
int  channels 
)

Definition at line 59 of file fmtconvert.c.

Referenced by ff_fmt_convert_init().

void ff_fmt_convert_init_altivec ( FmtConvertContext c,
AVCodecContext avctx 
)

Definition at line 135 of file fmtconvert_altivec.c.

Referenced by ff_fmt_convert_init().

void ff_fmt_convert_init_arm ( FmtConvertContext c,
AVCodecContext avctx 
)

Definition at line 34 of file fmtconvert_init_arm.c.

Referenced by ff_fmt_convert_init().

void ff_fmt_convert_init_x86 ( FmtConvertContext c,
AVCodecContext avctx 
)

Definition at line 111 of file fmtconvert_mmx.c.

Referenced by ff_fmt_convert_init().