comparison postproc/postprocess_template.c @ 7948:5a6cbe774760

fix compilation on non-x86 with gcc 2.95
author colin
date Tue, 29 Oct 2002 00:54:07 +0000
parents f483ab704252
children be43106d6329
comparison
equal deleted inserted replaced
7947:4d36307f12aa 7948:5a6cbe774760
2357 :: "r" (src), "r" (tempBlured), "r"(stride), "m" (tempBluredPast) 2357 :: "r" (src), "r" (tempBlured), "r"(stride), "m" (tempBluredPast)
2358 : "%eax", "%edx", "%ecx", "memory" 2358 : "%eax", "%edx", "%ecx", "memory"
2359 ); 2359 );
2360 //printf("%d\n", test); 2360 //printf("%d\n", test);
2361 #else 2361 #else
2362 {
2362 int y; 2363 int y;
2363 int d=0; 2364 int d=0;
2364 int sysd=0; 2365 int sysd=0;
2365 int i; 2366 int i;
2366 2367
2457 (ref*3 + cur + 2)>>2; 2458 (ref*3 + cur + 2)>>2;
2458 } 2459 }
2459 } 2460 }
2460 } 2461 }
2461 } 2462 }
2463 }
2462 #endif 2464 #endif
2463 } 2465 }
2464 2466
2465 static void RENAME(postProcess)(uint8_t src[], int srcStride, uint8_t dst[], int dstStride, int width, int height, 2467 static void RENAME(postProcess)(uint8_t src[], int srcStride, uint8_t dst[], int dstStride, int width, int height,
2466 QP_STORE_T QPs[], int QPStride, int isColor, PPContext *c); 2468 QP_STORE_T QPs[], int QPStride, int isColor, PPContext *c);