Home
last modified time | relevance | path

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

12

/third_party/gstreamer/gstplugins_bad/gst/geometrictransform/
Dgstgeometrictransform.c84 gdouble in_x, in_y; in gst_geometric_transform_generate_map() local
108 if (!klass->map_func (gt, x, y, &in_x, &in_y)) { in gst_geometric_transform_generate_map()
114 ptr[0] = in_x; in gst_geometric_transform_generate_map()
169 guint8 * out_data, gint x, gint y, gdouble in_x, gdouble in_y) in gst_geometric_transform_do_map() argument
179 in_x = CLAMP (in_x, 0, gt->width - 1); in gst_geometric_transform_do_map()
184 in_x = gst_gm_mod_float (in_x, gt->width); in gst_geometric_transform_do_map()
186 if (in_x < 0) in gst_geometric_transform_do_map()
187 in_x += gt->width; in gst_geometric_transform_do_map()
197 gint trunc_x = (gint) in_x; in gst_geometric_transform_do_map()
277 gdouble in_x, in_y; in gst_geometric_transform_transform_frame() local
[all …]
Dgstmirror.c158 mirror_map (GstGeometricTransform * gt, gint x, gint y, gdouble * in_x, in mirror_map() argument
169 *in_x = gt->width - 1.0 - x; in mirror_map()
171 *in_x = x; in mirror_map()
176 *in_x = x; in mirror_map()
178 *in_x = gt->width - 1.0 - x; in mirror_map()
186 *in_x = x; in mirror_map()
193 *in_x = x; in mirror_map()
200 x, y, *in_x, *in_y); in mirror_map()
Dgsttwirl.c136 twirl_map (GstGeometricTransform * gt, gint x, gint y, gdouble * in_x, in twirl_map() argument
149 *in_x = x; in twirl_map()
156 *in_x = cgt->precalc_x_center + d * cos (a); in twirl_map()
161 x, y, *in_x, *in_y); in twirl_map()
Dgstfisheye.c78 fisheye_map (GstGeometricTransform * gt, gint x, gint y, gdouble * in_x, in fisheye_map() argument
118 *in_x = 0.5 * (norm_x + 1.0) * width; in fisheye_map()
122 x, y, *in_x, *in_y); in fisheye_map()
Dgstpinch.c136 pinch_map (GstGeometricTransform * gt, gint x, gint y, gdouble * in_x, in pinch_map() argument
155 *in_x = x; in pinch_map()
166 *in_x = cgt->precalc_x_center + dx; in pinch_map()
171 x, y, *in_x, *in_y); in pinch_map()
Dgstsphere.c137 sphere_map (GstGeometricTransform * gt, gint x, gint y, gdouble * in_x, in sphere_map() argument
153 *in_x = x; in sphere_map()
172 *in_x = x - tan (angle2) * z; in sphere_map()
183 x, y, *in_x, *in_y); in sphere_map()
Dgsttunnel.c79 tunnel_map (GstGeometricTransform * gt, gint x, gint y, gdouble * in_x, in tunnel_map() argument
108 *in_x = 0.5 * (norm_x) * MAX (width, height) + cgt->x_center * width; in tunnel_map()
112 x, y, *in_x, *in_y); in tunnel_map()
Dgstwaterripple.c162 water_ripple_map (GstGeometricTransform * gt, gint x, gint y, gdouble * in_x, in water_ripple_map() argument
175 *in_x = x; in water_ripple_map()
186 *in_x = x + dx * amount; in water_ripple_map()
192 x, y, *in_x, *in_y); in water_ripple_map()
Dgststretch.c132 stretch_map (GstGeometricTransform * gt, gint x, gint y, gdouble * in_x, in stretch_map() argument
169 *in_x = (0.5 * norm_x + cgt->x_center) * width; in stretch_map()
173 x, y, *in_x, *in_y); in stretch_map()
Dgstrotate.c137 rotate_map (GstGeometricTransform * gt, gint x, gint y, gdouble * in_x, in rotate_map() argument
175 *in_x = xi + cix; in rotate_map()
179 x, y, *in_x, *in_y); in rotate_map()
Dgstbulge.c132 bulge_map (GstGeometricTransform * gt, gint x, gint y, gdouble * in_x, in bulge_map() argument
168 *in_x = (0.5 * norm_x + cgt->x_center) * width; in bulge_map()
172 x, y, *in_x, *in_y); in bulge_map()
Dgstdiffuse.c172 diffuse_map (GstGeometricTransform * gt, gint x, gint y, gdouble * in_x, in diffuse_map() argument
182 *in_x = x + distance * diffuse->sin_table[angle]; in diffuse_map()
186 x, y, *in_x, *in_y); in diffuse_map()
Dgstsquare.c158 square_map (GstGeometricTransform * gt, gint x, gint y, gdouble * in_x, in square_map() argument
185 *in_x = 0.5 * (norm_x + 1.0) * width; in square_map()
189 x, y, *in_x, *in_y); in square_map()
Dgstperspective.c184 perspective_map (GstGeometricTransform * gt, gint x, gint y, gdouble * in_x, in perspective_map() argument
203 *in_x = xi; in perspective_map()
207 x, y, *in_x, *in_y); in perspective_map()
Dgstcircle.c164 circle_map (GstGeometricTransform * gt, gint x, gint y, gdouble * in_x, in circle_map() argument
180 *in_x = gt->width * theta / (circle->spread_angle + 0.0001); in circle_map()
186 x, y, *in_x, *in_y); in circle_map()
Dgstkaleidoscope.c165 kaleidoscope_map (GstGeometricTransform * gt, gint x, gint y, gdouble * in_x, in kaleidoscope_map() argument
188 *in_x = cgt->precalc_x_center + distance * cos (theta); in kaleidoscope_map()
192 x, y, *in_x, *in_y); in kaleidoscope_map()
Dgstmarble.c210 marble_map (GstGeometricTransform * gt, gint x, gint y, gdouble * in_x, in marble_map() argument
220 *in_x = x + marble->sin_table[displacement]; in marble_map()
224 x, y, *in_x, *in_y); in marble_map()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/
DesextcTessellationShaderUtils.hpp52 _ivec4(int in_x, int in_y, int in_z, int in_w) in _ivec4()
54 x = in_x; in _ivec4()
92 _vec2(float in_x, float in_y) in _vec2()
94 x = in_x; in _vec2()
134 _vec4(float in_x, float in_y, float in_z, float in_w) in _vec4()
136 x = in_x; in _vec4()
/third_party/ffmpeg/libavfilter/
Dvf_bilateral.c170 const type *in_x = &src[y * src_linesize]; \
174 *temp_x++ = ypr = *in_x++; \
188 *temp_x++ = ycr = inv_alpha_*(*in_x++) + alpha_*ypr; \
194 --temp_x; *temp_x = 0.5f*((*temp_x) + (*--in_x)); \
196 ypr = *in_x; \
207 ycr = inv_alpha_ * (*--in_x) + alpha_ * ypr; \
/third_party/skia/third_party/externals/freetype/src/base/
Dftcalc.c980 ft_corner_orientation( FT_Pos in_x, in ft_corner_orientation() argument
990 FT_Int64 delta = SUB_INT64( MUL_INT64( in_x, out_y ), in ft_corner_orientation()
1001 if ( ADD_LONG( FT_ABS( in_x ), FT_ABS( out_y ) ) <= 131071L && in ft_corner_orientation()
1004 FT_Long z1 = MUL_LONG( in_x, out_y ); in ft_corner_orientation()
1021 ft_multo64( (FT_UInt32)in_x, (FT_UInt32)out_y, &z1 ); in ft_corner_orientation()
1046 ft_corner_is_flat( FT_Pos in_x, in ft_corner_is_flat() argument
1051 FT_Pos ax = in_x + out_x; in ft_corner_is_flat()
1076 d_in = FT_HYPOT( in_x, in_y ); in ft_corner_is_flat()
/third_party/openssl/crypto/ec/asm/
Decp_nistz256-x86.pl1234 { my ($S,$M,$Zsqr,$in_x,$tmp0)=map(32*$_,(0..4));
1253 &mov (&DWP($in_x+0,"esp"),"eax");
1254 &mov (&DWP($in_x+4,"esp"),"ebx");
1255 &mov (&DWP($in_x+8,"esp"),"ecx");
1256 &mov (&DWP($in_x+12,"esp"),"edx");
1261 &mov (&DWP($in_x+16,"esp"),"eax");
1262 &mov (&DWP($in_x+20,"esp"),"ebx");
1263 &mov (&DWP($in_x+24,"esp"),"ecx");
1264 &mov (&DWP($in_x+28,"esp"),"edx");
1292 &lea ("esi",&DWP($in_x,"esp"));
[all …]
/third_party/node/deps/openssl/openssl/crypto/ec/asm/
Decp_nistz256-x86.pl1234 { my ($S,$M,$Zsqr,$in_x,$tmp0)=map(32*$_,(0..4));
1253 &mov (&DWP($in_x+0,"esp"),"eax");
1254 &mov (&DWP($in_x+4,"esp"),"ebx");
1255 &mov (&DWP($in_x+8,"esp"),"ecx");
1256 &mov (&DWP($in_x+12,"esp"),"edx");
1261 &mov (&DWP($in_x+16,"esp"),"eax");
1262 &mov (&DWP($in_x+20,"esp"),"ebx");
1263 &mov (&DWP($in_x+24,"esp"),"ecx");
1264 &mov (&DWP($in_x+28,"esp"),"edx");
1292 &lea ("esi",&DWP($in_x,"esp"));
[all …]
Decp_nistz256-armv4.pl1276 my ($S,$M,$Zsqr,$in_x,$tmp0)=map(32*$_,(0..4));
1291 add r3,sp,#$in_x
1318 add $a_ptr,sp,#$in_x
1323 add $a_ptr,sp,#$in_x
1347 add $a_ptr,sp,#$in_x
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-converter.c348 gint in_x; member
2354 convert->in_x = get_opt_int (convert, GST_VIDEO_CONVERTER_OPT_SRC_X, 0); in gst_video_converter_new_with_pool()
2356 convert->in_x &= ~((1 << fin->w_sub[1]) - 1); in gst_video_converter_new_with_pool()
2360 GST_VIDEO_CONVERTER_OPT_SRC_WIDTH, convert->in_maxwidth - convert->in_x); in gst_video_converter_new_with_pool()
2366 MIN (convert->in_width, convert->in_maxwidth - convert->in_x); in gst_video_converter_new_with_pool()
2367 if (convert->in_width + convert->in_x < 0 || in gst_video_converter_new_with_pool()
2368 convert->in_width + convert->in_x > convert->in_maxwidth) { in gst_video_converter_new_with_pool()
2956 UNPACK_FRAME (convert->src, tmpline, cline, convert->in_x, in do_unpack_lines()
2960 convert->in_x * convert->unpack_pstride; in do_unpack_lines()
3381 gint in_x, in_y; member
[all …]
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
Dftcalc.h338 ft_corner_orientation( FT_Pos in_x,
350 ft_corner_is_flat( FT_Pos in_x,

12