Libav
Data Fields
APEDSPContext Struct Reference

#include <apedsp.h>

Data Fields

int32_t(* scalarproduct_and_madd_int16 )(int16_t *v1, const int16_t *v2, const int16_t *v3, int len, int mul)
 Calculate scalar product of v1 and v2, and v1[i] += v3[i] * mul. More...
 

Detailed Description

Definition at line 28 of file apedsp.h.

Field Documentation

§ scalarproduct_and_madd_int16

int32_t(* APEDSPContext::scalarproduct_and_madd_int16) (int16_t *v1, const int16_t *v2, const int16_t *v3, int len, int mul)

Calculate scalar product of v1 and v2, and v1[i] += v3[i] * mul.

Parameters
lenlength of vectors, should be multiple of 16

Definition at line 34 of file apedsp.h.

Referenced by ape_decode_init(), do_apply_filter(), ff_apedsp_init_arm(), ff_apedsp_init_ppc(), and ff_apedsp_init_x86().


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