FFmpeg
|
Go to the source code of this file.
Functions | |
static void | int32_to_float_fmul_scalar_c (float *dst, const int32_t *src, float mul, int len) |
static void | int32_to_float_fmul_array8_c (FmtConvertContext *c, float *dst, const int32_t *src, const float *mul, int len) |
av_cold void | ff_fmt_convert_init (FmtConvertContext *c, AVCodecContext *avctx) |
void | float_interleave (float *dst, const float **src, long len, int channels) |
void | float_interleave_noscale (float *dst, const float **src, long len, int channels) |
|
static |
Definition at line 27 of file fmtconvert.c.
Referenced by ff_fmt_convert_init().
|
static |
Definition at line 35 of file fmtconvert.c.
Referenced by ff_fmt_convert_init().
av_cold void ff_fmt_convert_init | ( | FmtConvertContext * | c, |
AVCodecContext * | avctx | ||
) |
Definition at line 44 of file fmtconvert.c.
Referenced by ac3_decode_init(), and dca_decode_init().
void float_interleave | ( | float * | dst, |
const float ** | src, | ||
long | len, | ||
int | channels | ||
) |
Definition at line 56 of file fmtconvert.c.
void float_interleave_noscale | ( | float * | dst, |
const float ** | src, | ||
long | len, | ||
int | channels | ||
) |
Definition at line 71 of file fmtconvert.c.