FFmpeg
|
#include <string.h>
#include "checkasm.h"
#include "libavcodec/bswapdsp.h"
#include "libavutil/common.h"
#include "libavutil/internal.h"
#include "libavutil/intreadwrite.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 28 of file bswapdsp.c.
Referenced by checkasm_check_bswapdsp().
#define randomize_buffers | ( | ) |
Definition at line 30 of file bswapdsp.c.
#define check_bswap | ( | type | ) |
Definition at line 43 of file bswapdsp.c.
Referenced by checkasm_check_bswapdsp().
Definition at line 59 of file bswapdsp.c.