comparison dsputil.h @ 2382:23e7af611c34 libavcodec

more flexible frame skip decission
author michael
date Wed, 08 Dec 2004 18:02:56 +0000
parents ba91c976c7aa
children 55a72627a2c5
comparison
equal deleted inserted replaced
2381:cfc9e0489859 2382:23e7af611c34
170 me_cmp_func vsad[5]; 170 me_cmp_func vsad[5];
171 me_cmp_func vsse[5]; 171 me_cmp_func vsse[5];
172 me_cmp_func nsse[5]; 172 me_cmp_func nsse[5];
173 me_cmp_func w53[5]; 173 me_cmp_func w53[5];
174 me_cmp_func w97[5]; 174 me_cmp_func w97[5];
175 me_cmp_func dct_max[5];
175 176
176 me_cmp_func me_pre_cmp[5]; 177 me_cmp_func me_pre_cmp[5];
177 me_cmp_func me_cmp[5]; 178 me_cmp_func me_cmp[5];
178 me_cmp_func me_sub_cmp[5]; 179 me_cmp_func me_sub_cmp[5];
179 me_cmp_func mb_cmp[5]; 180 me_cmp_func mb_cmp[5];
180 me_cmp_func ildct_cmp[5]; //only width 16 used 181 me_cmp_func ildct_cmp[5]; //only width 16 used
182 me_cmp_func frame_skip_cmp[5]; //only width 8 used
181 183
182 /** 184 /**
183 * Halfpel motion compensation with rounding (a+b+1)>>1. 185 * Halfpel motion compensation with rounding (a+b+1)>>1.
184 * this is an array[4][4] of motion compensation funcions for 4 186 * this is an array[4][4] of motion compensation funcions for 4
185 * horizontal blocksizes (8,16) and the 4 halfpel positions<br> 187 * horizontal blocksizes (8,16) and the 4 halfpel positions<br>