#include <stddef.h>
#include <stdint.h>
#include <string.h>
#include "libavutil/intreadwrite.h"
#include "libavutil/macros.h"
#include "libavutil/mem_internal.h"
#include "libavcodec/mathops.h"
#include "libavcodec/rv34dsp.h"
#include "checkasm.h"
Go to the source code of this file.
◆ randomize
| #define randomize |
( |
|
buf, |
|
|
|
len |
|
) |
| |
Value: do { \
for (
int i = 0;
i <
len;
i++) \
} while (0)
Definition at line 34 of file rv34dsp.c.
◆ test_rv34_inv_transform_dc()
◆ test_rv34_idct_dc_add()
◆ test_rv34_idct_add()
◆ checkasm_check_rv34dsp()
| void checkasm_check_rv34dsp |
( |
void |
| ) |
|