|
FFmpeg
|
#include <string.h>#include "libavutil/intreadwrite.h"#include "libavutil/mem_internal.h"#include "libavcodec/hevc/dsp.h"#include "checkasm.h"Go to the source code of this file.
Macros | |
| #define | randomize_buffers(buf, size) |
Functions | |
| static void | check_dequant (HEVCDSPContext *h, int bit_depth) |
| void | checkasm_check_hevc_dequant (void) |
| #define randomize_buffers | ( | buf, | |
| size | |||
| ) |
|
static |
Definition at line 40 of file hevc_dequant.c.
Referenced by checkasm_check_hevc_dequant().
| void checkasm_check_hevc_dequant | ( | void | ) |
Definition at line 65 of file hevc_dequant.c.
1.8.17