Libav
Data Structures | Functions
float_dsp.h File Reference
#include "config.h"

Go to the source code of this file.

Data Structures

struct  AVFloatDSPContext
 

Functions

float avpriv_scalarproduct_float_c (const float *v1, const float *v2, int len)
 Return the scalar product of two vectors. More...
 
void avpriv_float_dsp_init (AVFloatDSPContext *fdsp, int strict)
 Initialize a float DSP context. More...
 
void ff_float_dsp_init_aarch64 (AVFloatDSPContext *fdsp)
 
void ff_float_dsp_init_arm (AVFloatDSPContext *fdsp)
 
void ff_float_dsp_init_ppc (AVFloatDSPContext *fdsp, int strict)
 
void ff_float_dsp_init_x86 (AVFloatDSPContext *fdsp)
 

Function Documentation

float avpriv_scalarproduct_float_c ( const float *  v1,
const float *  v2,
int  len 
)
void avpriv_float_dsp_init ( AVFloatDSPContext fdsp,
int  strict 
)
void ff_float_dsp_init_aarch64 ( AVFloatDSPContext fdsp)

Definition at line 54 of file float_dsp_init.c.

Referenced by avpriv_float_dsp_init().

void ff_float_dsp_init_arm ( AVFloatDSPContext fdsp)

Definition at line 24 of file float_dsp_init_arm.c.

Referenced by avpriv_float_dsp_init().

void ff_float_dsp_init_ppc ( AVFloatDSPContext fdsp,
int  strict 
)

Definition at line 28 of file float_dsp_init.c.

Referenced by avpriv_float_dsp_init().

void ff_float_dsp_init_x86 ( AVFloatDSPContext fdsp)

Definition at line 125 of file float_dsp_init.c.

Referenced by avpriv_float_dsp_init().