#include <stddef.h>
#include <stdint.h>
#include <string.h>
#include "checkasm.h"
#include "libavcodec/huffyuvencdsp.h"
#include "libavutil/cpu.h"
#include "libavutil/macros.h"
#include "libavutil/mem_internal.h"
Go to the source code of this file.
◆ randomize_buffers
| #define randomize_buffers |
( |
|
buf, |
|
|
|
size, |
|
|
|
mask |
|
) |
| |
Value: do { \
for (
size_t j = 0; j <
size; ++j) \
} while (0)
Definition at line 33 of file huffyuvencdsp.c.
◆ anonymous enum
| Enumerator |
|---|
| MAX_WIDTH | maximum test width, must be a power of two smaller than the maximum alignment
|
Definition at line 29 of file huffyuvencdsp.c.
◆ check_sub_hfyu_median_pred_int16()
| static void check_sub_hfyu_median_pred_int16 |
( |
const char * |
aligned, |
|
|
unsigned |
width |
|
) |
| |
|
static |
◆ checkasm_check_huffyuvencdsp()
| void checkasm_check_huffyuvencdsp |
( |
void |
| ) |
|