FFmpeg
Macros | Functions
vf_colordetect.c File Reference
#include <string.h>
#include "checkasm.h"
#include "libavfilter/vf_colordetect.h"
#include "libavutil/mem_internal.h"

Go to the source code of this file.

Macros

#define WIDTH   256
 
#define HEIGHT   16
 
#define STRIDE   (WIDTH + 32)
 

Functions

static void check_range_detect (int depth)
 
static void check_alpha_detect (int depth, enum AVColorRange range)
 
void checkasm_check_colordetect (void)
 

Macro Definition Documentation

◆ WIDTH

#define WIDTH   256

Definition at line 25 of file vf_colordetect.c.

◆ HEIGHT

#define HEIGHT   16

Definition at line 26 of file vf_colordetect.c.

◆ STRIDE

#define STRIDE   (WIDTH + 32)

Definition at line 27 of file vf_colordetect.c.

Function Documentation

◆ check_range_detect()

static void check_range_detect ( int  depth)
static

Definition at line 29 of file vf_colordetect.c.

Referenced by checkasm_check_colordetect().

◆ check_alpha_detect()

static void check_alpha_detect ( int  depth,
enum AVColorRange  range 
)
static

Definition at line 72 of file vf_colordetect.c.

Referenced by checkasm_check_colordetect().

◆ checkasm_check_colordetect()

void checkasm_check_colordetect ( void  )

Definition at line 129 of file vf_colordetect.c.