HomeSort by relevance Sort by last modified time
    Searched refs:gamma (Results 101 - 125 of 227) sorted by null

1 2 3 45 6 7 8 910

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
mathcalls.h 249 /* Error and gamma functions. */
258 /* True gamma function. */
265 __MATHCALL (gamma,, (_Mdouble_));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
mathcalls.h 249 /* Error and gamma functions. */
258 /* True gamma function. */
265 __MATHCALL (gamma,, (_Mdouble_));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
mathcalls.h 249 /* Error and gamma functions. */
258 /* True gamma function. */
265 __MATHCALL (gamma,, (_Mdouble_));
  /ndk/tests/build/issue20862-libpng-O0/jni/
pngrtran.c 105 png_warning(png_ptr, "Application must supply a known background gamma");
192 /* If there is no sRGB support this just sets the gamma to the standard
221 * gamma values are passed to the floating point API. This is safe and it
234 png_fixed_error(png_ptr, "gamma value");
259 * who use the inverse of the gamma value accidentally! Since some of these
263 png_error(png_ptr, "output gamma out of expected range");
265 /* The default file gamma is the inverse of the output gamma; the output
266 * gamma may be changed below so get the file value first:
277 * The differences disappear if the input/output ('screen') gamma is 1.0
    [all...]
pngstruct.h 158 png_color_16 background; /* background color in screen gamma space */
160 png_color_16 background_1; /* background normalized to gamma 1.0 */
171 int gamma_shift; /* number of "insignificant" bits in 16-bit gamma */
172 png_fixed_point gamma; /* file gamma value */ member in struct:png_struct_def
173 png_fixed_point screen_gamma; /* screen gamma value (display_exponent) */
175 png_bytep gamma_table; /* gamma table for 8-bit depth files */
176 png_uint_16pp gamma_16_table; /* gamma table for 16-bit depth files */
  /development/ndk/platforms/android-3/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
  /development/ndk/platforms/android-9/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
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_sysvideo.h 151 /* Gamma support */
153 Uint16 *gamma; member in struct:SDL_VideoDevice
155 /* Set the gamma correction directly (emulated with gamma ramps) */
158 /* Get the gamma correction directly (emulated with gamma ramps) */
161 /* Set the gamma ramp */
164 /* Get the gamma ramp */
282 SDL_Color *gammacols; /* gamma-corrected colours, or NULL */
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
lpc_masking_model.c 727 WebRtc_Word16 gamma=32440; //(1-0.01)=0.99 in Q15 local
756 tmpB=WEBRTC_SPL_MUL_16_32_RSFT15(gamma, corrlo2QQ[n]);
774 WebRtc_Word16 gamma=32440; //(1-0.01)=0.99 in Q1 local
    [all...]
  /frameworks/rs/
rsFont.cpp 342 float gamma = DEFAULT_TEXT_GAMMA; local
350 // Get the gamma
352 gamma = atof(property);
355 // Get the black gamma threshold
360 // Get the white gamma threshold
369 // Compute the gamma tables
370 mBlackGamma = gamma;
371 mWhiteGamma = 1.0f / gamma;
512 const char *ebn1[] = { "Color", "Gamma" };
  /prebuilts/ndk/4/platforms/android-3/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/4/platforms/android-4/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/4/platforms/android-5/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/4/platforms/android-5/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/4/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/4/platforms/android-8/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/5/platforms/android-3/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/5/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/6/platforms/android-3/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/6/platforms/android-3/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/6/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/6/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/7/platforms/android-14/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/7/platforms/android-14/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/7/platforms/android-3/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

Completed in 788 milliseconds

1 2 3 45 6 7 8 910