FFmpeg
Loading...
Searching...
No Matches
FmtConvertContext Struct Reference

#include <fmtconvert.h>

Data Fields

void(* int32_to_float_fmul_scalar )(float *dst, const int32_t *src, float mul, int len)
 Convert an array of int32_t to float and multiply by a float value.
 

Detailed Description

Definition at line 28 of file fmtconvert.h.

Field Documentation

◆ int32_to_float_fmul_scalar

void(* FmtConvertContext::int32_to_float_fmul_scalar) (float *dst, const int32_t *src, float mul, int len)

Convert an array of int32_t to float and multiply by a float value.

Parameters
dstdestination array of float. constraints: 16-byte aligned
srcsource array of int32_t. constraints: 16-byte aligned
lennumber of elements to convert. constraints: multiple of 8

Definition at line 38 of file fmtconvert.h.


The documentation for this struct was generated from the following file: