Go to the documentation of this file.
58 dst[
i] =
src2[
i] + (int)((accu + 0x40000000) >> 31);
70 dst[
i] = (int)((accu+0x40000000) >> 31);
120 for (
i = 0;
i <
len;
i++){
122 dst[
i] = (int)((accu+0x40000000) >> 31);
136 return (
int)(p >> 31);
142 unsigned int *v1 = v1s;
144 for (
i = 0;
i <
len;
i++){
145 int t = v1[
i] - v2[
i];
void(* butterflies_fixed)(int *restrict v1, int *restrict v2, int len)
Calculate the sum and difference of two vectors of integers.
static void vector_fmul_c(int *dst, const int *src0, const int *src1, int len)
static float win(SuperEqualizerContext *s, float n, int N)
void(* vector_fmul_add)(int *dst, const int *src0, const int *src1, const int *src2, int len)
Calculate the entry wise product of two vectors of integers, add a third vector of integers and store...
void ff_fixed_dsp_init_riscv(AVFixedDSPContext *fdsp)
static void butterflies_fixed_c(int *restrict v1s, int *restrict v2, int len)
AVFixedDSPContext * avpriv_alloc_fixed_dsp(int bit_exact)
Allocate and initialize a fixed DSP context.
int(* scalarproduct_fixed)(const int *v1, const int *v2, int len)
Calculate the scalar product of two vectors of integers.
void(* vector_fmul_reverse)(int *dst, const int *src0, const int *src1, int len)
uint8_t ptrdiff_t const uint8_t ptrdiff_t int intptr_t intptr_t int int16_t * dst
static void vector_fmul_reverse_c(int *dst, const int *src0, const int *src1, int len)
static void vector_fmul_window_scaled_c(int16_t *dst, const int32_t *src0, const int32_t *src1, const int32_t *win, int len, uint8_t bits)
void(* vector_fmul)(int *dst, const int *src0, const int *src1, int len)
Fixed-point multiplication that calculates the entry wise product of two vectors of integers and stor...
#define i(width, name, range_min, range_max)
static av_always_inline av_const double round(double x)
static void vector_fmul_window_c(int32_t *dst, const int32_t *src0, const int32_t *src1, const int32_t *win, int len)
void ff_fixed_dsp_init_x86(AVFixedDSPContext *fdsp)
void(* vector_fmul_window_scaled)(int16_t *dst, const int32_t *src0, const int32_t *src1, const int32_t *win, int len, uint8_t bits)
Overlap/add with window function.
static int scalarproduct_fixed_c(const int *v1, const int *v2, int len)
void(* vector_fmul_window)(int32_t *dst, const int32_t *src0, const int32_t *src1, const int32_t *win, int len)
Overlap/add with window function.
static void vector_fmul_add_c(int *dst, const int *src0, const int *src1, const int *src2, int len)