FFmpeg
Loading...
Searching...
No Matches
lls_init.c File Reference
#include <assert.h>
#include <stdint.h>
#include "config.h"
#include "libavutil/attributes.h"
#include "libavutil/cpu.h"
#include "libavutil/riscv/cpu.h"
#include "libavutil/lls.h"

Go to the source code of this file.

Functions

void ff_lls_update_covariance_rvv (double covar[][36], const double *var, int count)
 
double ff_scalarproduct_double_rvv (const double *, const double *, size_t)
 
static void ff_lls_update_rvv (struct LLSModel *m, const double *var)
 
static double ff_lls_evaluate_rvv (struct LLSModel *m, const double *var, int order)
 
av_cold void ff_init_lls_riscv (LLSModel *m)
 

Function Documentation

◆ ff_lls_update_covariance_rvv()

void ff_lls_update_covariance_rvv ( double covar[][36],
const double * var,
int count )

Referenced by ff_lls_update_rvv().

◆ ff_scalarproduct_double_rvv()

double ff_scalarproduct_double_rvv ( const double * ,
const double * ,
size_t  )

Referenced by ff_lls_evaluate_rvv().

◆ ff_lls_update_rvv()

static void ff_lls_update_rvv ( struct LLSModel * m,
const double * var )
static

Definition at line 34 of file lls_init.c.

Referenced by ff_init_lls_riscv().

◆ ff_lls_evaluate_rvv()

static double ff_lls_evaluate_rvv ( struct LLSModel * m,
const double * var,
int order )
static

Definition at line 39 of file lls_init.c.

Referenced by ff_init_lls_riscv().

◆ ff_init_lls_riscv()

av_cold void ff_init_lls_riscv ( LLSModel * m)

Definition at line 45 of file lls_init.c.

Referenced by avpriv_init_lls().