| 
    FFmpeg
    
   | 
 
#include <stdint.h>#include "config.h"#include "libavutil/attributes.h"#include "libavutil/cpu.h"#include "libavcodec/fmtconvert.h"Go to the source code of this file.
Functions | |
| void | ff_int32_to_float_fmul_scalar_rvv (float *dst, const int32_t *src, float mul, int len) | 
| void | ff_int32_to_float_fmul_array8_rvv (FmtConvertContext *c, float *dst, const int32_t *src, const float *mul, int len) | 
| av_cold void | ff_fmt_convert_init_riscv (FmtConvertContext *c) | 
Referenced by ff_fmt_convert_init_riscv().
| void ff_int32_to_float_fmul_array8_rvv | ( | FmtConvertContext * | c, | 
| float * | dst, | ||
| const int32_t * | src, | ||
| const float * | mul, | ||
| int | len | ||
| ) | 
Referenced by ff_fmt_convert_init_riscv().
| av_cold void ff_fmt_convert_init_riscv | ( | FmtConvertContext * | c | ) | 
Definition at line 34 of file fmtconvert_init.c.
Referenced by ff_fmt_convert_init().
 1.8.17