FFmpeg
|
#include <string.h>
#include "libavutil/intreadwrite.h"
#include "libavutil/mem_internal.h"
#include "libavcodec/hevcdsp.h"
#include "checkasm.h"
Go to the source code of this file.
Macros | |
#define | randomize_buffers(buf, size) |
Functions | |
static void | check_idct (HEVCDSPContext h, int bit_depth) |
static void | check_idct_dc (HEVCDSPContext h, int bit_depth) |
void | checkasm_check_hevc_idct (void) |
#define randomize_buffers | ( | buf, | |
size | |||
) |
|
static |
Definition at line 39 of file hevc_idct.c.
Referenced by checkasm_check_hevc_idct().
|
static |
Definition at line 63 of file hevc_idct.c.
Referenced by checkasm_check_hevc_idct().
void checkasm_check_hevc_idct | ( | void | ) |
Definition at line 87 of file hevc_idct.c.