comparison dsputil.h @ 954:13aec7e50c52 libavcodec

qpel in mmx2/3dnow qpel refinement quality parameter
author michaelni
date Sun, 05 Jan 2003 15:57:10 +0000
parents caa77cd960c0
children e05d525505c5
comparison
equal deleted inserted replaced
953:9eb066d6e0db 954:13aec7e50c52
100 me_cmp_func hadamard8_diff[2]; 100 me_cmp_func hadamard8_diff[2];
101 me_cmp_func dct_sad[2]; 101 me_cmp_func dct_sad[2];
102 me_cmp_func quant_psnr[2]; 102 me_cmp_func quant_psnr[2];
103 int (*hadamard8_abs )(uint8_t *src, int stride, int mean); 103 int (*hadamard8_abs )(uint8_t *src, int stride, int mean);
104 104
105 me_cmp_func me_pre_cmp[11];
105 me_cmp_func me_cmp[11]; 106 me_cmp_func me_cmp[11];
106 me_cmp_func me_sub_cmp[11]; 107 me_cmp_func me_sub_cmp[11];
107 me_cmp_func mb_cmp[11]; 108 me_cmp_func mb_cmp[11];
108 109
109 /* maybe create an array for 16/8 functions */ 110 /* maybe create an array for 16/8 functions */