/third_party/gstreamer/gstplugins_bad/gst/geometrictransform/ |
D | gstgeometrictransform.c | 84 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 …]
|
D | gstmirror.c | 158 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()
|
D | gsttwirl.c | 136 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()
|
D | gstfisheye.c | 78 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()
|
D | gstpinch.c | 136 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()
|
D | gstsphere.c | 137 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()
|
D | gsttunnel.c | 79 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()
|
D | gstwaterripple.c | 162 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()
|
D | gststretch.c | 132 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()
|
D | gstrotate.c | 137 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()
|
D | gstbulge.c | 132 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()
|
D | gstdiffuse.c | 172 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()
|
D | gstsquare.c | 158 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()
|
D | gstperspective.c | 184 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()
|
D | gstcircle.c | 164 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()
|
D | gstkaleidoscope.c | 165 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()
|
D | gstmarble.c | 210 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/ |
D | esextcTessellationShaderUtils.hpp | 52 _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/ |
D | vf_bilateral.c | 170 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/ |
D | ftcalc.c | 980 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/ |
D | ecp_nistz256-x86.pl | 1234 { 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/ |
D | ecp_nistz256-x86.pl | 1234 { 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 …]
|
D | ecp_nistz256-armv4.pl | 1276 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/ |
D | video-converter.c | 348 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/ |
D | ftcalc.h | 338 ft_corner_orientation( FT_Pos in_x, 350 ft_corner_is_flat( FT_Pos in_x,
|