FFmpeg
|
#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) |
|
static |
Definition at line 30 of file fdctdsp.c.
Referenced by check_fdct().
|
static |
Definition at line 39 of file fdctdsp.c.
Referenced by checkasm_check_fdctdsp().