Searched refs:x_center (Results 1 – 9 of 9) sorted by relevance
/third_party/gstreamer/gstplugins_bad/gst/geometrictransform/ |
D | gstcirclegeometrictransform.c | 92 if (v != cgt->x_center) { in gst_circle_geometric_transform_set_property() 93 cgt->x_center = v; in gst_circle_geometric_transform_set_property() 128 g_value_set_double (value, cgt->x_center); in gst_circle_geometric_transform_get_property() 149 cgt->precalc_x_center = cgt->x_center * gt->width; in circle_geometric_transform_precalc() 200 filter->x_center = DEFAULT_X_CENTER; in gst_circle_geometric_transform_init()
|
D | gsttunnel.c | 93 norm_x = 2.0 * (x - cgt->x_center * width) / MAX (width, height); in tunnel_map() 105 *in_x = 0.5 * (norm_x) * MAX (width, height) + cgt->x_center * width; in tunnel_map()
|
D | gstbulge.c | 143 norm_x = 2.0 * (x / width - cgt->x_center); in bulge_map() 165 *in_x = (0.5 * norm_x + cgt->x_center) * width; in bulge_map()
|
D | gststretch.c | 143 norm_x = 2.0 * (x / width - cgt->x_center); in stretch_map() 166 *in_x = (0.5 * norm_x + cgt->x_center) * width; in stretch_map()
|
D | gstcirclegeometrictransform.h | 73 gdouble x_center; member
|
D | gstpinch.c | 146 cgt->precalc_x_center, cgt->x_center, cgt->precalc_y_center, in pinch_map()
|
/third_party/gstreamer/gstplugins_bad/ext/opencv/ |
D | gstdewarp.cpp | 265 filter->x_center = DEFAULT_CENTER; in gst_dewarp_init() 301 if (v != filter->x_center) { in gst_dewarp_set_property() 302 filter->x_center = v; in gst_dewarp_set_property() 305 GST_LOG_OBJECT (filter, "x center setted to %f", filter->x_center); in gst_dewarp_set_property() 400 g_value_set_double (value, filter->x_center); in gst_dewarp_get_property() 453 cx = filter->x_center * filter->in_width; in gst_dewarp_update_map()
|
D | gstdewarp.h | 85 gdouble x_center; member
|
/third_party/uboot/u-boot-2020.01/arch/x86/cpu/quark/ |
D | smc.c | 1799 uint8_t x_center[NUM_CHANNELS][NUM_RANKS][NUM_BYTE_LANES]; in rd_train() local 1978 x_center[ch][rk][bl] = (uint8_t) ((temp1 + temp2) / 2); in rd_train() 2014 set_rdqs(ch, rk, bl, x_center[ch][rk][bl] - (MIN_RDQS_EYE / 2)); in rd_train() 2016 set_rdqs(ch, rk, bl, x_center[ch][rk][bl] + (MIN_RDQS_EYE / 2)); in rd_train() 2054 final_delay[ch][bl] += x_center[ch][rk][bl]; in rd_train() 2057 set_rdqs(ch, rk, bl, x_center[ch][rk][bl]); in rd_train()
|