comparison dsputil.h @ 5907:fbd10e6dfbe1 libavcodec

cosmetics: Fix spacial --> spatial typo in function names.
author diego
date Sat, 10 Nov 2007 12:24:02 +0000
parents 83ac4620c6ed
children 90de28dfd8d6
comparison
equal deleted inserted replaced
5906:595a2f31430e 5907:fbd10e6dfbe1
416 * last argument is actually round value instead of height 416 * last argument is actually round value instead of height
417 */ 417 */
418 op_pixels_func put_vc1_mspel_pixels_tab[16]; 418 op_pixels_func put_vc1_mspel_pixels_tab[16];
419 419
420 /* intrax8 functions */ 420 /* intrax8 functions */
421 void (*x8_spacial_compensation[12])(uint8_t *src , uint8_t *dst, int linesize); 421 void (*x8_spatial_compensation[12])(uint8_t *src , uint8_t *dst, int linesize);
422 void (*x8_setup_spacial_compensation)(uint8_t *src, uint8_t *dst, int linesize, 422 void (*x8_setup_spatial_compensation)(uint8_t *src, uint8_t *dst, int linesize,
423 int * range, int * sum, int edges); 423 int * range, int * sum, int edges);
424 424
425 } DSPContext; 425 } DSPContext;
426 426
427 void dsputil_static_init(void); 427 void dsputil_static_init(void);