FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions
threshold.h File Reference
#include "avfilter.h"
#include "framesync.h"

Go to the source code of this file.

Data Structures

struct  ThresholdContext
 

Functions

void ff_threshold_init (ThresholdContext *s)
 
void ff_threshold_init_x86 (ThresholdContext *s)
 

Function Documentation

void ff_threshold_init ( ThresholdContext s)

Definition at line 193 of file vf_threshold.c.

Referenced by check_threshold(), and config_input().

void ff_threshold_init_x86 ( ThresholdContext s)

Definition at line 40 of file vf_threshold_init.c.

Referenced by ff_threshold_init().