/external/skia/src/core/ |
SkRasterPipeline.h | 76 M(parametric_a) M(gamma) M(gamma_dst) \
|
/external/skqp/gm/ |
gamma.cpp | 16 DEF_SIMPLE_GM(gamma, canvas, 850, 200) { 151 // Tests gamma-correction of gradient stops before interpolation in two-stop case 164 // Tests gamma-correction of gradient stops before interpolation in three-stop case 177 // Tests gamma-correction of gradient stops before interpolation in texture implementation
|
/external/skqp/src/core/ |
SkRasterPipeline.h | 76 M(parametric_a) M(gamma) M(gamma_dst) \
|
/external/tensorflow/tensorflow/contrib/distributions/ |
__init__.py | 75 from tensorflow.python.ops.distributions.gamma import * 111 'Gamma',
|
/external/tensorflow/tensorflow/python/keras/_impl/keras/ |
backend.py | [all...] |
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
lpc_masking_model.c | 713 int16_t gamma=32440; //(1-0.01)=0.99 in Q15 local 745 tmpB=WEBRTC_SPL_MUL_16_32_RSFT15(gamma, corrlo2QQ[n]); 763 int16_t gamma=32440; //(1-0.01)=0.99 in Q1 local 801 tmpB=WEBRTC_SPL_MUL_16_32_RSFT15(gamma, tmpCorr);
|
/frameworks/rs/ |
rsFont.cpp | 341 float gamma = DEFAULT_TEXT_GAMMA; local 349 // Get the gamma 351 gamma = atof(property); 354 // Get the black gamma threshold 359 // Get the white gamma threshold 368 // Compute the gamma tables 369 mBlackGamma = gamma; 370 mWhiteGamma = 1.0f / gamma; 511 const char *ebn1[] = { "Color", "Gamma" };
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/ |
math-finite.h | 209 /* gamma. */ 210 __extern_always_inline double __NTH (gamma (double __d)) function
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
omap3isp.h | 587 * struct omap3isp_prev_gtables - Gamma correction tables 588 * @red: Array for red gamma table. 589 * @green: Array for green gamma table. 590 * @blue: Array for blue gamma table. 624 * @gamma: Pointer to gamma structure. 641 struct omap3isp_prev_gtables *gamma; member in struct:omap3isp_prev_update_config
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/ |
math-finite.h | 209 /* gamma. */ 210 __extern_always_inline double __NTH (gamma (double __d)) function
|
/prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/ |
SDL_pixels.h | 416 * \brief Calculate a 256 entry gamma ramp for a gamma value. 418 extern DECLSPEC void SDLCALL SDL_CalculateGammaRamp(float gamma, Uint16 * ramp);
|
/prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/ |
SDL_pixels.h | 416 * \brief Calculate a 256 entry gamma ramp for a gamma value. 418 extern DECLSPEC void SDLCALL SDL_CalculateGammaRamp(float gamma, Uint16 * ramp);
|
/prebuilts/misc/windows/sdl2/include/ |
SDL_pixels.h | 416 * \brief Calculate a 256 entry gamma ramp for a gamma value. 418 extern DECLSPEC void SDLCALL SDL_CalculateGammaRamp(float gamma, Uint16 * ramp);
|
/prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/ |
SDL_pixels.h | 416 * \brief Calculate a 256 entry gamma ramp for a gamma value. 418 extern DECLSPEC void SDLCALL SDL_CalculateGammaRamp(float gamma, Uint16 * ramp);
|
/external/libpng/ |
png.c | 877 * paletted. Most useful for gamma correction and simplification [all...] |
/external/pdfium/third_party/libpng16/ |
png.c | 836 * paletted. Most useful for gamma correction and simplification 1037 /* This is called to check a new gamma value against an existing one. The 1038 * routine returns false if the new gamma value should not be written. 1040 * 'from' says where the new gamma value comes from: 1042 * 0: the new gamma value is the libpng estimate for an ICC profile 1043 * 1: the new gamma value comes from a gAMA chunk 1044 * 2: the new gamma value comes from an sRGB chunk 1050 (png_muldiv(>est, colorspace->gamma, PNG_FP_1, gAMA) == 0 || 1053 /* Either this is an sRGB image, in which case the calculated gamma 1055 * value libpng calculates for the gamma of the profile does not match th [all...] |
/external/pdfium/third_party/lcms/src/ |
cmsgamma.c | 318 // X = Y ^ Gamma 331 // Type 1 Reversed: X = Y ^1/gamma 345 // Y = (aX + b)^Gamma | X >= -b/a 377 // Y = (aX + b)^Gamma | X <= -b/a 418 // Y = (aX + b)^Gamma | X >= d 454 // Y = (aX + b)^Gamma + e | X >= d 494 // Y = (a * X + b) ^ Gamma + c 504 // ((Y - c) ^1/Gamma - b) / a 514 // Y = a * log (b * X^Gamma + c) + d 524 // (Y - d) / a = log(b * X ^Gamma + c 1260 cmsFloat64Number gamma, sum, sum2; local [all...] |
/external/python/cpython3/Lib/test/ |
test_random.py | 666 def gamma(z, sqrt2pi=(2.0*pi)**0.5): function 669 return pi / sin(pi*z) / gamma(1.0-z) 717 (g.weibullvariate, (1.0, 3.0), gamma(1+1/3.0), 718 gamma(1+2/3.0)-gamma(1+1/3.0)**2) ]: [all...] |
/external/syslinux/com32/lib/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; 901 && (fabs(png_ptr->screen_gamma * png_ptr->gamma - 1.0) 916 png_ptr->gamma != 0.0) 952 g = 1.0 / (png_ptr->gamma); 953 gs = 1.0 / (png_ptr->gamma * png_ptr->screen_gamma); [all...] |
/external/ImageMagick/MagickCore/ |
colorspace.c | 592 gamma, 603 gamma=DisplayGamma; 604 value=GetImageProperty(image,"gamma",exception); 606 gamma=PerceptibleReciprocal(StringToDouble(value,(char **) NULL)); 608 value=GetImageProperty(image,"film-gamma",exception); 624 black=pow(10.0,(reference_black-reference_white)*(gamma/density)*0.002/ 632 log10(black+(1.0*i/MaxMap)*(1.0-black))/((gamma/density)*0.002/ 588 gamma, local 2049 gamma, local [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
ECPoint.java | 702 ECFieldElement gamma = dy.divide(dx); local 703 ECFieldElement X3 = gamma.square().subtract(X1).subtract(X2); 704 ECFieldElement Y3 = gamma.multiply(X1.subtract(X3)).subtract(Y1); 906 ECFieldElement gamma = three(X1Squared).add(this.getCurve().getA()).divide(two(Y1)); local 907 ECFieldElement X3 = gamma.square().subtract(two(X1)); 908 ECFieldElement Y3 = gamma.multiply(X1.subtract(X3)).subtract(Y1); [all...] |
/external/ImageMagick/MagickWand/ |
operation.c | 2124 gamma; local 2595 gamma, local [all...] |
/external/boringssl/src/third_party/fiat/ |
p256.c | 1008 fe delta, gamma, beta, ftmp, ftmp2, tmptmp, alpha, fourbeta; local [all...] |
/external/freetype/src/base/ |
ftstroke.c | 1506 FT_Angle beta, gamma; local 1719 FT_Angle beta, gamma; local [all...] |
/external/tensorflow/tensorflow/core/profiler/g3doc/ |
command_line.md | 210 tfprof> scope -show_name_regexes unit_1_0.*gamma -select tensor_value -max_depth 5 212 unit_1_0/shared_activation/init_bn/gamma () 214 unit_1_0/sub2/bn2/gamma () 231 unit_last/final_bn/gamma (64, 64/64 params) 253 unit_last/final_bn/gamma (64, 64/128 params)
|