comparison dsputil.h @ 5127:4dbe6578f811 libavcodec

misc spelling fixes
author diego
date Tue, 12 Jun 2007 09:29:25 +0000
parents 0c4bf6b7d1c6
children b7bae4ce8b07
comparison
equal deleted inserted replaced
5126:7982b376b58a 5127:4dbe6578f811
142 b(block+n, pixels+n, line_size, h);\ 142 b(block+n, pixels+n, line_size, h);\
143 } 143 }
144 144
145 /* motion estimation */ 145 /* motion estimation */
146 // h is limited to {width/2, width, 2*width} but never larger than 16 and never smaller then 2 146 // h is limited to {width/2, width, 2*width} but never larger than 16 and never smaller then 2
147 // allthough currently h<4 is not used as functions with width <8 are not used and neither implemented 147 // although currently h<4 is not used as functions with width <8 are neither used nor implemented
148 typedef int (*me_cmp_func)(void /*MpegEncContext*/ *s, uint8_t *blk1/*align width (8 or 16)*/, uint8_t *blk2/*align 1*/, int line_size, int h)/* __attribute__ ((const))*/; 148 typedef int (*me_cmp_func)(void /*MpegEncContext*/ *s, uint8_t *blk1/*align width (8 or 16)*/, uint8_t *blk2/*align 1*/, int line_size, int h)/* __attribute__ ((const))*/;
149 149
150 150
151 // for snow slices 151 // for snow slices
152 typedef struct slice_buffer_s slice_buffer; 152 typedef struct slice_buffer_s slice_buffer;