#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "config.h"
#include "dsputil.h"
#include "libavutil/internal.h"
#include "libavutil/lfg.h"
#include "libavutil/mem.h"
#include "libavutil/time.h"
Go to the source code of this file.
Defines | |
#define | WIDTH 64 |
#define | HEIGHT 64 |
#define | NB_ITS 500 |
Functions | |
static void | fill_random (uint8_t *tab, int size) |
static void | help (void) |
static void | test_motion (const char *name, me_cmp_func test_func, me_cmp_func ref_func) |
int | main (int argc, char **argv) |
Variables | |
static uint8_t | img1 [WIDTH *HEIGHT] |
static uint8_t | img2 [WIDTH *HEIGHT] |
int | dummy |
Definition in file motion-test.c.
#define HEIGHT 64 |
Definition at line 40 of file motion-test.c.
#define NB_ITS 500 |
Definition at line 62 of file motion-test.c.
#define WIDTH 64 |
Definition at line 39 of file motion-test.c.
static void help | ( | void | ) | [static] |
Definition at line 56 of file motion-test.c.
Definition at line 114 of file motion-test.c.
static void test_motion | ( | const char * | name, | |
me_cmp_func | test_func, | |||
me_cmp_func | ref_func | |||
) | [static] |
Definition at line 64 of file motion-test.c.