yadif.h File Reference

Go to the source code of this file.

Defines

#define CHECK(j)

Functions

static void yadif_filter_line_c (struct vf_priv_s *p, uint8_t *dst, uint8_t *prev, uint8_t *cur, uint8_t *next, int w, int refs, int parity)


Define Documentation

#define CHECK (  ) 

Value:

{   int score= FFABS(cur[-refs-1+j] - cur[+refs-1-j])\
                 + FFABS(cur[-refs  +j] - cur[+refs  -j])\
                 + FFABS(cur[-refs+1+j] - cur[+refs+1-j]);\
        if(score < spatial_score){\
            spatial_score= score;\
            spatial_pred= (cur[-refs  +j] + cur[+refs  -j])>>1;\


Function Documentation

static void yadif_filter_line_c ( struct vf_priv_s p,
uint8_t *  dst,
uint8_t *  prev,
uint8_t *  cur,
uint8_t *  next,
int  w,
int  refs,
int  parity 
) [static]

References c, CHECK, FFABS, and FFMAX3.

Referenced by RenderYadif().


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