FFmpeg
|
#include <string.h>
#include "libavutil/intreadwrite.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) |
Definition at line 29 of file hevc_idct.c.
Referenced by check_idct(), and check_idct_dc().
|
static |
Definition at line 38 of file hevc_idct.c.
Referenced by checkasm_check_hevc_idct().
|
static |
Definition at line 62 of file hevc_idct.c.
Referenced by checkasm_check_hevc_idct().
Definition at line 86 of file hevc_idct.c.