#include <fixed_dsp.h>
Definition at line 56 of file fixed_dsp.h.
Overlap/add with window function.
Result is scaled down by "bits" bits. Used primarily by MDCT-based audio codecs. Source and destination vectors must overlap exactly or not at all.
Definition at line 80 of file fixed_dsp.h.
Referenced by avpriv_alloc_fixed_dsp(), and checkasm_check_fixed_dsp().
Overlap/add with window function.
Used primarily by MDCT-based audio codecs. Source and destination vectors must overlap exactly or not at all.
Definition at line 98 of file fixed_dsp.h.
Referenced by avpriv_alloc_fixed_dsp(), and checkasm_check_fixed_dsp().
Fixed-point multiplication that calculates the entry wise product of two vectors of integers and stores the result in a vector of integers.
Definition at line 113 of file fixed_dsp.h.
Referenced by avpriv_alloc_fixed_dsp(), and checkasm_check_fixed_dsp().
Definition at line 116 of file fixed_dsp.h.
Referenced by avpriv_alloc_fixed_dsp(), and checkasm_check_fixed_dsp().
Calculate the entry wise product of two vectors of integers, add a third vector of integers and store the result in a vector of integers.
Definition at line 132 of file fixed_dsp.h.
Referenced by avpriv_alloc_fixed_dsp(), and checkasm_check_fixed_dsp().
Calculate the scalar product of two vectors of integers.
Definition at line 144 of file fixed_dsp.h.
Referenced by avpriv_alloc_fixed_dsp(), and checkasm_check_fixed_dsp().
Calculate the sum and difference of two vectors of integers.
Definition at line 153 of file fixed_dsp.h.
Referenced by avpriv_alloc_fixed_dsp(), checkasm_check_fixed_dsp(), ff_fixed_dsp_init_riscv(), and ff_fixed_dsp_init_x86().