comparison postprocess.c @ 90:8e738e0a16f5 libpostproc

typo fixes
author diego
date Sat, 15 Mar 2008 16:15:47 +0000
parents 261d086649c5
children 7c86da6ce78e
comparison
equal deleted inserted replaced
89:261d086649c5 90:8e738e0a16f5
390 } 390 }
391 391
392 /** 392 /**
393 * Experimental Filter 1 (Horizontal) 393 * Experimental Filter 1 (Horizontal)
394 * will not damage linear gradients 394 * will not damage linear gradients
395 * Flat blocks should look like they where passed through the (1,1,2,2,4,2,2,1,1) 9-Tap filter 395 * Flat blocks should look like they were passed through the (1,1,2,2,4,2,2,1,1) 9-Tap filter
396 * can only smooth blocks at the expected locations (it cannot smooth them if they did move) 396 * can only smooth blocks at the expected locations (it cannot smooth them if they did move)
397 * MMX2 version does correct clipping C version does not 397 * MMX2 version does correct clipping C version does not
398 * not identical with the vertical one 398 * not identical with the vertical one
399 */ 399 */
400 static inline void horizX1Filter(uint8_t *src, int stride, int QP) 400 static inline void horizX1Filter(uint8_t *src, int stride, int QP)