comparison dsputil.h @ 6486:3f96dc62c4b9 libavcodec

misc spelling fixes
author diego
date Mon, 10 Mar 2008 18:42:09 +0000
parents 208074826b34
children ecbe9565dcae
comparison
equal deleted inserted replaced
6485:949e4f444a50 6486:3f96dc62c4b9
91 91
92 void ff_gmc_c(uint8_t *dst, uint8_t *src, int stride, int h, int ox, int oy, 92 void ff_gmc_c(uint8_t *dst, uint8_t *src, int stride, int h, int ox, int oy,
93 int dxx, int dxy, int dyx, int dyy, int shift, int r, int width, int height); 93 int dxx, int dxy, int dyx, int dyy, int shift, int r, int width, int height);
94 94
95 /* minimum alignment rules ;) 95 /* minimum alignment rules ;)
96 if u notice errors in the align stuff, need more alignment for some asm code for some cpu 96 If you notice errors in the align stuff, need more alignment for some ASM code
97 or need to use a function with less aligned data then send a mail to the ffmpeg-dev list, ... 97 for some CPU or need to use a function with less aligned data then send a mail
98 98 to the ffmpeg-devel mailing list, ...
99 !warning these alignments might not match reallity, (missing attribute((align)) stuff somewhere possible) 99
100 i (michael) didnt check them, these are just the alignents which i think could be reached easily ... 100 !warning These alignments might not match reality, (missing attribute((align))
101 stuff somewhere possible).
102 I (Michael) did not check them, these are just the alignments which i think
103 could be reached easily ...
101 104
102 !future video codecs might need functions with less strict alignment 105 !future video codecs might need functions with less strict alignment
103 */ 106 */
104 107
105 /* 108 /*