motion test. More...
#include <stdlib.h>#include <stdio.h>#include <string.h>#include <sys/time.h>#include <unistd.h>#include "config.h"#include "dsputil.h"#include "libavutil/lfg.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 int64_t | gettime (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 |
motion test.
Definition in file motion-test.c.
| #define HEIGHT 64 |
Definition at line 39 of file motion-test.c.
Referenced by test_motion().
| #define NB_ITS 500 |
Definition at line 72 of file motion-test.c.
| #define WIDTH 64 |
Definition at line 38 of file motion-test.c.
Referenced by test_motion().
| static void fill_random | ( | uint8_t * | tab, | |
| int | size | |||
| ) | [static] |
Definition at line 44 of file motion-test.c.
Referenced by test_motion().
| static int64_t gettime | ( | void | ) | [static] |
Definition at line 65 of file motion-test.c.
Referenced by test_motion().
| static void help | ( | void | ) | [static] |
Definition at line 59 of file motion-test.c.
Referenced by main().
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
Definition at line 124 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 76 of file motion-test.c.
Referenced by main().
| int dummy |
Definition at line 74 of file motion-test.c.
Referenced by dct_quantize_SSSE3(), draw_glyphs(), dtext_prepare_text(), nut_write_packet(), read_seek(), test_motion(), yuv2bgr24_X_ar_MMX(), yuv2bgr24_X_MMX(), yuv2rgb32_X_ar_MMX(), yuv2rgb32_X_MMX(), yuv2rgb555_X_ar_MMX(), yuv2rgb555_X_MMX(), yuv2rgb565_X_ar_MMX(), yuv2rgb565_X_MMX(), yuv2yuyv422_X_ar_MMX(), and yuv2yuyv422_X_MMX().
uint8_t img1[WIDTH *HEIGHT] [static] |
Definition at line 41 of file motion-test.c.
Referenced by test_motion().
uint8_t img2[WIDTH *HEIGHT] [static] |
Definition at line 42 of file motion-test.c.
Referenced by test_motion().