# HG changeset patch # User michael # Date 1041251788 0 # Node ID 82e448c3a4784ff49136cdd2d70bcf93f1e1bb11 # Parent f8e53f8cb8b2c55b18f5f1bbe4ec92d261b610f9 10l (int i) diff -r f8e53f8cb8b2 -r 82e448c3a478 postproc/postprocess_template.c --- a/postproc/postprocess_template.c Mon Dec 30 08:59:33 2002 +0000 +++ b/postproc/postprocess_template.c Mon Dec 30 12:36:28 2002 +0000 @@ -2075,7 +2075,7 @@ #endif //static int test=0; -static void inline RENAME(tempNoiseReducer)(uint8_t *src, int stride, +static inline void RENAME(tempNoiseReducer)(uint8_t *src, int stride, uint8_t *tempBlured, uint32_t *tempBluredPast, int *maxNoise) { // to save a register (FIXME do this outside of the loops) @@ -2828,6 +2828,7 @@ memcpy(dst, tempDst + 9*dstStride, copyAhead*dstStride); else { + int i; for(i=0; i