comparison postproc/postprocess.c @ 7968:2648f13b1709

10l
author michael
date Tue, 29 Oct 2002 23:36:37 +0000
parents 0a5d69e6f2a2
children 6d1103afba1c
comparison
equal deleted inserted replaced
7967:9e79e1c1b2a4 7968:2648f13b1709
596 ppMode.minAllowedY= 16; 596 ppMode.minAllowedY= 16;
597 ppMode.baseDcDiff= 256/4; 597 ppMode.baseDcDiff= 256/4;
598 ppMode.flatnessThreshold=40; 598 ppMode.flatnessThreshold=40;
599 ppMode.flatnessThreshold= 56-16; 599 ppMode.flatnessThreshold= 56-16;
600 ppMode.maxClippedThreshold= 0.01; 600 ppMode.maxClippedThreshold= 0.01;
601 ppMode.error=0;
601 602
602 strncpy(temp, name, GET_MODE_BUFFER_SIZE); 603 strncpy(temp, name, GET_MODE_BUFFER_SIZE);
603 604
604 if(verbose>1) printf("pp: %s\n", name); 605 if(verbose>1) printf("pp: %s\n", name);
605 606
843 printf("\n"); 844 printf("\n");
844 } 845 }
845 printf("\n"); 846 printf("\n");
846 } 847 }
847 //printf("pict_type:%d\n", pict_type); 848 //printf("pict_type:%d\n", pict_type);
849
848 if(pict_type!=3) 850 if(pict_type!=3)
849 { 851 {
850 int x,y; 852 int x,y;
851 for(y=0; y<mbHeight; y++){ 853 for(y=0; y<mbHeight; y++){
852 for(x=0; x<mbWidth; x++){ 854 for(x=0; x<mbWidth; x++){