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) |
|
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 | ) |
Definition at line 44 of file fmtconvert.c.
Referenced by ac3_decode_init(), and checkasm_check_fmtconvert().