FFmpeg
|
#include <me_cmp.h>
Data Fields | |
int(* | sum_abs_dctelem )(const int16_t *block) |
me_cmp_func | sad [6] |
me_cmp_func | sse [6] |
me_cmp_func | hadamard8_diff [6] |
me_cmp_func | dct_sad [6] |
me_cmp_func | quant_psnr [6] |
me_cmp_func | bit [6] |
me_cmp_func | rd [6] |
me_cmp_func | vsad [6] |
me_cmp_func | vsse [6] |
me_cmp_func | nsse [6] |
me_cmp_func | w53 [6] |
me_cmp_func | w97 [6] |
me_cmp_func | dct_max [6] |
me_cmp_func | dct264_sad [6] |
me_cmp_func | pix_abs [2][4] |
me_cmp_func | median_sad [6] |
int(* MECmpContext::sum_abs_dctelem) (const int16_t *block) |
Definition at line 56 of file me_cmp.h.
Referenced by me_cmp_init().
me_cmp_func MECmpContext::sad[6] |
Definition at line 58 of file me_cmp.h.
Referenced by ff_er_frame_start(), and me_cmp_init().
me_cmp_func MECmpContext::sse[6] |
Definition at line 59 of file me_cmp.h.
Referenced by ff_me_init(), and me_cmp_init().
me_cmp_func MECmpContext::hadamard8_diff[6] |
me_cmp_func MECmpContext::dct_sad[6] |
me_cmp_func MECmpContext::quant_psnr[6] |
me_cmp_func MECmpContext::bit[6] |
me_cmp_func MECmpContext::rd[6] |
me_cmp_func MECmpContext::vsad[6] |
me_cmp_func MECmpContext::vsse[6] |
me_cmp_func MECmpContext::nsse[6] |
Definition at line 67 of file me_cmp.h.
Referenced by me_cmp_init().
me_cmp_func MECmpContext::w53[6] |
me_cmp_func MECmpContext::w97[6] |
me_cmp_func MECmpContext::dct_max[6] |
me_cmp_func MECmpContext::dct264_sad[6] |
me_cmp_func MECmpContext::pix_abs[2][4] |
Definition at line 73 of file me_cmp.h.
Referenced by check_motion(), ff_me_init(), and main().
me_cmp_func MECmpContext::median_sad[6] |