comparison dsputil.h @ 1007:b2cf2a1d9a51 libavcodec

more compare functions (rd & bit)
author michaelni
date Wed, 15 Jan 2003 18:05:23 +0000
parents edc10966b081
children fb6cbb8a04a3
comparison
equal deleted inserted replaced
1006:a32feda30b01 1007:b2cf2a1d9a51
114 me_cmp_func sad[2]; /* identical to pix_absAxA except additional void * */ 114 me_cmp_func sad[2]; /* identical to pix_absAxA except additional void * */
115 me_cmp_func sse[2]; 115 me_cmp_func sse[2];
116 me_cmp_func hadamard8_diff[2]; 116 me_cmp_func hadamard8_diff[2];
117 me_cmp_func dct_sad[2]; 117 me_cmp_func dct_sad[2];
118 me_cmp_func quant_psnr[2]; 118 me_cmp_func quant_psnr[2];
119 me_cmp_func bit[2];
120 me_cmp_func rd[2];
119 int (*hadamard8_abs )(uint8_t *src, int stride, int mean); 121 int (*hadamard8_abs )(uint8_t *src, int stride, int mean);
120 122
121 me_cmp_func me_pre_cmp[11]; 123 me_cmp_func me_pre_cmp[11];
122 me_cmp_func me_cmp[11]; 124 me_cmp_func me_cmp[11];
123 me_cmp_func me_sub_cmp[11]; 125 me_cmp_func me_sub_cmp[11];