| 
    FFmpeg
    
   | 
 
#include <stdio.h>#include <stdlib.h>#include <string.h>#include <limits.h>#include <math.h>#include "config.h"#include "mp_msg.h"#include "cpudetect.h"#include "libavutil/common.h"#include "libavutil/x86/asm.h"#include "mpbswap.h"#include "img_format.h"#include "mp_image.h"#include "vf.h"#include "libvo/fastmemcpy.h"Go to the source code of this file.
Data Structures | |
| struct | vf_priv_s | 
Functions | |
| static int | diff_C (unsigned char *old, unsigned char *new, int os, int ns) | 
| static int | diff_plane (unsigned char *old, unsigned char *new, int w, int h, int os, int ns, int arg) | 
| static unsigned int | checksum_plane (unsigned char *p, unsigned char *z, int w, int h, int s, int zs, int arg) | 
| static int | deghost_plane (unsigned char *d, unsigned char *s, int w, int h, int ds, int ss, int threshold) | 
| static int | copyop (unsigned char *d, unsigned char *s, int bpl, int h, int dstride, int sstride, int dummy) | 
| static int | imgop (int(*planeop)(unsigned char *, unsigned char *, int, int, int, int, int), mp_image_t *dst, mp_image_t *src, int arg) | 
| static int | match (struct vf_priv_s *p, int *diffs, int phase1, int phase2, double *strength) | 
| static int | put_image (struct vf_instance *vf, mp_image_t *mpi, double pts) | 
| static int | analyze (struct vf_priv_s *p) | 
| static int | query_format (struct vf_instance *vf, unsigned int fmt) | 
| static void | uninit (struct vf_instance *vf) | 
| static int | vf_open (vf_instance_t *vf, char *args) | 
Variables | |
| const vf_info_t | ff_vf_info_divtc | 
| static int(* | diff )(unsigned char *, unsigned char *, int, int) | 
      
  | 
  static | 
Definition at line 97 of file vf_divtc.c.
Referenced by vf_open().
      
  | 
  static | 
Definition at line 110 of file vf_divtc.c.
Referenced by put_image().
      
  | 
  static | 
Definition at line 144 of file vf_divtc.c.
Referenced by put_image().
      
  | 
  static | 
Definition at line 178 of file vf_divtc.c.
Referenced by put_image().
      
  | 
  static | 
Definition at line 192 of file vf_divtc.c.
Referenced by put_image().
      
  | 
  static | 
Definition at line 197 of file vf_divtc.c.
Referenced by put_image().
      
  | 
  static | 
Definition at line 225 of file vf_divtc.c.
Referenced by analyze(), av_small_strptime(), avfilter_graph_parse(), count_colors(), filter(), libopenjpeg_matches_pix_fmt(), parse_inputs(), parse_outputs(), put_image(), and split_field_copy().
      
  | 
  static | 
Definition at line 261 of file vf_divtc.c.
Referenced by vf_open().
      
  | 
  static | 
Definition at line 384 of file vf_divtc.c.
Referenced by vf_open().
      
  | 
  static | 
Definition at line 572 of file vf_divtc.c.
Referenced by vf_open().
      
  | 
  static | 
Definition at line 587 of file vf_divtc.c.
Referenced by vf_open().
      
  | 
  static | 
Definition at line 599 of file vf_divtc.c.
| const vf_info_t ff_vf_info_divtc | 
Definition at line 38 of file vf_divtc.c.
      
  | 
  static | 
Definition at line 108 of file vf_divtc.c.
Referenced by diff_plane(), and vf_open().
 1.8.2