FFmpeg
Macros | Functions
vf_blackdetect.c File Reference
#include <string.h>
#include "checkasm.h"
#include "libavfilter/vf_blackdetect.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_blackdetect (int depth)
 
void checkasm_check_blackdetect (void)
 

Macro Definition Documentation

◆ WIDTH

#define WIDTH   256

Definition at line 25 of file vf_blackdetect.c.

◆ HEIGHT

#define HEIGHT   16

Definition at line 26 of file vf_blackdetect.c.

◆ STRIDE

#define STRIDE   (WIDTH + 32)

Definition at line 27 of file vf_blackdetect.c.

Function Documentation

◆ check_blackdetect()

static void check_blackdetect ( int  depth)
static

Definition at line 29 of file vf_blackdetect.c.

Referenced by checkasm_check_blackdetect().

◆ checkasm_check_blackdetect()

void checkasm_check_blackdetect ( void  )

Definition at line 62 of file vf_blackdetect.c.