HomeSort by relevance Sort by last modified time
    Searched refs:gamma (Results 176 - 200 of 320) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/
math.h 270 double gamma(double);
296 * Reentrant version of gamma & lgamma; passes signgam back by reference
388 * Float versions of reentrant version of gamma & lgamma; passes
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/
math.h 270 double gamma(double);
296 * Reentrant version of gamma & lgamma; passes signgam back by reference
388 * Float versions of reentrant version of gamma & lgamma; passes
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/
math.h 270 double gamma(double);
296 * Reentrant version of gamma & lgamma; passes signgam back by reference
388 * Float versions of reentrant version of gamma & lgamma; passes
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/
math.h 270 double gamma(double);
296 * Reentrant version of gamma & lgamma; passes signgam back by reference
388 * Float versions of reentrant version of gamma & lgamma; passes
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/
omap3isp.h 414 struct omap3isp_prev_gtables __user *gamma; member in struct:omap3isp_prev_update_config
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/
omap3isp.h 414 struct omap3isp_prev_gtables __user *gamma; member in struct:omap3isp_prev_update_config
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/
omap3isp.h 414 struct omap3isp_prev_gtables __user *gamma; member in struct:omap3isp_prev_update_config
  /external/libpng/
png.c 833 * paletted. Most useful for gamma correction and simplification
1036 /* This is called to check a new gamma value against an existing one. The
1037 * routine returns false if the new gamma value should not be written.
1039 * 'from' says where the new gamma value comes from:
1041 * 0: the new gamma value is the libpng estimate for an ICC profile
1042 * 1: the new gamma value comes from a gAMA chunk
1043 * 2: the new gamma value comes from an sRGB chunk
1049 (!png_muldiv(&gtest, colorspace->gamma, PNG_FP_1, gAMA) ||
1052 /* Either this is an sRGB image, in which case the calculated gamma
1054 * value libpng calculates for the gamma of the profile does not match th
    [all...]
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmsgamma.c 319 // X = Y ^ Gamma
332 // Type 1 Reversed: X = Y ^1/gamma
346 // Y = (aX + b)^Gamma | X >= -b/a
378 // Y = (aX + b)^Gamma | X <= -b/a
419 // Y = (aX + b)^Gamma | X >= d
455 // Y = (aX + b)^Gamma + e | X >= d
495 // Y = (a * X + b) ^ Gamma + c
505 // ((Y - c) ^1/Gamma - b) / a
515 // Y = a * log (b * X^Gamma + c) + d
525 // (Y - d) / a = log(b * X ^Gamma + c
1265 cmsFloat64Number gamma, sum, sum2; local
    [all...]
  /external/chromium_org/third_party/libpng/
pngrtran.c 106 png_warning(png_ptr, "Application must supply a known background gamma");
547 * We will turn off gamma transformation later if no semitransparent entries
563 png_ptr->gamma = (float)file_gamma;
912 && (fabs(png_ptr->screen_gamma * png_ptr->gamma - 1.0)
927 png_ptr->gamma != 0.0)
963 g = 1.0 / (png_ptr->gamma);
964 gs = 1.0 / (png_ptr->gamma * png_ptr->screen_gamma);
    [all...]
  /external/qemu/distrib/libpng-1.2.46/
pngrtran.c 106 png_warning(png_ptr, "Application must supply a known background gamma");
547 * We will turn off gamma transformation later if no semitransparent entries
563 png_ptr->gamma = (float)file_gamma;
912 && (fabs(png_ptr->screen_gamma * png_ptr->gamma - 1.0)
927 png_ptr->gamma != 0.0)
963 g = 1.0 / (png_ptr->gamma);
964 gs = 1.0 / (png_ptr->gamma * png_ptr->screen_gamma);
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
ECPoint.java 560 ECFieldElement gamma = dy.divide(dx); local
561 ECFieldElement X3 = gamma.square().subtract(X1).subtract(X2);
562 ECFieldElement Y3 = gamma.multiply(X1.subtract(X3)).subtract(Y1);
770 ECFieldElement gamma = three(X1Squared).add(this.getCurve().getA()).divide(two(Y1)); local
771 ECFieldElement X3 = gamma.square().subtract(two(X1));
772 ECFieldElement Y3 = gamma.multiply(X1.subtract(X3)).subtract(Y1);
    [all...]
  /external/chromium_org/third_party/freetype/src/base/
ftstroke.c 1480 FT_Angle beta, gamma; local
1687 FT_Angle beta, gamma; local
    [all...]
  /external/freetype/src/base/
ftstroke.c 1480 FT_Angle beta, gamma; local
1687 FT_Angle beta, gamma; local
    [all...]
  /external/pdfium/core/src/fxcodec/codec/
fx_codec_icc.cpp 199 FX_LPVOID CreateProfile_Gray(double gamma)
205 cmsToneCurve* curve = cmsBuildGamma(NULL, gamma);
401 text.Format("%lf", pIccParam->Gamma);
430 pCache->m_pProfile = CreateProfile_Gray(pIccParam->Gamma);
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
ftstroke.c 1480 FT_Angle beta, gamma; local
1687 FT_Angle beta, gamma; local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/windx5/
SDL_dx5video.c 451 /* WinDIB driver functions for manipulating gamma ramps */
857 /*if gamma is undefined then we really have directx <= 0x500*/
2307 LPDIRECTDRAWGAMMACONTROL gamma; local
2353 LPDIRECTDRAWGAMMACONTROL gamma; local
    [all...]
  /bionic/libm/include/
math.h 260 double gamma(double);
291 * Reentrant version of gamma & lgamma; passes signgam back by reference
386 * Float versions of reentrant version of gamma & lgamma; passes
  /external/chromium_org/chrome/browser/resources/
gesture_config.js 292 units: 'gamma',
310 units: 'gamma',
  /external/chromium_org/content/shell/renderer/test_runner/
test_runner.h 301 bool has_gamma, double gamma,
test_runner.cc 894 double gamma; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
acelp.h 95 Word16 gamma, /* (i) Q15 : Spectral expansion factor. */
  /hardware/intel/img/psb_video/src/
psb_overlay.c 116 static uint32_t I830BoundGamma(uint32_t gamma, uint32_t gammaPrev)
118 return (I830BoundGammaElt(gamma >> 24, gammaPrev >> 24) << 24 |
119 I830BoundGammaElt(gamma >> 16, gammaPrev >> 16) << 16 |
120 I830BoundGammaElt(gamma >> 8, gammaPrev >> 8) << 8 |
121 I830BoundGammaElt(gamma , gammaPrev));
    [all...]
  /system/core/libmincrypt/
p256_ec.c 806 felem delta, gamma, alpha, beta, tmp, tmp2; local
    [all...]
  /external/libpng/contrib/libtests/
pngvalid.c 1750 double gamma; \/* Encoding (file) gamma of space *\/ member in struct:color_encoding
2774 png_fixed_point gamma; member in struct:gama_modification
6643 double gamma; \/* File gamma to use in processing *\/ member in struct:__anon28424
    [all...]

Completed in 3669 milliseconds

1 2 3 4 5 6 78 91011>>