FFmpeg
|
#include "scene_sad.h"
Go to the source code of this file.
Functions | |
void | ff_scene_sad16_c (SCENE_SAD_PARAMS) |
void | ff_scene_sad_c (SCENE_SAD_PARAMS) |
ff_scene_sad_fn | ff_scene_sad_get_fn (int depth) |
Scene SAD functions
Definition in file scene_sad.c.
void ff_scene_sad16_c | ( | SCENE_SAD_PARAMS | ) |
Definition at line 26 of file scene_sad.c.
Referenced by ff_scene_sad_get_fn().
void ff_scene_sad_c | ( | SCENE_SAD_PARAMS | ) |
Definition at line 45 of file scene_sad.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().