FFmpeg
Macros | Functions
sw_range_convert.c File Reference
#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)
 

Macro Definition Documentation

◆ LARGEST_INPUT_SIZE [1/2]

#define LARGEST_INPUT_SIZE   512

◆ INPUT_SIZES [1/2]

#define INPUT_SIZES   6

◆ LARGEST_INPUT_SIZE [2/2]

#define LARGEST_INPUT_SIZE   512

◆ INPUT_SIZES [2/2]

#define INPUT_SIZES   6

Function Documentation

◆ check_lumConvertRange()

static void check_lumConvertRange ( int  from)
static

Definition at line 31 of file sw_range_convert.c.

Referenced by checkasm_check_sw_range_convert().

◆ check_chrConvertRange()

static void check_chrConvertRange ( int  from)
static

Definition at line 75 of file sw_range_convert.c.

Referenced by checkasm_check_sw_range_convert().

◆ checkasm_check_sw_range_convert()

void checkasm_check_sw_range_convert ( void  )

Definition at line 124 of file sw_range_convert.c.