HomeSort by relevance Sort by last modified time
    Searched refs:gamma (Results 151 - 175 of 502) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/skia/third_party/libpng/
pngrtran.c 136 png_warning(png_ptr, "Application must supply a known background gamma");
222 /* If there is no sRGB support this just sets the gamma to the standard
253 * gamma values are passed to the floating point API. This is safe and it
266 png_fixed_error(png_ptr, "gamma value");
291 * who use the inverse of the gamma value accidentally! Since some of these
295 * gamma of 36, and its reciprocal.)
298 png_error(png_ptr, "output gamma out of expected range");
300 /* The default file gamma is the inverse of the output gamma; the output
301 * gamma may be changed below so get the file value first
    [all...]
pngstruct.h 108 * The file gamma encoding information is also stored here and gamma correction
115 png_fixed_point gamma; /* File gamma */ member in struct:png_colorspace
141 #endif /* COLORSPACE || GAMMA */
277 png_color_16 background; /* background color in screen gamma space */
279 png_color_16 background_1; /* background normalized to gamma 1.0 */
290 int gamma_shift; /* number of "insignificant" bits in 16-bit gamma */
291 png_fixed_point screen_gamma; /* screen gamma value (display_exponent) */
293 png_bytep gamma_table; /* gamma table for 8-bit depth files *
    [all...]
  /bionic/libc/include/
math.h 325 double gamma(double);
  /bionic/libc/kernel/uapi/linux/
omap3isp.h 414 struct omap3isp_prev_gtables __user * gamma; member in struct:omap3isp_prev_update_config
  /development/ndk/platforms/android-13/include/
math.h 269 double gamma(double);
295 * Reentrant version of gamma & lgamma; passes signgam back by reference
389 * Float versions of reentrant version of gamma & lgamma; passes
  /development/ndk/platforms/android-18/include/
math.h 270 double gamma(double);
296 * Reentrant version of gamma & lgamma; passes signgam back by reference
391 * Float versions of reentrant version of gamma & lgamma; passes
  /development/ndk/platforms/android-21/include/linux/
omap3isp.h 414 struct omap3isp_prev_gtables __user *gamma; member in struct:omap3isp_prev_update_config
  /development/ndk/platforms/android-9/include/
math.h 268 double gamma(double);
294 * Reentrant version of gamma & lgamma; passes signgam back by reference
386 * Float versions of reentrant version of gamma & lgamma; passes
  /external/ImageMagick/MagickCore/
image.h 189 gamma; member in struct:_Image
morphology.c 2686 gamma, local
2831 gamma, local
    [all...]
studio.h 245 #undef gamma macro
  /external/ImageMagick/MagickWand/
studio.h 242 #undef gamma macro
  /external/clang/test/CodeGenCXX/
mangle-ms.cpp 156 void gamma(class foo, struct bar, union baz, enum quux) {} function
157 // CHECK-DAG: @"\01?gamma@@YAXVfoo@@Ubar@@Tbaz@@W4quux@@@Z"
158 // X64-DAG: @"\01?gamma@@YAXVfoo@@Ubar@@Tbaz@@W4quux@@@Z"
  /external/kernel-headers/original/uapi/linux/
omap3isp.h 589 * struct omap3isp_prev_gtables - Gamma correction tables
590 * @red: Array for red gamma table.
591 * @green: Array for green gamma table.
592 * @blue: Array for blue gamma table.
626 * @gamma: Pointer to gamma structure.
643 struct omap3isp_prev_gtables __user *gamma; member in struct:omap3isp_prev_update_config
  /external/libpng/
pngstruct.h 108 * The file gamma encoding information is also stored here and gamma correction
115 png_fixed_point gamma; /* File gamma */ member in struct:png_colorspace
141 #endif /* COLORSPACE || GAMMA */
277 png_color_16 background; /* background color in screen gamma space */
279 png_color_16 background_1; /* background normalized to gamma 1.0 */
290 int gamma_shift; /* number of "insignificant" bits in 16-bit gamma */
291 png_fixed_point screen_gamma; /* screen gamma value (display_exponent) */
293 png_bytep gamma_table; /* gamma table for 8-bit depth files *
    [all...]
  /external/pdfium/core/fxcodec/codec/
ccodec_progressivedecoder.h 177 double* gamma) override;
  /external/pdfium/third_party/lcms2-2.6/src/
cmsps2.c 470 cmsFloat64Number gamma; local
480 gamma = cmsEstimateGamma(Table, 0.001);
481 if (gamma > 0) {
482 _cmsIOPrintf(m, "{ %g exp } bind ", gamma);
534 // Compare gamma table
543 // Does write a set of gamma curves
    [all...]
  /external/pdfium/third_party/libpng16/
pngstruct.h 108 * The file gamma encoding information is also stored here and gamma correction
115 png_fixed_point gamma; /* File gamma */ member in struct:png_colorspace
141 #endif /* COLORSPACE || GAMMA */
277 png_color_16 background; /* background color in screen gamma space */
279 png_color_16 background_1; /* background normalized to gamma 1.0 */
290 int gamma_shift; /* number of "insignificant" bits in 16-bit gamma */
291 png_fixed_point screen_gamma; /* screen gamma value (display_exponent) */
293 png_bytep gamma_table; /* gamma table for 8-bit depth files *
    [all...]
  /external/skia/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/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);

Completed in 875 milliseconds

1 2 3 4 5 67 8 91011>>