FFmpeg
Data Fields
MECmpContext Struct Reference

#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 me_pre_cmp [6]
 
me_cmp_func me_cmp [6]
 
me_cmp_func me_sub_cmp [6]
 
me_cmp_func mb_cmp [6]
 
me_cmp_func ildct_cmp [6]
 
me_cmp_func frame_skip_cmp [6]
 
me_cmp_func pix_abs [2][4]
 
me_cmp_func median_sad [6]
 

Detailed Description

Definition at line 55 of file me_cmp.h.

Field Documentation

◆ sum_abs_dctelem

int(* MECmpContext::sum_abs_dctelem) (const int16_t *block)

Definition at line 56 of file me_cmp.h.

◆ sad

me_cmp_func MECmpContext::sad[6]

Definition at line 58 of file me_cmp.h.

Referenced by ff_er_frame_start().

◆ sse

me_cmp_func MECmpContext::sse[6]

Definition at line 59 of file me_cmp.h.

◆ hadamard8_diff

me_cmp_func MECmpContext::hadamard8_diff[6]

Definition at line 60 of file me_cmp.h.

◆ dct_sad

me_cmp_func MECmpContext::dct_sad[6]

Definition at line 61 of file me_cmp.h.

◆ quant_psnr

me_cmp_func MECmpContext::quant_psnr[6]

Definition at line 62 of file me_cmp.h.

◆ bit

me_cmp_func MECmpContext::bit[6]

Definition at line 63 of file me_cmp.h.

◆ rd

me_cmp_func MECmpContext::rd[6]

Definition at line 64 of file me_cmp.h.

◆ vsad

me_cmp_func MECmpContext::vsad[6]

Definition at line 65 of file me_cmp.h.

◆ vsse

me_cmp_func MECmpContext::vsse[6]

Definition at line 66 of file me_cmp.h.

◆ nsse

me_cmp_func MECmpContext::nsse[6]

Definition at line 67 of file me_cmp.h.

◆ w53

me_cmp_func MECmpContext::w53[6]

Definition at line 68 of file me_cmp.h.

◆ w97

me_cmp_func MECmpContext::w97[6]

Definition at line 69 of file me_cmp.h.

◆ dct_max

me_cmp_func MECmpContext::dct_max[6]

Definition at line 70 of file me_cmp.h.

◆ dct264_sad

me_cmp_func MECmpContext::dct264_sad[6]

Definition at line 71 of file me_cmp.h.

◆ me_pre_cmp

me_cmp_func MECmpContext::me_pre_cmp[6]

Definition at line 73 of file me_cmp.h.

◆ me_cmp

me_cmp_func MECmpContext::me_cmp[6]

Definition at line 74 of file me_cmp.h.

Referenced by encode_init(), get_4block_rd(), and get_block_rd().

◆ me_sub_cmp

me_cmp_func MECmpContext::me_sub_cmp[6]

Definition at line 75 of file me_cmp.h.

Referenced by encode_init().

◆ mb_cmp

me_cmp_func MECmpContext::mb_cmp[6]

Definition at line 76 of file me_cmp.h.

◆ ildct_cmp

me_cmp_func MECmpContext::ildct_cmp[6]

Definition at line 77 of file me_cmp.h.

Referenced by dvvideo_encode_init().

◆ frame_skip_cmp

me_cmp_func MECmpContext::frame_skip_cmp[6]

Definition at line 78 of file me_cmp.h.

◆ pix_abs

me_cmp_func MECmpContext::pix_abs[2][4]

Definition at line 80 of file me_cmp.h.

Referenced by check_motion(), and main().

◆ median_sad

me_cmp_func MECmpContext::median_sad[6]

Definition at line 81 of file me_cmp.h.


The documentation for this struct was generated from the following file: