Home
last modified time | relevance | path

Searched refs:smooth (Results 1 – 25 of 82) sorted by relevance

1234

/OK3568_Linux_fs/kernel/drivers/input/mouse/
H A Dappletouch.c213 int smooth[ATP_SMOOTHSIZE]; member
391 memset(dev->smooth, 0, 4 * sizeof(dev->smooth[0])); in atp_calculate_abs()
394 dev->smooth[i + 4] = xy_sensors[i] << ATP_SCALE; in atp_calculate_abs()
395 memset(&dev->smooth[nb_sensors + 4], 0, 4 * sizeof(dev->smooth[0])); in atp_calculate_abs()
399 dev->smooth_tmp[0] = (dev->smooth[0] + dev->smooth[1]) / 2; in atp_calculate_abs()
403 dev->smooth_tmp[i] = (dev->smooth[i - 1] + in atp_calculate_abs()
404 dev->smooth[i] * 2 + in atp_calculate_abs()
405 dev->smooth[i + 1]) / 4; in atp_calculate_abs()
408 dev->smooth_tmp[i] = (dev->smooth[i - 1] + dev->smooth[i]) / 2; in atp_calculate_abs()
410 memcpy(dev->smooth, dev->smooth_tmp, sizeof(dev->smooth)); in atp_calculate_abs()
[all …]
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dnoisered.c165 float smooth; in reduce_noise() local
169 smooth = 0.0; in reduce_noise()
171 smooth = 1.0; in reduce_noise()
173 smoothing[i] = smooth * 0.5 + smoothing[i] * 0.5; in reduce_noise()
195 float smooth = smoothing[i]; in reduce_noise() local
197 outr[i] *= smooth; in reduce_noise()
198 outi[i] *= smooth; in reduce_noise()
199 outr[j] *= smooth; in reduce_noise()
200 outi[j] *= smooth; in reduce_noise()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/
H A Dpxa168fb.h232 #define CFG_GRA_HSMOOTH(smooth) ((smooth) << 14) argument
249 #define CFG_DMA_HSMOOTH(smooth) ((smooth) << 6) argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/positioning/geoflickr/flickrmobile/
H A DGridDelegate.qml73 …e { height: 79; width: 79; id: blackRect; anchors.centerIn: parent; color: "black"; smooth: true }
75 … id: whiteRect; width: 76; height: 76; anchors.centerIn: parent; color: "#dddddd"; smooth: true
80 x: 1; y: 1; smooth: true}
H A DImageDetails.qml114 anchors.centerIn: parent; smooth: !flickable.movingVertically
161 PropertyAction { target: bigImage; property: "smooth"; value: false }
163 … PropertyAction { target: bigImage; property: "smooth"; value: !flickable.movingVertically }
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/positioning/geoflickr/flickrcommon/
H A DProgress.qml57 anchors.fill: parent; smooth: true
68 opacity: width < 1 ? 0 : 1; smooth: true
H A DSlider.qml73 id: handle; smooth: true
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/amerge/
H A Drk_aiq_amerge_algo_v12.cpp95 void CalibrateOECurve(float smooth, float offset, unsigned short* OECurve) { in CalibrateOECurve() argument
103 curve = 1.0f + exp(-smooth * OECURVESMOOTHMAX * (k / 1023.0f - offset / 256.0f)); in CalibrateOECurve()
116 void CalibrateEachChnCurve(float smooth, float offset, unsigned short* OECurve) { in CalibrateEachChnCurve() argument
124 curve = 1.0f + exp(-smooth * EACHOECURVESMOOTHMAX * (k / 1023.0f - offset)); in CalibrateEachChnCurve()
137 void CalibrateMDCurveLongFrmMode(float smooth, float offset, unsigned short* MDCurve) { in CalibrateMDCurveLongFrmMode() argument
145 curve = 1.0f + exp(-smooth * MDCURVESMOOTHMAX * in CalibrateMDCurveLongFrmMode()
158 void CalibrateMDCurveShortFrmMode(float smooth, float offset, unsigned short* MDCurveLM, in CalibrateMDCurveShortFrmMode() argument
H A Drk_aiq_amerge_algo_v10.cpp95 void CalibrateOECurveV10(float smooth, float offset, unsigned short* OECurve) { in CalibrateOECurveV10() argument
103 curve = 1.0f + exp(-smooth * OECURVESMOOTHMAX * (k / 1023.0f - offset / 256.0f)); in CalibrateOECurveV10()
115 void CalibrateMDCurveV10(float smooth, float offset, unsigned short* MDCurve) { in CalibrateMDCurveV10() argument
123 curve = 1.0f + exp(-smooth * MDCURVESMOOTHMAX * in CalibrateMDCurveV10()
H A Drk_aiq_amerge_algo_v11.cpp95 void CalibrateOECurveV11(float smooth, float offset, unsigned short* OECurve) { in CalibrateOECurveV11() argument
103 curve = 1.0f + exp(-smooth * OECURVESMOOTHMAX * (k / 1023.0f - offset / 256.0f)); in CalibrateOECurveV11()
115 void CalibrateMDCurveLongFrmMode(float smooth, float offset, unsigned short* MDCurve) { in CalibrateMDCurveLongFrmMode() argument
123 curve = 1.0f + exp(-smooth * MDCURVESMOOTHMAX * in CalibrateMDCurveLongFrmMode()
136 void CalibrateMDCurveShortFrmMode(float smooth, float offset, unsigned short* MDCurveLM, in CalibrateMDCurveShortFrmMode() argument
/OK3568_Linux_fs/buildroot/dl/sox/git/test/
H A DREADME61 4000 samples with smooth envelope rising to volume -v0.5
63 4000 samples with smooth envelope falling to 0,
/OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/
H A Dqt5-plugin-generic-vboxtouch_git.bb2 It uses the integrated pointer feature to create a smooth conversion from \
/OK3568_Linux_fs/buildroot/package/gtk2-engines/
H A Dgtk2-engines.mk80 --disable-smooth \
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxwayland/qmlvideofx/qml/qmlvideofx/
H A DContentImage.qml38 smooth: true
H A DEffectGaussianBlur.qml92 smooth: true
/OK3568_Linux_fs/kernel/drivers/video/fbdev/mmp/hw/
H A Dmmp_ctrl.h441 #define CFG_GRA_HSMOOTH(smooth) ((smooth)<<14) argument
462 #define CFG_DMA_HSMOOTH(smooth) ((smooth)<<6) argument
/OK3568_Linux_fs/kernel/net/dccp/ccids/
H A DKconfig26 relatively smooth sending rate is of importance.
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dftm-initiator.c223 INIT_LIST_HEAD(&mvm->ftm_initiator.smooth.resp); in iwl_mvm_ftm_initiator_smooth_config()
238 list_for_each_entry_safe(se, st, &mvm->ftm_initiator.smooth.resp, in iwl_mvm_ftm_initiator_smooth_stop()
934 list_for_each_entry(resp, &mvm->ftm_initiator.smooth.resp, list) { in iwl_mvm_ftm_rtt_smoothing()
947 list_add_tail(&resp->list, &mvm->ftm_initiator.smooth.resp); in iwl_mvm_ftm_rtt_smoothing()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/mapviewer/map/
H A DPolylineItem.qml60 smooth: true
H A DCircleItem.qml60 smooth: true
H A DPolygonItem.qml60 smooth: true
H A DRectangleItem.qml59 smooth: true
H A DMapComponent.qml357 …14; height: 14; color: "#e41e25"; border.width: 2; border.color: "white"; smooth: true; radius: 7 }
458 smooth: true
523 smooth: true
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/snippets/declarative/
H A Dmaps.qml84 smooth: true
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/src/plugins/
H A Ditemsoverlay.qdoc100 layer.smooth: true

1234