Mercurial > libavcodec.hg
comparison libpostproc/postprocess.c @ 1197:d9cbc8ef5a33 libavcodec
better? default thresholds, if this is worse for any files, then tell us ASAP
| author | michaelni |
|---|---|
| date | Fri, 18 Apr 2003 12:50:00 +0000 |
| parents | 2e06398e4647 |
| children | fb02fae72a0a |
comparison
equal
deleted
inserted
replaced
| 1196:2e06398e4647 | 1197:d9cbc8ef5a33 |
|---|---|
| 513 "short long name short long option Description\n" | 513 "short long name short long option Description\n" |
| 514 "* * a autoq cpu power dependant enabler\n" | 514 "* * a autoq cpu power dependant enabler\n" |
| 515 " c chrom chrominance filtring enabled\n" | 515 " c chrom chrominance filtring enabled\n" |
| 516 " y nochrom chrominance filtring disabled\n" | 516 " y nochrom chrominance filtring disabled\n" |
| 517 "hb hdeblock (2 Threshold) horizontal deblocking filter\n" | 517 "hb hdeblock (2 Threshold) horizontal deblocking filter\n" |
| 518 " 1. difference factor: default=64, higher -> more deblocking\n" | 518 " 1. difference factor: default=32, higher -> more deblocking\n" |
| 519 " 2. flatness threshold: default=40, lower -> more deblocking\n" | 519 " 2. flatness threshold: default=39, lower -> more deblocking\n" |
| 520 " the h & v deblocking filters share these\n" | 520 " the h & v deblocking filters share these\n" |
| 521 " so u cant set different thresholds for h / v\n" | 521 " so u cant set different thresholds for h / v\n" |
| 522 "vb vdeblock (2 Threshold) vertical deblocking filter\n" | 522 "vb vdeblock (2 Threshold) vertical deblocking filter\n" |
| 523 "h1 x1hdeblock Experimental h deblock filter 1\n" | 523 "h1 x1hdeblock Experimental h deblock filter 1\n" |
| 524 "v1 x1vdeblock Experimental v deblock filter 1\n" | 524 "v1 x1vdeblock Experimental v deblock filter 1\n" |
| 553 ppMode->maxTmpNoise[0]= 700; | 553 ppMode->maxTmpNoise[0]= 700; |
| 554 ppMode->maxTmpNoise[1]= 1500; | 554 ppMode->maxTmpNoise[1]= 1500; |
| 555 ppMode->maxTmpNoise[2]= 3000; | 555 ppMode->maxTmpNoise[2]= 3000; |
| 556 ppMode->maxAllowedY= 234; | 556 ppMode->maxAllowedY= 234; |
| 557 ppMode->minAllowedY= 16; | 557 ppMode->minAllowedY= 16; |
| 558 ppMode->baseDcDiff= 256/4; | 558 ppMode->baseDcDiff= 256/8; |
| 559 ppMode->flatnessThreshold= 56-16; | 559 ppMode->flatnessThreshold= 56-16-1; |
| 560 ppMode->maxClippedThreshold= 0.01; | 560 ppMode->maxClippedThreshold= 0.01; |
| 561 ppMode->error=0; | 561 ppMode->error=0; |
| 562 | 562 |
| 563 strncpy(temp, name, GET_MODE_BUFFER_SIZE); | 563 strncpy(temp, name, GET_MODE_BUFFER_SIZE); |
| 564 | 564 |
