libavcodec/motion-test.c File Reference

motion test. More...

#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <sys/time.h>
#include <unistd.h>
#include "dsputil.h"

Go to the source code of this file.

Defines

#define WIDTH   64
#define HEIGHT   64
#define NB_ITS   500

Functions

void fill_random (uint8_t *tab, int size)
void help (void)
int64_t gettime (void)
void test_motion (const char *name, me_cmp_func test_func, me_cmp_func ref_func)
int main (int argc, char **argv)

Variables

uint8_t img1 [WIDTH *HEIGHT]
uint8_t img2 [WIDTH *HEIGHT]
int dummy


Detailed Description

motion test.

Definition in file motion-test.c.


Define Documentation

#define HEIGHT   64

Definition at line 39 of file motion-test.c.

#define NB_ITS   500

Definition at line 70 of file motion-test.c.

#define WIDTH   64

Definition at line 38 of file motion-test.c.


Function Documentation

void fill_random ( uint8_t *  tab,
int  size 
)

Definition at line 44 of file motion-test.c.

Referenced by test_motion().

int64_t gettime ( void   ) 

Definition at line 63 of file motion-test.c.

void help ( void   ) 

Definition at line 56 of file motion-test.c.

int main ( int  argc,
char **  argv 
)

Definition at line 122 of file motion-test.c.

void test_motion ( const char *  name,
me_cmp_func  test_func,
me_cmp_func  ref_func 
)

Definition at line 74 of file motion-test.c.

Referenced by main().


Variable Documentation

int dummy

uint8_t img1[WIDTH *HEIGHT]

Definition at line 41 of file motion-test.c.

Referenced by test_motion().

uint8_t img2[WIDTH *HEIGHT]

Definition at line 42 of file motion-test.c.

Referenced by test_motion().


Generated on Fri Oct 26 02:35:43 2012 for FFmpeg by  doxygen 1.5.8