comparison i386/motion_est_mmx.c @ 1065:92fb44eae6b6 libavcodec

* prototypes at one place
author kabi
date Tue, 11 Feb 2003 16:57:55 +0000
parents b32afefe7d33
children f59c3f66363b
comparison
equal deleted inserted replaced
1064:b32afefe7d33 1065:92fb44eae6b6
17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
18 * 18 *
19 * mostly by Michael Niedermayer <michaelni@gmx.at> 19 * mostly by Michael Niedermayer <michaelni@gmx.at>
20 */ 20 */
21 #include "../dsputil.h" 21 #include "../dsputil.h"
22
23 void dsputil_init_pix_mmx(DSPContext* c, unsigned mask);
24 void dsputil_set_bit_exact_pix_mmx(DSPContext* c, unsigned mask);
25 22
26 static const __attribute__ ((aligned(8))) uint64_t round_tab[3]={ 23 static const __attribute__ ((aligned(8))) uint64_t round_tab[3]={
27 0x0000000000000000, 24 0x0000000000000000,
28 0x0001000100010001, 25 0x0001000100010001,
29 0x0002000200020002, 26 0x0002000200020002,