Home
last modified time | relevance | path

Searched refs:interpolate (Results 1 – 25 of 37) sorted by relevance

12

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Dinterpolate.hpp23 T interpolate(const T& a, const T& b, const double t) { in interpolate() function
42 return {{ interpolate(a[I], b[I], t)... }}; in operator ()()
71 style::expression::Value item = interpolate( in operator ()()
86 auto interpolated = interpolate(a.getCartesian(), b.getCartesian(), t); in operator ()()
97 interpolate(a.r, b.r, t), in operator ()()
98 interpolate(a.g, b.g, t), in operator ()()
99 interpolate(a.b, b.b, t), in operator ()()
100 interpolate(a.a, b.a, t) in operator ()()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dget_anchors.cpp55 x = util::interpolate(float(a.x), float(b.x), t), in resample()
56 y = util::interpolate(float(a.y), float(b.y), t); in resample()
161 x = util::interpolate(float(a.x), float(b.x), t), in getCenterAnchor()
162 y = util::interpolate(float(a.y), float(b.y), t); in getCenterAnchor()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/expression/
H A Ddsl.hpp64 std::unique_ptr<Expression> interpolate(Interpolator interpolator,
68 std::unique_ptr<Expression> interpolate(Interpolator interpolator,
73 std::unique_ptr<Expression> interpolate(Interpolator interpolator,
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/
H A Dfind_zoom_curve.cpp69 …("zoom" expression may only be used as input to a top-level "step" or "interpolate" expression.)",… in findZoomCurve()
73 … R"(Only one zoom-based "step" or "interpolate" subexpression may be used in an expression.)", "" in findZoomCurve()
H A Ddsl.cpp134 std::unique_ptr<Expression> interpolate(Interpolator interpolator, in interpolate() function
146 std::unique_ptr<Expression> interpolate(Interpolator interpolator, in interpolate() function
160 std::unique_ptr<Expression> interpolate(Interpolator interpolator, in interpolate() function
H A Dinterpolate.cpp74 return util::interpolate(lower->get<T>(), upper->get<T>(), t); in evaluate()
197 …R"(Input/output pairs for "interpolate" expressions must be defined using literal numeric values (… in parseInterpolate()
204 …R"(Input/output pairs for "interpolate" expressions must be arranged with input values in strictly… in parseInterpolate()
H A Dparsing_context.cpp224 …("zoom" expression may only be used as input to a top-level "step" or "interpolate" expression.)"); in parseLayerPropertyExpression()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/dispnv04/
H A Dtvmodesnv17.c248 #define calc_overscan(o) interpolate(0x100, 0xe1, 0xc1, o)
513 regs->tv_enc[0x20] = interpolate(0, tv_norm->tv_enc_mode.tv_enc[0x20], in nv17_tv_update_properties()
515 regs->tv_enc[0x22] = interpolate(0, tv_norm->tv_enc_mode.tv_enc[0x22], in nv17_tv_update_properties()
562 hmargin = interpolate(0, min(hmargin, output_mode->hdisplay/20), in nv17_ctv_update_rescaler()
564 vmargin = interpolate(0, min(vmargin, output_mode->vdisplay/20), in nv17_ctv_update_rescaler()
H A Dtvnv17.h117 static inline int interpolate(int y0, int y1, int y2, int x) in interpolate() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/map/
H A Dtransform.cpp138 Point<double> framePoint = util::interpolate(startPoint, endPoint, t); in easeTo()
140 double frameScale = util::interpolate(startScale, scale, t); in easeTo()
144 state.angle = util::wrap(util::interpolate(startAngle, angle, t), -M_PI, M_PI); in easeTo()
147 state.pitch = util::interpolate(startPitch, pitch, t); in easeTo()
292 Point<double> framePoint = util::interpolate(startPoint, endPoint, us); in flyTo()
305 state.angle = util::wrap(util::interpolate(startAngle, angle, k), -M_PI, M_PI); in flyTo()
308 state.pitch = util::interpolate(startPitch, pitch, k); in flyTo()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/conversion/
H A Dfunction.cpp338 static std::unique_ptr<Expression> interpolate(type::Type type, Interpolator interpolator, std::uni… in interpolate() function
400 return interpolate(type, exponential(*base), std::move(input), std::move(*stops)); in convertExponentialFunction()
538 return interpolate(type, linear(), zoom(), std::move(stops)); in composite()
693 … return interpolate(type_, exponential(base), number(get(literal(*property))), std::move(stops)); in convertFunctionToExpression()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Dpossibly_evaluated_property_value.hpp68 return { interpolate(*a.constant(), *b.constant(), t) }; in operator ()()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Dtile_cover_impl.hpp44 double interpolate(uint32_t y) { in interpolate() function
H A Dtile_cover_impl.cpp146 x = b.interpolate(y); in scan_row()
153 x = b.interpolate(y+1); in scan_row()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i2c/
H A Dch7006_mode.c223 black_level = interpolate(90, black_level, 208, priv->brightness); in ch7006_setup_levels()
337 flicker = interpolate(0, 2, 3, priv->flicker); in ch7006_setup_properties()
342 contrast = interpolate(0, 5, 7, priv->contrast); in ch7006_setup_properties()
H A Dch7006_priv.h158 static inline int interpolate(int y0, int y1, int y2, int x) in interpolate() function
/OK3568_Linux_fs/u-boot/drivers/power/fuel_gauge/
H A Dfg_rk817.su
H A Dfg_rk817.c262 static u32 interpolate(int value, u32 *table, int size) in interpolate() function
572 temp = interpolate(voltage, ocv_table, ocv_size); in rk817_bat_vol_to_soc()
586 temp = interpolate(voltage, ocv_table, ocv_size); in rk817_bat_vol_to_cap()
H A Dfg_rk816.c575 static u32 interpolate(int value, u32 *table, int size) in interpolate() function
629 tmp = interpolate(voltage, ocv_table, ocv_size); in rk816_bat_vol_to_cap()
642 tmp = interpolate(voltage, ocv_table, ocv_size); in rk816_bat_vol_to_soc()
H A Dfg_rk818.c552 static u32 interpolate(int value, u32 *table, int size) in interpolate() function
606 tmp = interpolate(voltage, ocv_table, ocv_size); in rk818_bat_vol_to_cap()
619 tmp = interpolate(voltage, ocv_table, ocv_size); in rk818_bat_vol_to_soc()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/
H A Dproperties.hpp61 return util::interpolate(prior->get().evaluate(evaluator, now), finalValue, in evaluate()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/layers/
H A Dheatmap_layer.cpp186 …std::string rawValue = R"JSON(["interpolate",["linear"],["heatmap-density"],0,"rgba(0, 0, 255, 0)"… in getDefaultHeatmapColor()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath9k/
H A Dar9003_eeprom.c2963 static int interpolate(int x, int xa, int xb, int ya, int yb) in interpolate() function
4313 y = interpolate(x, lx, hx, ly, hy); in ar9003_hw_power_interpolate()
5066 correction[ichain] = interpolate(frequency, in ar9003_hw_calibration_apply()
5072 temperature[ichain] = interpolate(frequency, in ar9003_hw_calibration_apply()
5078 voltage[ichain] = interpolate(frequency, in ar9003_hw_calibration_apply()
5084 nf_cal[ichain] = interpolate(frequency, in ar9003_hw_calibration_apply()
5090 nf_pwr[ichain] = interpolate(frequency, in ar9003_hw_calibration_apply()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop.c3867 brightness = interpolate(0, -128, 100, 127, s->tv_state->brightness); in vop_tv_config_update()
3869 brightness = interpolate(0, -64, 100, 63, s->tv_state->brightness); in vop_tv_config_update()
3871 brightness = interpolate(0, -32, 100, 31, s->tv_state->brightness); in vop_tv_config_update()
3875 contrast = interpolate(0, 0, 100, 511, s->tv_state->contrast); in vop_tv_config_update()
3876 saturation = interpolate(0, 0, 100, 511, s->tv_state->saturation); in vop_tv_config_update()
3885 hue = interpolate(0, -30, 100, 30, s->tv_state->hue); in vop_tv_config_update()
3891 contrast = interpolate(0, 0, 100, 255, s->tv_state->contrast); in vop_tv_config_update()
3892 saturation = interpolate(0, 0, 100, 255, s->tv_state->saturation); in vop_tv_config_update()
3901 hue = interpolate(0, -30, 100, 30, s->tv_state->hue); in vop_tv_config_update()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/
H A Dmapbox-gl-native.pro243 src/mbgl/style/expression/interpolate.cpp \
350 src/mbgl/util/interpolate.cpp \

12