Lines Matching refs:me_cmp_func
48 typedef int (*me_cmp_func)(struct MpegEncContext *c, typedef
56 me_cmp_func sad[6]; /* identical to pix_absAxA except additional void * */
57 me_cmp_func sse[6];
58 me_cmp_func hadamard8_diff[6];
59 me_cmp_func dct_sad[6];
60 me_cmp_func quant_psnr[6];
61 me_cmp_func bit[6];
62 me_cmp_func rd[6];
63 me_cmp_func vsad[6];
64 me_cmp_func vsse[6];
65 me_cmp_func nsse[6];
66 me_cmp_func w53[6];
67 me_cmp_func w97[6];
68 me_cmp_func dct_max[6];
69 me_cmp_func dct264_sad[6];
71 me_cmp_func me_pre_cmp[6];
72 me_cmp_func me_cmp[6];
73 me_cmp_func me_sub_cmp[6];
74 me_cmp_func mb_cmp[6];
75 me_cmp_func ildct_cmp[6]; // only width 16 used
76 me_cmp_func frame_skip_cmp[6]; // only width 8 used
78 me_cmp_func pix_abs[2][4];
79 me_cmp_func median_sad[6];
90 int ff_set_cmp(MECmpContext *c, me_cmp_func *cmp, int type);