FFmpeg
|
#include "avfilter.h"
Go to the source code of this file.
Macros | |
#define | SCENE_SAD_PARAMS |
Typedefs | |
typedef void(* | ff_scene_sad_fn) (SCENE_SAD_PARAMS) |
Functions | |
void | ff_scene_sad_c (SCENE_SAD_PARAMS) |
void | ff_scene_sad16_c (SCENE_SAD_PARAMS) |
ff_scene_sad_fn | ff_scene_sad_get_fn_x86 (int depth) |
ff_scene_sad_fn | ff_scene_sad_get_fn (int depth) |
Scene SAD functions
Definition in file scene_sad.h.
#define SCENE_SAD_PARAMS |
typedef void(* ff_scene_sad_fn) (SCENE_SAD_PARAMS) |
Definition at line 34 of file scene_sad.h.
void ff_scene_sad_c | ( | SCENE_SAD_PARAMS | ) |
Definition at line 45 of file scene_sad.c.
Referenced by ff_scene_sad_get_fn().
void ff_scene_sad16_c | ( | SCENE_SAD_PARAMS | ) |
Definition at line 26 of file scene_sad.c.
Referenced by ff_scene_sad_get_fn().
ff_scene_sad_fn ff_scene_sad_get_fn_x86 | ( | int | depth | ) |
Definition at line 46 of file scene_sad_init.c.
Referenced by ff_scene_sad_get_fn().
ff_scene_sad_fn ff_scene_sad_get_fn | ( | int | depth | ) |
Definition at line 59 of file scene_sad.c.
Referenced by config_input(), and config_input_ref().