FFmpeg
Loading...
Searching...
No Matches
lls.c File Reference
#include <float.h>
#include <stdio.h>
#include <string.h>
#include "libavutil/lls.h"
#include "checkasm.h"

Go to the source code of this file.

Functions

static void test_update (LLSModel *lls, const double *var)
static void test_evaluate (LLSModel *lls, const double *param, int order)
void checkasm_check_lls (void)

Function Documentation

◆ test_update()

void test_update ( LLSModel * lls,
const double * var )
static

Definition at line 26 of file lls.c.

Referenced by checkasm_check_lls().

◆ test_evaluate()

void test_evaluate ( LLSModel * lls,
const double * param,
int order )
static

Definition at line 56 of file lls.c.

Referenced by checkasm_check_lls().

◆ checkasm_check_lls()

void checkasm_check_lls ( void )

Definition at line 76 of file lls.c.