FFmpeg
|
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "config.h"
#include "libavcodec/me_cmp.h"
#include "libavutil/cpu.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.
|
static |
Definition at line 46 of file motion.c.
Referenced by test_motion().
|
static |
Definition at line 43 of file motion.c.
Referenced by image_sad(), and test_motion().
Definition at line 44 of file motion.c.
Referenced by image_sad(), and test_motion().
int dummy |
Definition at line 65 of file motion.c.
Referenced by check_color_terminal(), config_output(), config_props(), cuda_buffer_free(), cuda_context_init(), cuda_pool_alloc(), cuda_transfer_data(), cudascale_filter_frame(), cudascale_load_functions(), cudascale_uninit(), cuvid_decode_end(), cuvid_decode_init(), cuvid_decode_packet(), cuvid_flush(), cuvid_output_frame(), dct_quantize_TMPL(), deint_cuda_uninit(), draw_glyphs(), draw_text(), ff_dshow_meminputpin_Receive(), ff_nvdec_end_frame(), filter(), filter_frame(), find_stream(), nppscale_filter_frame(), nppsharpen_filter_frame(), npptranspose_filter_frame(), nvdec_decoder_create(), nvdec_decoder_free(), nvdec_init_hwframes(), nvdec_retrieve_data(), nvdec_unmap_mapped_frame(), nvenc_pop_context(), overlay_cuda_blend(), overlay_cuda_config_output(), overlay_cuda_uninit(), qsv_map_from(), qsv_transfer_data_child(), read_header_gme(), read_header_vs(), read_seek(), scalecuda_resize(), 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(), yuv2rgb565_X_TMPL(), yuv2yuyv422_X_ar_TMPL(), and yuv2yuyv422_X_TMPL().