Searched refs:maxout (Results 1 - 4 of 4) sorted by relevance
/third_party/backends/tools/ |
H A D | gamma4scanimage.c | 34 int maxout = 255; /* 8 bit gamma output */ in main() local 42 printf("Usage: %s gamma [shadow [highlight [maxin [maxout]]]]\n", argv[0]); in main() 68 maxout = atoi(argv[5]); in main() 89 if (maxout < 0) in main() 91 printf("%s error: maxout=%d < 0\n", argv[0], maxout); in main() 125 out = maxout * pow((double) (in - shadow)/(highlight-shadow), (1.0/gamma)); in main() 132 printf("[%d]%d-", highlight, maxout); in main() 135 printf("[%d]%d", maxin, maxout); in main()
|
/third_party/ffmpeg/libavcodec/tests/ |
H A D | dct.c | 188 int maxout = 0; in dct_error() local 231 if (abs(block[i]) > maxout) in dct_error() 232 maxout = abs(block[i]); in dct_error() 256 printf("%s %s: max_err=%d omse=%0.8f ome=%0.8f syserr=%0.8f maxout=%d blockSumErr=%d\n", in dct_error() 259 maxout, blockSumErrMax); in dct_error()
|
/third_party/backends/backend/ |
H A D | canon_lide70-common.c | 241 int maxout = 255; /* 8 bit gamma output */ in makegammatable() local 252 out = maxout * pow ((double) in / highlight, (1.0 / gamma)); in makegammatable() 259 buf[in + 4] = maxout; in makegammatable()
|
/third_party/skia/third_party/externals/libpng/contrib/libtests/ |
H A D | pngvalid.c | 9418 double maxout; member 9462 vi->maxout = outerr(dp->pm, in_depth, out_depth); in init_validate_info() 9464 vi->maxout_total = vi->maxout + vi->outquant * .5; in init_validate_info() 9742 pass = "less than maxout:\n"; in gamma_component_validate() 9775 * 'max' values. Note that maxout is in the encoded space but maxpc and in gamma_component_validate() 9791 /* The 'maxout' value refers to the encoded result, to compare with in gamma_component_validate() 9794 es_lo = encoded_sample - vi->maxout; in gamma_component_validate() 9811 es_hi = encoded_sample + vi->maxout; in gamma_component_validate() 10395 * maxout: maximum output error in the output units
|
Completed in 20 milliseconds