Searched refs:wMax (Results 1 - 8 of 8) sorted by relevance
/third_party/backends/backend/ |
H A D | plustek-pp_models.c | 100 ps->LensInf.rExtentX.wMax = 2550; in modelInitPageSettings() 115 ps->LensInf.rExtentY.wMax = in modelInitPageSettings() 123 ps->LensInf.rExtentY.wMax = in modelInitPageSettings() 130 ps->LensInf.rExtentX.wMax = 3507; in modelInitPageSettings() 139 ps->LensInf.rExtentY.wMax = in modelInitPageSettings() 148 ps->LensInf.rExtentY.wMax = in modelInitPageSettings() 155 ps->LensInf.rExtentY.wMax += 64; in modelInitPageSettings() 160 ps->LensInf.rDpiX.wMax = (ps->PhysicalDpi * 16); in modelInitPageSettings() 164 ps->LensInf.rDpiY.wMax = (ps->PhysicalDpi * 16); in modelInitPageSettings() 469 ps->LensInf.rExtentX.wMax * in ModelSetA3I() [all...] |
H A D | plustek-usbshading.c | 668 static u_char usb_GetNewGain( Plustek_Device *dev, u_short wMax, int channel ) in usb_GetNewGain() argument 674 if( !wMax ) in usb_GetNewGain() 675 wMax = 1; in usb_GetNewGain() 679 if((m_dwIdealGain / (wMax / dAmp)) < 3) { in usb_GetNewGain() 681 dRatio = ((double) m_dwIdealGain * dAmp / wMax - 0.93) / 0.067; in usb_GetNewGain() 685 dwInc = (u_long)((0.93 + ceil (dRatio) * 0.067) * wMax / dAmp); in usb_GetNewGain() 686 dwDec = (u_long)((0.93 + floor (dRatio) * 0.067) * wMax / dAmp); in usb_GetNewGain() 696 dRatio = m_dwIdealGain / (wMax / dAmp); in usb_GetNewGain()
|
H A D | plustek-pp.h | 418 unsigned short wMax; /* software maximum value */ member
|
H A D | plustek-pp_motor.c | 924 *wLengthY = ps->LensInf.rExtentY.wMax * 4 + 200; in motorP98SetMaxDpiAndLength() 926 *wLengthY = ps->LensInf.rExtentY.wMax * 2 + 200; in motorP98SetMaxDpiAndLength() 1822 wLengthY = ps->LensInf.rExtentY.wMax << 1; in motorP96SetupRunTable() 1825 wLengthY = ps->LensInf.rExtentY.wMax; in motorP96SetupRunTable()
|
H A D | plustek_pp.c | 1077 dev->res_list = (SANE_Int *)calloc(((lens.rDpiX.wMax -_DEF_DPI)/25 + 1), in attach() 1088 for( cntr = _DEF_DPI; cntr <= lens.rDpiX.wMax; cntr += 25 ) { in attach()
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | SetupRoutine.cpp | 290 Float wMax = Max(Max(w0, w1), w2); in generate() local 292 conditionalRotate1(wMax == w1, v0, v1, v2); in generate() 293 conditionalRotate2(wMax == w2, v0, v1, v2); in generate()
|
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
H A D | SetupRoutine.cpp | 304 Float wMax = Max(Max(w0, w1), w2); in generate() local 306 conditionalRotate1(wMax == w1, v0, v1, v2); in generate() 307 conditionalRotate2(wMax == w2, v0, v1, v2); in generate()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fPrimitiveBoundingBoxTests.cpp | 97 const float wMax = de::max(0.0f, bbox.max.w()); in projectBoundingBox() local 101 bbox.min.swizzle(0, 1, 2) / wMax); in projectBoundingBox() 103 bbox.max.swizzle(0, 1, 2) / wMax); in projectBoundingBox()
|
Completed in 19 milliseconds