FFmpeg
|
#include <string.h>
#include "checkasm.h"
#include "libavcodec/bswapdsp.h"
#include "libavutil/common.h"
#include "libavutil/internal.h"
#include "libavutil/intreadwrite.h"
#include "libavutil/mem_internal.h"
Go to the source code of this file.
Macros | |
#define | BUF_SIZE 512 |
#define | randomize_buffers() |
#define | check_bswap(type) |
Functions | |
void | checkasm_check_bswapdsp (void) |
#define BUF_SIZE 512 |
Definition at line 29 of file bswapdsp.c.
#define randomize_buffers | ( | ) |
#define check_bswap | ( | type | ) |
Definition at line 44 of file bswapdsp.c.
void checkasm_check_bswapdsp | ( | void | ) |
Definition at line 60 of file bswapdsp.c.