/development/ndk/platforms/android-21/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/libcups/cups/ |
ppd.h | 229 float gamma; /* Gamma correction to use */ member in struct:ppd_profile_s 248 float custom_curve; /* Gamma value */ 250 float custom_invcurve; /* Gamma value */ 260 float custom_curve; /* Gamma value */ 262 float custom_invcurve; /* Gamma value */
|
/external/libmojo/mojo/android/javatests/src/org/chromium/mojo/bindings/ |
BindingsTest.java | 43 bar.gamma = (byte) 0x03;
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/ |
acelp.h | 95 Word16 gamma, /* (i) Q15 : Spectral expansion factor. */
|
/external/ImageMagick/Magick++/lib/Magick++/ |
Image.h | 280 // Gamma level of the image 281 double gamma(void) const; 631 // make set its gamma appropriatally. [all...] |
/external/ImageMagick/MagickCore/ |
histogram.c | 895 % const double white,const double gamma,ExceptionInfo *exception) 904 % o gamma: the gamma. 910 const double black,const double white,const double gamma, 933 status&=LevelImage(image,min,max,gamma,exception); 953 status&=LevelImage(image,min,max,gamma,exception); [all...] |
compare.c | 1008 gamma; 1011 gamma=image_statistics[channel].standard_deviation* 1013 gamma=PerceptibleReciprocal(gamma); 1014 distortion[i]=QuantumRange*gamma*distortion[i]; 1005 gamma; local [all...] |
quantize.c | 1296 gamma; local [all...] |
/external/ImageMagick/coders/ |
mpc.c | 501 if (LocaleCompare(keyword,"gamma") == 0) 503 image->gamma=StringToDouble(options,(char **) NULL); [all...] |
dpx.c | 294 gamma, 291 gamma, member in struct:_DPXTelevisionInfo [all...] |
psd.c | 323 gamma; 328 gamma=QuantumScale*GetPixelAlpha(image, q); 329 if (gamma != 0.0 && gamma != 1.0) 335 q[i]=ClampToQuantum((q[i]-((1.0-gamma)*QuantumRange))/gamma); 318 gamma; local [all...] |
exr.c | 211 image->gamma=1.0;
|
gif.c | [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
ECCurve.java | 824 ECFieldElement gamma, z, zeroElement = this.fromBigInteger(ECConstants.ZERO); local 843 gamma = z.square().add(z); 845 while (gamma.isZero()); [all...] |
/external/libconstrainedcrypto/ |
p256_ec.c | 806 felem delta, gamma, alpha, beta, tmp, tmp2; local [all...] |
/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...] |
/prebuilts/go/darwin-x86/src/crypto/elliptic/ |
p256.go | 822 var delta, gamma, alpha, beta, tmp, tmp2 [p256Limbs]uint32 825 p256Square(&gamma, y) 826 p256Mul(&beta, x, &gamma) 835 p256Diff(&tmp, &tmp, &gamma) 845 p256Square(&tmp2, &gamma) [all...] |
/prebuilts/go/linux-x86/src/crypto/elliptic/ |
p256.go | 822 var delta, gamma, alpha, beta, tmp, tmp2 [p256Limbs]uint32 825 p256Square(&gamma, y) 826 p256Mul(&beta, x, &gamma) 835 p256Diff(&tmp, &tmp, &gamma) 845 p256Square(&tmp2, &gamma) [all...] |
/external/libpng/contrib/libtests/ |
pngvalid.c | 2257 double gamma; \/* Encoding (file) gamma of space *\/ member in struct:color_encoding 3299 png_fixed_point gamma; member in struct:gama_modification 7578 double gamma; \/* File gamma to use in processing *\/ member in struct:__anon24021 [all...] |
/external/libpng/ |
pngread.c | 289 * the user to obtain a gamma-corrected palette, for example. [all...] |
/external/pdfium/third_party/libpng16/ |
pngread.c | 289 * the user to obtain a gamma-corrected palette, for example. [all...] |
/external/skia/third_party/libpng/ |
pngread.c | 286 * the user to obtain a gamma-corrected palette, for example. [all...] |
/external/speex/libspeex/ |
filters.c | 54 void bw_lpc(spx_word16_t gamma, const spx_coef_t *lpc_in, spx_coef_t *lpc_out, int order) 57 spx_word16_t tmp=gamma; 61 tmp = MULT16_16_P15(tmp, gamma);
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
math_private.h | 696 #define __ieee754_gamma gamma
|
/external/ImageMagick/Magick++/demo/ |
demo.cpp | 211 cout << " gamma ..." << endl; 213 example.label( "Gamma" ); 214 example.gamma( 1.6 );
|