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

1 2 3 4 5 6 7 891011>>

  /external/libpng/
pngread.c 296 * the user to obtain a gamma-corrected palette, for example.
    [all...]
example.c 350 * quantizing, filling, setting background, and doing gamma
427 /* Some suggestions as to how to get a screen gamma value
429 * Note that screen gamma is the display_exponent, which includes
432 if (/* We have a user-defined screen gamma value */)
436 /* This is one way that applications share the same screen gamma value */
449 /* Tell libpng to handle the gamma conversion for you. The final call
452 * your application support gamma correction.
538 /* Optional call to gamma correct and add the background to the palette
    [all...]
pngget.c 655 *file_gamma = info_ptr->colorspace.gamma;
674 *file_gamma = png_float(png_ptr, info_ptr->colorspace.gamma,
    [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);
preprocess.c 291 y = gamma(1.25)^2 * M(-.25;1;-x) / sqrt(x)
351 y = gamma(1.25)^2 * M(-.25;1;-x) / sqrt(x)
794 spx_word16_t gamma; local
803 /* Computing update gamma = .1 + .9*(old/(old+noise))^2 */
804 gamma = QCONST16(.1f,15)+MULT16_16_Q15(QCONST16(.89f,15),SQR16_Q15(DIV32_16_Q15(st->old_ps[i],ADD32(st->old_ps[i],tot_noise))));
806 /* A priori SNR update = gamma*max(0,post) + (1-gamma)*old/noise */
807 st->prior[i] = EXTRACT16(PSHR32(ADD32(MULT16_16(gamma,MAX16(0,st->post[i])), MULT16_16(Q15_ONE-gamma,DIV32_16_Q8(st->old_ps[i],tot_noise))), 15));
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/src/
math_private.h 684 #define __ieee754_gamma gamma
  /hardware/samsung_slsi/exynos5/include/
ExynosCamera.h 154 bool gamma; member in struct:android::ExynosCameraInfo
911 //! Sets gamma
913 //! Gets gamma
  /ndk/sources/android/support/src/msun/
math_private.h 684 #define __ieee754_gamma gamma
  /packages/apps/UnifiedEmail/src/com/android/mail/lib/base/
CharEscapers.java 267 .addEscape('\u0393', "Γ")
291 .addEscape('\u03B3', "γ")
    [all...]
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
CharEscapers.java 267 .addEscape('\u0393', "Γ")
291 .addEscape('\u03B3', "γ")
    [all...]
  /external/chromium_org/third_party/libpng/
pngset.c 128 png_warning(png_ptr, "Limiting gamma to 21474.83");
133 info_ptr->gamma = (float)png_gamma;
139 png_warning(png_ptr, "Setting gamma=0");
155 png_warning(png_ptr, "Limiting gamma to 21474.83");
162 png_warning(png_ptr, "Setting negative gamma to zero");
169 info_ptr->gamma = (float)(png_gamma/100000.);
176 png_warning(png_ptr, "Setting gamma=0");
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkScan_Antihair.cpp 170 aa[0] = ApplyGamma(gamma, ma);
178 aa[0] = ApplyGamma(gamma, ma);
  /external/chromium_org/tools/telemetry/third_party/png/
png.py 329 gamma=None,
358 gamma
359 Specify a gamma value (create a ``gAMA`` chunk).
423 If specified, the `gamma` parameter must be a positive number
427 appropriately for the gamma specified.
589 self.gamma = gamma
682 if self.gamma is not None:
684 struct.pack("!L", int(round(self.gamma*1e5))))
    [all...]
  /external/libpng/contrib/libtests/
tarith.c 771 double gamma[9] = { 2.2, 1.8, 1.52, 1.45, 1., 1/1.45, 1/1.52, 1/1.8, 1/2.2 }; local
775 /* Silence the output with -s, just test the gamma functions with -g: */
889 /* Test the overall gamma correction. */
893 double g = gamma[i];
897 printf("Test gamma %f\n", g);
916 printf("gamma %f: maximum 8 bit error %f\n", g, maxerr);
935 printf("gamma %f: maximum 16 bit error %f\n", g, maxerr);
947 * 3: accuracy test of fixed point gamma tables
987 else if (strcmp(argv[1], "gamma") == 0)
993 "usage: tarith [-v] [-c count] {ascii,muldiv,gamma} [args]\n")
    [all...]
  /external/ltrace/etc/
libm.so.conf 204 double gamma(double);
  /external/skia/src/core/
SkScan_Antihair.cpp 170 aa[0] = ApplyGamma(gamma, ma);
178 aa[0] = ApplyGamma(gamma, ma);
  /hardware/ti/omap4-aah/camera/OMXCameraAdapter/
OMX3A.cpp 392 mParameters3A.AlgoExternalGamma, SetAlgoExternalGamma, "External Gamma");
403 // Gamma table
412 void OMXCameraAdapter::updateGammaTable(const char* gamma)
417 const char *a = gamma;
422 if (!gamma) return;
    [all...]
  /development/ndk/platforms/android-13/include/
math.h 271 double gamma(double) __NDK_FPABI_MATH__;
297 * Reentrant version of gamma & lgamma; passes signgam back by reference
391 * Float versions of reentrant version of gamma & lgamma; passes
  /development/ndk/platforms/android-18/include/
math.h 272 double gamma(double) __NDK_FPABI_MATH__;
298 * Reentrant version of gamma & lgamma; passes signgam back by reference
393 * Float versions of reentrant version of gamma & lgamma; passes
  /development/ndk/platforms/android-3/include/
math.h 270 double gamma(double) __NDK_FPABI_MATH__;
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) __NDK_FPABI_MATH__;
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-L/include/
math.h 260 double gamma(double) __NDK_FPABI_MATH__;
291 * Reentrant version of gamma & lgamma; passes signgam back by reference
386 * Float versions of reentrant version of gamma & lgamma; passes
576 * Reentrant version of gamma & lgamma; passes signgam back by reference
671 * Float versions of reentrant version of gamma & lgamma; passes
  /prebuilts/ndk/9/platforms/android-12/arch-arm/usr/include/
math.h 270 double gamma(double) __NDK_FPABI_MATH__;
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-12/arch-mips/usr/include/
math.h 270 double gamma(double) __NDK_FPABI_MATH__;
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-12/arch-x86/usr/include/
math.h 270 double gamma(double) __NDK_FPABI_MATH__;
296 * Reentrant version of gamma & lgamma; passes signgam back by reference
388 * Float versions of reentrant version of gamma & lgamma; passes

Completed in 1423 milliseconds

1 2 3 4 5 6 7 891011>>