sharpen.c File Reference

Include dependency graph for sharpen.c:


Data Structures

struct  filter_sys_t
 filter_sys_t: chroma method descriptor More...

Defines

#define SIG_TEXT   N_("Sharpen strength (0-2)")
#define SIG_LONGTEXT   N_("Set the Sharpen strength, between 0 and 2. Defaults to 0.05.")
#define SHARPEN_HELP   N_("Augment contrast between contours.")
#define FILTER_PREFIX   "sharpen-"

Functions

static int Create (vlc_object_t *)
static void Destroy (vlc_object_t *)
static picture_tFilter (filter_t *, picture_t *)
static int SharpenCallback (vlc_object_t *, char const *, vlc_value_t, vlc_value_t, void *)
int vlc_entry__main (module_t *p_module)
const char * vlc_entry_license__main (void)
static int32_t clip (int32_t a)
static void init_precalc_table (filter_sys_t *p_filter, float sigma)

Variables

static const char *const ppsz_filter_options []

Define Documentation

#define FILTER_PREFIX   "sharpen-"

#define SHARPEN_HELP   N_("Augment contrast between contours.")

#define SIG_LONGTEXT   N_("Set the Sharpen strength, between 0 and 2. Defaults to 0.05.")

#define SIG_TEXT   N_("Sharpen strength (0-2)")


Function Documentation

static int32_t clip ( int32_t  a  )  [inline, static]

Referenced by Filter().

static int Create ( vlc_object_t p_this  )  [static]

static void Destroy ( vlc_object_t p_this  )  [static]

static picture_t * Filter ( filter_t p_filter,
picture_t p_pic 
) [static]

static void init_precalc_table ( filter_sys_t p_filter,
float  sigma 
) [static]

References i, and filter_sys_t::tab_precalc.

Referenced by Create(), and SharpenCallback().

static int SharpenCallback ( vlc_object_t p_this,
char const *  psz_var,
vlc_value_t  oldval,
vlc_value_t  newval,
void *  p_data 
) [static]

int vlc_entry__main ( module_t p_module  ) 

const char* vlc_entry_license__main ( void   ) 


Variable Documentation

const char* const ppsz_filter_options[] [static]

Initial value:

 {
    "sigma", NULL
}


Generated on Tue May 25 08:05:31 2010 for VLC by  doxygen 1.5.6