#define flags(name, subs,...)
Macro definitions for various function/variable attributes.
int av_get_cpu_flags(void)
Return the flags which specify extensions supported by the CPU.
#define AV_CPU_FLAG_RVB
B (bit manipulations)
#define AV_CPU_FLAG_RVV_F64
Vectors of double's.
static double ff_lls_evaluate_rvv(struct LLSModel *m, const double *var, int order)
double ff_scalarproduct_double_rvv(const double *, const double *, size_t)
static void ff_lls_update_rvv(struct LLSModel *m, const double *var)
void ff_lls_update_covariance_rvv(double covar[][36], const double *var, int count)
av_cold void ff_init_lls_riscv(LLSModel *m)
Linear least squares model.
void(* update_lls)(struct LLSModel *m, const double *var)
Take the outer-product of var[] with itself, and add to the covariance matrix.
double(* evaluate_lls)(struct LLSModel *m, const double *var, int order)
Inner product of var[] and the LPC coefs.
double coeff[MAX_VARS][MAX_VARS]
double covariance[MAX_VARS_ALIGN][MAX_VARS_ALIGN]