comparison libpostproc/postprocess.c @ 798:50ae708fc721 libavcodec

10l
author michael
date Tue, 29 Oct 2002 23:36:37 +0000
parents 8e9faf69110f
children fbbe46490ce9
comparison
equal deleted inserted replaced
797:308e973c3fda 798:50ae708fc721
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++){