/external/opencv/cvaux/src/ |
cvmat.cpp | 422 cvAddWeighted( a, mat_add.alpha, b, mat_add.beta, mat_add.gamma, this );
|
/external/ImageMagick/www/api/ |
magick-image.php | [all...] |
/cts/apps/CtsVerifier/libs/ |
opencv3-android.jar | |
/external/ImageMagick/coders/ |
miff.c | 781 if (LocaleCompare(keyword,"gamma") == 0) 783 image->gamma=StringToDouble(options,(char **) NULL); [all...] |
pcd.c | 841 image->gamma=1.000f/2.200f; [all...] |
msl.c | 3186 gamma[MagickPathExtent]; local [all...] |
/external/syslinux/com32/lib/libpng/ |
pngrutil.c | 717 /* Check for zero gamma */ 721 "Ignoring gAMA chunk with gamma=0"); 732 fprintf(stderr, "gamma = (%d/100000)", (int)igamma); 741 png_ptr->gamma = file_gamma; 998 igamma=(png_fixed_point)(info_ptr->gamma * 100000.); 1007 fprintf(stderr, "incorrect gamma=(%d/100000)\n", 1011 fprintf(stderr, "incorrect gamma=%f\n", png_ptr->gamma); [all...] |
pngget.c | 482 *file_gamma = (double)info_ptr->gamma;
|
CHANGES | 110 fixed gamma and background correction for paletted images, so 195 fixed bug in gamma handling of 4-bit grayscale 196 added 2-bit grayscale gamma handling (Glenn R-P) 300 Fixed three bugs in pngrtran.c to make gamma+background handling consistent 369 error that was introduced in libpng-0.90 that can cause gamma processing 442 Correct gamma with srgb is 45455 instead of 45000 in pngrutil.c, to be [all...] |
pngwrite.c | 64 png_write_gAMA(png_ptr, info_ptr->gamma); [all...] |
/bionic/tests/ |
math_test.cpp | 1158 TEST(math, gamma) { 1159 ASSERT_DOUBLE_EQ(log(24.0), gamma(5.0)); [all...] |
/external/ImageMagick/MagickWand/ |
magick-image.c | 744 % image to try make set its gamma appropriatally. [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
mathmodule.c | 66 reflection formula for the gamma function. It conforms to IEEE
108 /* Implementation of the real gamma function. In extensive but non-exhaustive
125 Gamma(x) involves computing pow(x+g-0.5, x-0.5) / exp(x+g-0.5). For many x
189 /* gamma values for small positive integers, 1 though NGAMMA_INTEGRAL */
326 lgamma: natural log of the absolute value of the Gamma function.
848 FUNC1A(gamma, m_tgamma,
849 "gamma(x)\n\nGamma function at x.")
851 "lgamma(x)\n\nNatural logarithm of absolute value of Gamma function at x.")
[all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
mathmodule.c | 66 reflection formula for the gamma function. It conforms to IEEE
108 /* Implementation of the real gamma function. In extensive but non-exhaustive
125 Gamma(x) involves computing pow(x+g-0.5, x-0.5) / exp(x+g-0.5). For many x
189 /* gamma values for small positive integers, 1 though NGAMMA_INTEGRAL */
326 lgamma: natural log of the absolute value of the Gamma function.
848 FUNC1A(gamma, m_tgamma,
849 "gamma(x)\n\nGamma function at x.")
851 "lgamma(x)\n\nNatural logarithm of absolute value of Gamma function at x.")
[all...] |
/external/dng_sdk/source/ |
dng_color_space.cpp | 66 const real64 gamma = 1.0 / 1.8; local 70 const real64 x1 = 8.2118790552e-4; // pow (slope0, 1.0 / (gamma - 1.0)) * 2.0 72 const real64 y1 = 0.019310851; // pow (x1, gamma) 74 const real64 slope1 = 13.064306598; // gamma * pow (x1, gamma - 1.0) 86 return pow (x, gamma); 122 const real64 gamma = 1.0 / 2.2; local 126 const real64 x1 = 0.0034800731; // pow (slope0, 1.0 / (gamma - 1.0)) * 2.0 128 const real64 y1 = 0.0763027458; // pow (x1, gamma) 130 const real64 slope1 = 9.9661890075; // gamma * pow (x1, gamma - 1.0 [all...] |
dng_negative.cpp | [all...] |
/external/eigen/unsupported/test/mpreal/ |
mpreal.h | 391 friend const mpreal gamma (const mpreal& v, mp_rnd_t rnd_mode);
[all...] |
/external/opencv/cvaux/include/ |
cvaux.h | 625 double gamma, [all...] |
/frameworks/rs/script_api/ |
rs_math.spec | 1286 summary: Natural logarithm of the gamma function 1288 Returns the natural logarithm of the absolute value of the gamma function, 1310 arg: int#1* sign_of_gamma, "If sign_of_gamma is not null, *sign_of_gamma will be set to -1.f if the gamma of v is negative, otherwise to 1.f." [all...] |
/external/pdfium/core/fxcodec/codec/ |
fx_codec_progress.cpp | 358 double* gamma) { 406 *gamma = kPngGamma; [all...] |
/external/ImageMagick/Magick++/lib/ |
Image.cpp | 949 double Magick::Image::gamma(void) const function in class:Magick::Image 951 return(constImage()->gamma); 3179 void Magick::Image::gamma(const double gamma_) function in class:Magick::Image 3187 void Magick::Image::gamma(const double gammaRed_,const double gammaGreen_, function in class:Magick::Image [all...] |
STL.cpp | 548 // Gamma correct image 565 image_.gamma( _gammaRed, _gammaGreen, _gammaBlue ); [all...] |
/external/opencv/cv/include/ |
cv.h | [all...] |
/external/opencv/ml/include/ |
ml.h | 330 double gamma; // for poly/rbf/sigmoid member in struct:CvSVMParams 492 enum { C=0, GAMMA=1, P=2, NU=3, COEF=4, DEGREE=5 }; 508 CvParamGrid gamma_grid = get_default_grid(CvSVM::GAMMA), [all...] |
/external/pdfium/third_party/lcms2-2.6/src/ |
cmstypes.c | 1164 cmsToneCurve* gamma = (cmsToneCurve*) Ptr; local 1274 cmsToneCurve* gamma = (cmsToneCurve*) Ptr; local [all...] |