FFmpeg
|
#include <string.h>
#include "libavutil/common.h"
#include "libavutil/intreadwrite.h"
#include "libavutil/mem.h"
#include "libavutil/mem_internal.h"
#include "libswscale/swscale.h"
#include "libswscale/swscale_internal.h"
#include "checkasm.h"
Go to the source code of this file.
Macros | |
#define | LARGEST_INPUT_SIZE 512 |
#define | INPUT_SIZES 6 |
#define | LARGEST_INPUT_SIZE 512 |
#define | INPUT_SIZES 6 |
Functions | |
static void | check_lumConvertRange (int from) |
static void | check_chrConvertRange (int from) |
void | checkasm_check_sw_range_convert (void) |
#define LARGEST_INPUT_SIZE 512 |
#define INPUT_SIZES 6 |
#define LARGEST_INPUT_SIZE 512 |
#define INPUT_SIZES 6 |
|
static |
Definition at line 31 of file sw_range_convert.c.
Referenced by checkasm_check_sw_range_convert().
|
static |
Definition at line 75 of file sw_range_convert.c.
Referenced by checkasm_check_sw_range_convert().
void checkasm_check_sw_range_convert | ( | void | ) |
Definition at line 124 of file sw_range_convert.c.