| 
    FFmpeg
    
   | 
 
#include <stdint.h>#include "libavutil/attributes.h"#include "libavutil/arm/cpu.h"#include "libavcodec/avcodec.h"#include "libavcodec/fmtconvert.h"Go to the source code of this file.
Functions | |
| void | ff_int32_to_float_fmul_scalar_neon (float *dst, const int32_t *src, float mul, int len) | 
| void | ff_int32_to_float_fmul_scalar_vfp (float *dst, const int32_t *src, float mul, int len) | 
| void | ff_int32_to_float_fmul_array8_vfp (FmtConvertContext *c, float *dst, const int32_t *src, const float *mul, int len) | 
| void | ff_float_to_int16_neon (int16_t *dst, const float *src, long len) | 
| void | ff_float_to_int16_interleave_neon (int16_t *, const float **, long, int) | 
| void | ff_float_to_int16_vfp (int16_t *dst, const float *src, long len) | 
| av_cold void | ff_fmt_convert_init_arm (FmtConvertContext *c, AVCodecContext *avctx) | 
Referenced by ff_fmt_convert_init_arm().
Referenced by ff_fmt_convert_init_arm().
| void ff_int32_to_float_fmul_array8_vfp | ( | FmtConvertContext * | c, | 
| float * | dst, | ||
| const int32_t * | src, | ||
| const float * | mul, | ||
| int | len | ||
| ) | 
Referenced by ff_fmt_convert_init_arm().
| void ff_float_to_int16_neon | ( | int16_t * | dst, | 
| const float * | src, | ||
| long | len | ||
| ) | 
Referenced by ff_fmt_convert_init_arm().
| void ff_float_to_int16_interleave_neon | ( | int16_t * | , | 
| const float ** | , | ||
| long | , | ||
| int | |||
| ) | 
Referenced by ff_fmt_convert_init_arm().
| void ff_float_to_int16_vfp | ( | int16_t * | dst, | 
| const float * | src, | ||
| long | len | ||
| ) | 
Referenced by ff_fmt_convert_init_arm().
| av_cold void ff_fmt_convert_init_arm | ( | FmtConvertContext * | c, | 
| AVCodecContext * | avctx | ||
| ) | 
Definition at line 42 of file fmtconvert_init_arm.c.
Referenced by ff_fmt_convert_init().
 1.8.2