FFmpeg
Functions
fdctdsp.c File Reference
#include <string.h>
#include "checkasm.h"
#include "libavcodec/avcodec.h"
#include "libavcodec/fdctdsp.h"
#include "libavutil/common.h"
#include "libavutil/internal.h"
#include "libavutil/mem_internal.h"

Go to the source code of this file.

Functions

static int int16_cmp_off_by_n (const int16_t *ref, const int16_t *test, size_t n, int accuracy)
 
static void check_fdct (void)
 
void checkasm_check_fdctdsp (void)
 

Function Documentation

◆ int16_cmp_off_by_n()

static int int16_cmp_off_by_n ( const int16_t *  ref,
const int16_t *  test,
size_t  n,
int  accuracy 
)
static

Definition at line 30 of file fdctdsp.c.

Referenced by check_fdct().

◆ check_fdct()

static void check_fdct ( void  )
static

Definition at line 39 of file fdctdsp.c.

Referenced by checkasm_check_fdctdsp().

◆ checkasm_check_fdctdsp()

void checkasm_check_fdctdsp ( void  )

Definition at line 67 of file fdctdsp.c.