| /OK3568_Linux_fs/kernel/drivers/input/mouse/ |
| H A D | appletouch.c | 213 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 D | noisered.c | 165 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 D | pxa168fb.h | 232 #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 D | GridDelegate.qml | 73 …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 D | ImageDetails.qml | 114 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 D | Progress.qml | 57 anchors.fill: parent; smooth: true 68 opacity: width < 1 ? 0 : 1; smooth: true
|
| H A D | Slider.qml | 73 id: handle; smooth: true
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/amerge/ |
| H A D | rk_aiq_amerge_algo_v12.cpp | 95 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 D | rk_aiq_amerge_algo_v10.cpp | 95 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 D | rk_aiq_amerge_algo_v11.cpp | 95 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 D | README | 61 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 D | qt5-plugin-generic-vboxtouch_git.bb | 2 It uses the integrated pointer feature to create a smooth conversion from \
|
| /OK3568_Linux_fs/buildroot/package/gtk2-engines/ |
| H A D | gtk2-engines.mk | 80 --disable-smooth \
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxwayland/qmlvideofx/qml/qmlvideofx/ |
| H A D | ContentImage.qml | 38 smooth: true
|
| H A D | EffectGaussianBlur.qml | 92 smooth: true
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/mmp/hw/ |
| H A D | mmp_ctrl.h | 441 #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 D | Kconfig | 26 relatively smooth sending rate is of importance.
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/mvm/ |
| H A D | ftm-initiator.c | 223 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 D | PolylineItem.qml | 60 smooth: true
|
| H A D | CircleItem.qml | 60 smooth: true
|
| H A D | PolygonItem.qml | 60 smooth: true
|
| H A D | RectangleItem.qml | 59 smooth: true
|
| H A D | MapComponent.qml | 357 …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 D | maps.qml | 84 smooth: true
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/src/plugins/ |
| H A D | itemsoverlay.qdoc | 100 layer.smooth: true
|