/external/chromium_org/chrome/browser/prerender/ |
prerender_history_unittest.cc | 99 const char* const kThirdUrl = "http://www.gamma.com/";
|
/external/chromium_org/third_party/qcms/src/ |
qcms.h | 129 float gamma);
|
/external/fdlibm/ |
e_lgamma_r.c | 16 * Reentrant version of the logarithm of the Gamma function 17 * with user provide pointer for the sign of Gamma(x). 62 * 4. For negative x, since (G is gamma function) 68 * lgamma(x) = ieee_log(|Gamma(x)|)
|
/external/libpng/contrib/pngsuite/ |
README | 12 a variety of images to test interlacing, gamma settings, ancillary
|
/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/ |
SDL_lowvideo.h | 133 /* The system gamma ramp for GDI modes */
|
/pdk/apps/CameraITS/tests/ |
test_linearity.py | 57 # Each channel is a simple gamma curve.
|
/frameworks/base/services/java/com/android/server/power/ |
DisplayPowerController.java | 84 // The maximum range of gamma adjustment possible using the screen 103 // the gamma. We want the change to happen gradually so that it is below the 335 // The last screen auto-brightness gamma. (For printing in dump() only.) 1089 float gamma = 1.0f; local [all...] |
/external/chromium_org/chrome/browser/profiles/ |
avatar_menu_model_unittest.cc | 107 string16 newname1(ASCIIToUTF16("Gamma")); 129 // now the first model should be named "beta", and the second be "gamma".
|
/external/chromium_org/third_party/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; 912 && (fabs(png_ptr->screen_gamma * png_ptr->gamma - 1.0) 927 png_ptr->gamma != 0.0) 963 g = 1.0 / (png_ptr->gamma); 964 gs = 1.0 / (png_ptr->gamma * png_ptr->screen_gamma); [all...] |
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/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; 912 && (fabs(png_ptr->screen_gamma * png_ptr->gamma - 1.0) 927 png_ptr->gamma != 0.0) 963 g = 1.0 / (png_ptr->gamma); 964 gs = 1.0 / (png_ptr->gamma * png_ptr->screen_gamma); [all...] |
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/qemu/distrib/sdl-1.2.15/src/video/Xext/Xxf86vm/ |
XF86VMode.c | 170 SDL_NAME(XF86VidModeSetGamma)(Display *dpy, int screen, SDL_NAME(XF86VidModeGamma) *Gamma) 182 req->red = (CARD32)(Gamma->red * 10000.); 183 req->green = (CARD32)(Gamma->green * 10000.); 184 req->blue = (CARD32)(Gamma->blue * 10000.); 191 SDL_NAME(XF86VidModeGetGamma)(Display *dpy, int screen, SDL_NAME(XF86VidModeGamma) *Gamma) 209 Gamma->red = ((float)rep.red) / 10000.; 210 Gamma->green = ((float)rep.green) / 10000.; 211 Gamma->blue = ((float)rep.blue) / 10000.; [all...] |
/frameworks/base/libs/hwui/ |
Program.h | 159 float gamma; member in struct:android::uirenderer::ProgramDescription 200 gamma = 2.2f;
|
/external/chromium_org/third_party/WebKit/Source/core/platform/audio/ |
Biquad.cpp | 225 double gamma = (0.5 + beta) * cos(theta); 226 double alpha = 0.25 * (0.5 + beta - gamma); 231 double a1 = 2 * -gamma; 261 double gamma = (0.5 + beta) * cos(theta); 262 double alpha = 0.25 * (0.5 + beta + gamma); 267 double a1 = 2 * -gamma;
|
/external/opencv/cvaux/src/ |
cvepilines.cpp | 454 double gamma; local 481 gamma = len2 / len1; 486 gamma, 601 double gamma, 621 if( gamma > 0 ) 625 coeffs->XcoefB = -xA - gamma * x1 + gamma * xA; 626 coeffs->XcoefAB = -xB + xA + gamma * xB - gamma * xA; 630 coeffs->YcoefB = -yA - gamma * y1 + gamma * yA [all...] |
cvhmm1d.cpp | [all...] |
/external/opencv/cxcore/src/ |
cxarithm.cpp | [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/windx5/ |
SDL_dx5video.c | 451 /* WinDIB driver functions for manipulating gamma ramps */ 857 /*if gamma is undefined then we really have directx <= 0x500*/ 2307 LPDIRECTDRAWGAMMACONTROL gamma; local 2353 LPDIRECTDRAWGAMMACONTROL gamma; local [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/libpng-1.2.19/ |
pngrtran.c | 87 png_warning(png_ptr, "Application must supply a known background gamma"); 522 * We will turn off gamma transformation later if no semitransparent entries 535 png_ptr->gamma = (float)file_gamma; 849 && (fabs(png_ptr->screen_gamma * png_ptr->gamma - 1.0) 864 png_ptr->gamma != 0.0) 899 g = 1.0 / (png_ptr->gamma); 900 gs = 1.0 / (png_ptr->gamma * png_ptr->screen_gamma); [all...] |
/external/chromium/net/spdy/ |
spdy_framer_test.cc | 234 headers["gamma"] = "charlie"; 247 EXPECT_EQ(headers["gamma"], new_headers["gamma"]); 262 frame.WriteString("gamma"); 263 frame.WriteString("gamma"); 288 frame1.WriteString("gamma"); 289 frame1.WriteString("gamma"); 303 frame2.WriteString("gamma"); 304 frame2.WriteString("gamma"); [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/dxgi/src/ |
dxgi_native.cpp | 397 DXGI_GAMMA_CONTROL* gamma; member in struct:GalliumDXGIOutput 408 gamma = 0; 454 if(gamma) 455 delete gamma; 554 if(!gamma) 555 gamma = new DXGI_GAMMA_CONTROL; 556 *gamma = *pArray; 563 if(gamma) 564 *pArray = *gamma; [all...] |
/external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/ |
dxgi_native.cpp | 397 DXGI_GAMMA_CONTROL* gamma; member in struct:GalliumDXGIOutput 408 gamma = 0; 454 if(gamma) 455 delete gamma; 554 if(!gamma) 555 gamma = new DXGI_GAMMA_CONTROL; 556 *gamma = *pArray; 563 if(gamma) 564 *pArray = *gamma; [all...] |
/external/speex/libspeex/ |
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...] |