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

1 2 3 4 5 6 7 8910

  /external/opencv/ml/include/
ml.h 330 double gamma; // for poly/rbf/sigmoid member in struct:CvSVMParams
492 enum { C=0, GAMMA=1, P=2, NU=3, COEF=4, DEGREE=5 };
508 CvParamGrid gamma_grid = get_default_grid(CvSVM::GAMMA),
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngwrite.c 56 png_write_gAMA(png_ptr, info_ptr->gamma);
    [all...]
pngrutil.c 624 /* check for zero gamma */
628 "Ignoring gAMA chunk with gamma=0");
639 fprintf(stderr, "gamma = (%d/100000)\n", (int)igamma);
648 png_ptr->gamma = file_gamma;
943 igamma=(png_fixed_point)(info_ptr->gamma * 100000.);
952 fprintf(stderr,"incorrect gamma=(%d/100000)\n",(int)png_ptr->int_gamma);
955 fprintf(stderr,"incorrect gamma=%f\n",png_ptr->gamma);
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/windib/
SDL_dibvideo.c 364 /* See if gamma is supported on this screen */
1092 /* If we fail to get gamma, disable gamma control */
1109 /* About to leave active state, restore gamma */
1112 /* About to enter active state, set game gamma */
1114 SetDeviceGammaRamp(hdc, this->gamma);
1124 /* Restore the original gamma if necessary */
1133 /* Free the saved gamma memory */
1143 SDL_SetError("SDL compiled without gamma ramp support");
1174 SDL_SetError("SDL compiled without gamma ramp support")
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11video.c 1011 /* Create a colormap which we can manipulate for gamma */
1019 X11_SetGammaRamp(this, this->gamma);
    [all...]
  /external/opencv/cxcore/include/
cxcore.h 546 /* dst = src1 * alpha + src2 * beta + gamma */
549 double gamma, CvArr* dst );
    [all...]
  /external/chromium_org/third_party/libpng/
png.h     [all...]
  /external/eigen/unsupported/test/mpreal/
mpreal.h 373 friend const mpreal gamma (const mpreal& v, mp_rnd_t rnd_mode = mpreal::default_rnd);
2002 inline const mpreal gamma (const mpreal& x, mp_rnd_t rnd_mode) function in namespace:mpfr
    [all...]
  /external/libpng/
png.h     [all...]
  /development/ndk/platforms/android-14/include/OMXAL/
OpenMAXAL.h     [all...]
  /frameworks/wilhelm/include/OMXAL/
OpenMAXAL.h     [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/OMXAL/
OpenMAXAL.h     [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/OMXAL/
OpenMAXAL.h     [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/OMXAL/
OpenMAXAL.h     [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/OMXAL/
OpenMAXAL.h     [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/OMXAL/
OpenMAXAL.h     [all...]
  /prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/OMXAL/
OpenMAXAL.h     [all...]
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/OMXAL/
OpenMAXAL.h     [all...]
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/OMXAL/
OpenMAXAL.h     [all...]
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/OMXAL/
OpenMAXAL.h     [all...]
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/OMXAL/
OpenMAXAL.h     [all...]
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/OMXAL/
OpenMAXAL.h     [all...]
  /external/dropbear/libtomcrypt/
crypt.tex 548 example, if you have $\mbox{Pr}\left[X = 1\right] = {1 \over 2} \pm \gamma$ where $\vert \gamma \vert > 0$ then the
549 total amount of entropy in N bits is $N \cdot -log_2\left ({1 \over 2} + \vert \gamma \vert \right)$. So if $\gamma$
    [all...]
  /cts/suite/pts/deviceTests/browserbench/assets/octane/
gbemu.js     [all...]
pdfjs.js     [all...]

Completed in 1547 milliseconds

1 2 3 4 5 6 7 8910