/external/ImageMagick/www/api/ |
enhance.php | 59 <p>AutoGammaImage() extract the 'mean' from the image and adjust the image to try make set its gamma appropriatally.</p> 355 <p>GammaImage() gamma-corrects a particular image channel. The same image viewed on different devices will have perceptual differences in the way the image's intensities are represented on the screen. Specify individual gamma levels for the red, green, and blue channels, or adjust all three with the gamma parameter. Values typically range from 0.8 to 2.3.</p> 357 <p>You can also reduce the influence of a particular channel with a gamma value of 0.</p> 362 MagickBooleanType GammaImage(Image *image,const double gamma, 378 <dd>the image gamma as a string (e.g. 1.6,1.2,1.0). </dd> 381 <dt>gamma</dt> 382 <dd>the image gamma. </dd> 456 <p>Gamma specifies a gamma correction to apply to the image.</p [all...] |
/external/boringssl/src/crypto/ec/ |
p256-64.c | 917 felem delta, gamma, beta, alpha, ftmp, ftmp2; local 930 /* gamma = y^2 */ 932 felem_reduce(gamma, tmp); 933 /* gamma[i] < 2^101 */ 934 felem_shrink(small1, gamma); 936 /* beta = x*gamma */ 962 /* z' = (y + z)^2 - gamma - delta */ 963 felem_sum(delta, gamma); 973 /* y' = alpha*(4*beta - x') - 8*gamma^2 */ [all...] |
/external/eigen/Eigen/src/Core/ |
GlobalFunctions.h | 69 EIGEN_ARRAY_DECLARE_GLOBAL_UNARY(lgamma,scalar_lgamma_op,natural logarithm of the gamma function,\sa ArrayBase::lgamma)
|
/external/glide/third_party/gif_encoder/src/main/java/com/bumptech/glide/gifencoder/ |
NeuQuant.java | 66 protected static final int gammashift = 10; /* gamma = 1024 */ 68 protected static final int gamma = (((int) 1) << gammashift); field in class:NeuQuant 465 /* bias[i] = gamma*((1/netsize)-freq[i]) */
|
/external/speex/libspeex/ |
preprocess.c | 291 y = gamma(1.25)^2 * M(-.25;1;-x) / sqrt(x) 351 y = gamma(1.25)^2 * M(-.25;1;-x) / sqrt(x) 794 spx_word16_t gamma; local 803 /* Computing update gamma = .1 + .9*(old/(old+noise))^2 */ 804 gamma = QCONST16(.1f,15)+MULT16_16_Q15(QCONST16(.89f,15),SQR16_Q15(DIV32_16_Q15(st->old_ps[i],ADD32(st->old_ps[i],tot_noise)))); 806 /* A priori SNR update = gamma*max(0,post) + (1-gamma)*old/noise */ 807 st->prior[i] = EXTRACT16(PSHR32(ADD32(MULT16_16(gamma,MAX16(0,st->post[i])), MULT16_16(Q15_ONE-gamma,DIV32_16_Q8(st->old_ps[i],tot_noise))), 15)); [all...] |
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/ |
CharEscapers.java | 267 .addEscape('\u0393', "Γ") 291 .addEscape('\u03B3', "γ") [all...] |
/prebuilts/go/darwin-x86/src/bytes/ |
buffer_test.go | 371 {"alpha\nbeta\ngamma\n", '\n', []string{"alpha\n", "beta\n", "gamma\n"}, nil}, 372 {"alpha\nbeta\ngamma", '\n', []string{"alpha\n", "beta\n", "gamma"}, io.EOF},
|
/prebuilts/go/linux-x86/src/bytes/ |
buffer_test.go | 371 {"alpha\nbeta\ngamma\n", '\n', []string{"alpha\n", "beta\n", "gamma\n"}, nil}, 372 {"alpha\nbeta\ngamma", '\n', []string{"alpha\n", "beta\n", "gamma"}, io.EOF},
|
/prebuilts/ndk/r11/sources/android/support/src/msun/ |
math_private.h | 684 #define __ieee754_gamma gamma
|
/prebuilts/ndk/r13/sources/android/support/src/msun/ |
math_private.h | 684 #define __ieee754_gamma gamma
|
/external/ImageMagick/MagickCore/ |
feature.c | 2236 gamma; local [all...] |
/external/chromium-trace/catapult/telemetry/third_party/png/ |
png.py | 329 gamma=None, 358 gamma 359 Specify a gamma value (create a ``gAMA`` chunk). 423 If specified, the `gamma` parameter must be a positive number 427 appropriately for the gamma specified. 589 self.gamma = gamma 682 if self.gamma is not None: 684 struct.pack("!L", int(round(self.gamma*1e5)))) [all...] |
/external/libpng/contrib/libtests/ |
tarith.c | 771 double gamma[9] = { 2.2, 1.8, 1.52, 1.45, 1., 1/1.45, 1/1.52, 1/1.8, 1/2.2 }; local 775 /* Silence the output with -s, just test the gamma functions with -g: */ 889 /* Test the overall gamma correction. */ 893 double g = gamma[i]; 897 printf("Test gamma %f\n", g); 916 printf("gamma %f: maximum 8-bit error %f\n", g, maxerr); 935 printf("gamma %f: maximum 16-bit error %f\n", g, maxerr); 947 * 3: accuracy test of fixed point gamma tables 987 else if (strcmp(argv[1], "gamma") == 0) 993 "usage: tarith [-v] [-c count] {ascii,muldiv,gamma} [args]\n") [all...] |
/external/libpng/ |
example.c | 350 * quantizing, filling, setting background, and doing gamma 427 /* Some suggestions as to how to get a screen gamma value 429 * Note that screen gamma is the display_exponent, which includes 432 if (/* We have a user-defined screen gamma value */) 436 /* This is one way that applications share the same screen gamma value */ 449 /* Tell libpng to handle the gamma conversion for you. The final call 452 * your application support gamma correction. 538 /* Optional call to gamma correct and add the background to the palette [all...] |
pngget.c | 687 *file_gamma = info_ptr->colorspace.gamma; 706 *file_gamma = png_float(png_ptr, info_ptr->colorspace.gamma, [all...] |
/external/pdfium/third_party/libpng16/ |
pngget.c | 687 *file_gamma = info_ptr->colorspace.gamma; 706 *file_gamma = png_float(png_ptr, info_ptr->colorspace.gamma, [all...] |
/external/skia/third_party/libpng/ |
example.c | 350 * quantizing, filling, setting background, and doing gamma 427 /* Some suggestions as to how to get a screen gamma value 429 * Note that screen gamma is the display_exponent, which includes 432 if (/* We have a user-defined screen gamma value */) 436 /* This is one way that applications share the same screen gamma value */ 449 /* Tell libpng to handle the gamma conversion for you. The final call 452 * your application support gamma correction. 538 /* Optional call to gamma correct and add the background to the palette [all...] |
pngget.c | 687 *file_gamma = info_ptr->colorspace.gamma; 706 *file_gamma = png_float(png_ptr, info_ptr->colorspace.gamma, [all...] |
/external/syslinux/com32/lib/libpng/ |
example.c | 163 * dithering, filling, setting background, and doing gamma 233 /* Some suggestions as to how to get a screen gamma value 235 * Note that screen gamma is the display_exponent, which includes 238 if (/* We have a user-defined screen gamma value */) 242 /* This is one way that applications share the same screen gamma value */ 255 /* Tell libpng to handle the gamma conversion for you. The final call 258 * your application support gamma correction. 337 /* Optional call to gamma correct and add the background to the palette 667 /* Optional gamma chunk is strongly suggested if you have any guess 668 * as to the correct gamma of the image [all...] |
pngset.c | 128 png_warning(png_ptr, "Limiting gamma to 21474.83"); 133 info_ptr->gamma = (float)png_gamma; 139 png_warning(png_ptr, "Setting gamma=0"); 155 png_warning(png_ptr, "Limiting gamma to 21474.83"); 162 png_warning(png_ptr, "Setting negative gamma to zero"); 169 info_ptr->gamma = (float)(png_gamma/100000.); 176 png_warning(png_ptr, "Setting gamma=0"); [all...] |
/prebuilts/go/darwin-x86/src/image/color/ |
ycbcr.go | 112 // is Y (luminance) after applying gamma correction.
|
/prebuilts/go/linux-x86/src/image/color/ |
ycbcr.go | 112 // is Y (luminance) after applying gamma correction.
|
/external/ImageMagick/coders/ |
png.c | [all...] |
/prebuilts/go/darwin-x86/src/math/ |
all_test.go | 327 var gamma = []float64{ var 1187 // gamma(-2.0000000000000004) = -1249999999999999.5386078562728167651513, while 1188 // gamma(-2.00000000000000044408920985626161695) = -1125899906826907.2044875028130093136826. [all...] |
/prebuilts/go/linux-x86/src/math/ |
all_test.go | 327 var gamma = []float64{ var 1187 // gamma(-2.0000000000000004) = -1249999999999999.5386078562728167651513, while 1188 // gamma(-2.00000000000000044408920985626161695) = -1125899906826907.2044875028130093136826. [all...] |