#include <fixed_dsp.h>
Definition at line 55 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 79 of file fixed_dsp.h.
Referenced by avpriv_alloc_fixed_dsp(), checkasm_check_fixed_dsp(), and ff_fixed_dsp_init_riscv().
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 97 of file fixed_dsp.h.
Referenced by avpriv_alloc_fixed_dsp(), checkasm_check_fixed_dsp(), and ff_fixed_dsp_init_riscv().
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 112 of file fixed_dsp.h.
Referenced by avpriv_alloc_fixed_dsp(), checkasm_check_fixed_dsp(), and ff_fixed_dsp_init_riscv().
Definition at line 115 of file fixed_dsp.h.
Referenced by avpriv_alloc_fixed_dsp(), checkasm_check_fixed_dsp(), and ff_fixed_dsp_init_riscv().
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 131 of file fixed_dsp.h.
Referenced by avpriv_alloc_fixed_dsp(), checkasm_check_fixed_dsp(), and ff_fixed_dsp_init_riscv().
Calculate the scalar product of two vectors of integers.
Definition at line 143 of file fixed_dsp.h.
Referenced by avpriv_alloc_fixed_dsp(), checkasm_check_fixed_dsp(), and ff_fixed_dsp_init_riscv().
Calculate the sum and difference of two vectors of integers.
Definition at line 152 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().