|
FFmpeg
|
#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.
Macros | |
| #define | randomize_buffers(buf, size, mask) |
Enumerations | |
| enum | { MAX_WIDTH = 4096 } |
Functions | |
| static void | check_sub_hfyu_median_pred_int16 (const char *aligned, unsigned width) |
| void | checkasm_check_huffyuvencdsp (void) |
Definition at line 33 of file huffyuvencdsp.c.
Referenced by check_sub_hfyu_median_pred_int16().
| 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.
|
static |
Definition at line 40 of file huffyuvencdsp.c.
Referenced by checkasm_check_huffyuvencdsp().
| void checkasm_check_huffyuvencdsp | ( | void | ) |
Definition at line 73 of file huffyuvencdsp.c.