FFmpeg
|
motion test. More...
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "config.h"
#include "libavcodec/me_cmp.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.
Macros | |
#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 |
motion test.
Definition in file motion.c.
#define WIDTH 64 |
Definition at line 39 of file motion.c.
Referenced by test_motion().
#define HEIGHT 64 |
Definition at line 40 of file motion.c.
Referenced by test_motion().
#define NB_ITS 500 |
Definition at line 62 of file motion.c.
Referenced by test_motion().
Definition at line 45 of file motion.c.
Referenced by test_motion().
|
static |
Definition at line 42 of file motion.c.
Referenced by test_motion().
Definition at line 43 of file motion.c.
Referenced by test_motion().
int dummy |
Definition at line 64 of file motion.c.
Referenced by cuda_buffer_free(), cuda_device_create(), cuda_pool_alloc(), cuda_transfer_data_from(), cuda_transfer_data_to(), cudaupload_init(), cuvid_decode_frame(), cuvid_decode_init(), cuvid_transcode_init(), dct_quantize_TMPL(), draw_glyphs(), draw_text(), find_stream(), libAVMemInputPin_Receive(), nppscale_filter_frame(), nvenc_check_device(), read_header_gme(), read_seek(), test_motion(), write_index(), yuv2bgr32_X_TMPL(), yuv2rgb32_X_ar_TMPL(), yuv2rgb32_X_TMPL(), yuv2rgb555_X_ar_TMPL(), yuv2rgb555_X_TMPL(), yuv2rgb565_X_ar_TMPL(), and yuv2rgb565_X_TMPL().