/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() 115 ptr[1] = in_y; 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 180 in_y = CLAMP (in_y, 0, gt->height - 1); in gst_geometric_transform_do_map() 185 in_y = gst_gm_mod_float (in_y, gt->height); in gst_geometric_transform_do_map() 188 if (in_y < 0) in gst_geometric_transform_do_map() 189 in_y += gt->height; in gst_geometric_transform_do_map() 198 gint trunc_y = (gint) in_y; in gst_geometric_transform_do_map() 277 gdouble in_x, in_y; in gst_geometric_transform_transform_frame() local [all …]
|
D | gstmirror.c | 159 gdouble * in_y) in mirror_map() argument 172 *in_y = y; in mirror_map() 179 *in_y = y; in mirror_map() 183 *in_y = gt->height - 1.0 - y; in mirror_map() 185 *in_y = y; in mirror_map() 190 *in_y = y; in mirror_map() 192 *in_y = gt->height - 1.0 - y; in mirror_map() 200 x, y, *in_x, *in_y); in mirror_map()
|
D | gsttwirl.c | 137 gdouble * in_y) in twirl_map() argument 150 *in_y = y; in twirl_map() 157 *in_y = cgt->precalc_y_center + d * sin (a); in twirl_map() 161 x, y, *in_x, *in_y); in twirl_map()
|
D | gstfisheye.c | 79 gdouble * in_y) in fisheye_map() argument 119 *in_y = 0.5 * (norm_y + 1.0) * height; in fisheye_map() 122 x, y, *in_x, *in_y); in fisheye_map()
|
D | gstpinch.c | 137 gdouble * in_y) in pinch_map() argument 156 *in_y = y; in pinch_map() 167 *in_y = cgt->precalc_y_center + dy; in pinch_map() 171 x, y, *in_x, *in_y); in pinch_map()
|
D | gstsphere.c | 138 gdouble * in_y) in sphere_map() argument 154 *in_y = y; in sphere_map() 179 *in_y = y - tan (angle2) * z; in sphere_map() 183 x, y, *in_x, *in_y); in sphere_map()
|
D | gsttunnel.c | 80 gdouble * in_y) in tunnel_map() argument 109 *in_y = 0.5 * (norm_y) * MAX (width, height) + cgt->y_center * height; in tunnel_map() 112 x, y, *in_x, *in_y); in tunnel_map()
|
D | gstwaterripple.c | 163 gdouble * in_y) in water_ripple_map() argument 176 *in_y = y; in water_ripple_map() 187 *in_y = y + dy * amount; in water_ripple_map() 192 x, y, *in_x, *in_y); in water_ripple_map()
|
D | gststretch.c | 133 gdouble * in_y) in stretch_map() argument 170 *in_y = (0.5 * norm_y + cgt->y_center) * height; in stretch_map() 173 x, y, *in_x, *in_y); in stretch_map()
|
D | gstrotate.c | 138 gdouble * in_y) in rotate_map() argument 176 *in_y = yi + ciy; in rotate_map() 179 x, y, *in_x, *in_y); in rotate_map()
|
D | gstbulge.c | 133 gdouble * in_y) in bulge_map() argument 169 *in_y = (0.5 * norm_y + cgt->y_center) * height; in bulge_map() 172 x, y, *in_x, *in_y); in bulge_map()
|
D | gstdiffuse.c | 173 gdouble * in_y) in diffuse_map() argument 183 *in_y = y + distance * diffuse->cos_table[angle]; in diffuse_map() 186 x, y, *in_x, *in_y); in diffuse_map()
|
D | gstsquare.c | 159 gdouble * in_y) in square_map() argument 186 *in_y = 0.5 * (norm_y + 1.0) * height; in square_map() 189 x, y, *in_x, *in_y); in square_map()
|
D | gstperspective.c | 185 gdouble * in_y) in perspective_map() argument 204 *in_y = yi; in perspective_map() 207 x, y, *in_x, *in_y); in perspective_map()
|
D | gstcircle.c | 165 gdouble * in_y) in circle_map() argument 181 *in_y = in circle_map() 186 x, y, *in_x, *in_y); in circle_map()
|
D | gstkaleidoscope.c | 166 gdouble * in_y) in kaleidoscope_map() argument 189 *in_y = cgt->precalc_y_center + distance * sin (theta); in kaleidoscope_map() 192 x, y, *in_x, *in_y); in kaleidoscope_map()
|
D | gstmarble.c | 211 gdouble * in_y) in marble_map() argument 221 *in_y = y + marble->cos_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() 55 y = in_y; in _ivec4() 92 _vec2(float in_x, float in_y) in _vec2() 95 y = in_y; in _vec2() 134 _vec4(float in_x, float in_y, float in_z, float in_w) in _vec4() 137 y = in_y; in _vec4()
|
/third_party/skia/third_party/externals/freetype/src/base/ |
D | ftcalc.c | 981 FT_Pos in_y, in ft_corner_orientation() argument 991 MUL_INT64( in_y, out_x ) ); in ft_corner_orientation() 1002 ADD_LONG( FT_ABS( in_y ), FT_ABS( out_x ) ) <= 131071L ) in ft_corner_orientation() 1005 FT_Long z2 = MUL_LONG( in_y, out_x ); in ft_corner_orientation() 1022 ft_multo64( (FT_UInt32)in_y, (FT_UInt32)out_x, &z2 ); in ft_corner_orientation() 1047 FT_Pos in_y, in ft_corner_is_flat() argument 1052 FT_Pos ay = in_y + out_y; in ft_corner_is_flat() 1076 d_in = FT_HYPOT( in_x, in_y ); in ft_corner_is_flat()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | video-converter.c | 349 gint in_y; member 2355 convert->in_y = get_opt_int (convert, GST_VIDEO_CONVERTER_OPT_SRC_Y, 0); in gst_video_converter_new_with_pool() 2357 convert->in_y &= ~((1 << fin->h_sub[1]) - 1); in gst_video_converter_new_with_pool() 2363 convert->in_maxheight - convert->in_y); in gst_video_converter_new_with_pool() 2373 MIN (convert->in_height, convert->in_maxheight - convert->in_y); in gst_video_converter_new_with_pool() 2374 if (convert->in_height + convert->in_y < 0 || in gst_video_converter_new_with_pool() 2375 convert->in_height + convert->in_y > convert->in_maxheight) { in gst_video_converter_new_with_pool() 2951 cline = CLAMP (in_line + convert->in_y, 0, convert->in_maxheight - 1); in do_unpack_lines() 3381 gint in_x, in_y; member 4059 s = FRAME_GET_LINE (src, convert->in_y); in convert_YUY2_AYUV() [all …]
|
/third_party/skia/third_party/externals/freetype/include/freetype/internal/ |
D | ftcalc.h | 339 FT_Pos in_y, 351 FT_Pos in_y,
|
/third_party/skia/third_party/externals/freetype/src/pshinter/ |
D | pshalgo.c | 935 FT_Pos in_x, in_y, out_x, out_y; in psh_glyph_compute_inflections() local 955 in_y = end->org_v - start->org_v; in psh_glyph_compute_inflections() 957 } while ( in_x == 0 && in_y == 0 ); in psh_glyph_compute_inflections() 975 orient_prev = psh_corner_orientation( in_x, in_y, out_x, out_y ); in psh_glyph_compute_inflections() 981 in_y = out_y; in psh_glyph_compute_inflections() 1002 orient_cur = psh_corner_orientation( in_x, in_y, out_x, out_y ); in psh_glyph_compute_inflections() 1022 in_y = out_y; in psh_glyph_compute_inflections()
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
D | upsampling_msa.c | 119 const v16u8 in_y = LD_UB(y); \ 122 ILVRL_UW4(in_y, p0, p1, p2, p3); \ 139 const v16u8 in_y = LD_UB(y); \ 142 ILVR_UW2(in_y, p0, p1); \
|
/third_party/node/deps/openssl/openssl/crypto/ec/asm/ |
D | ecp_nistz256-sparcv9.pl | 2031 $in_x,$in_y,$in_z, 2083 stx $acc0,[%sp+LOCALS64+$in_y] 2085 stx $acc1,[%sp+LOCALS64+$in_y+8] 2087 stx $acc2,[%sp+LOCALS64+$in_y+16] 2088 stx $acc3,[%sp+LOCALS64+$in_y+24] 2149 ldx [%sp+LOCALS64+$in_y],$a0 2150 ldx [%sp+LOCALS64+$in_y+8],$a1 2151 ldx [%sp+LOCALS64+$in_y+16],$a2 2152 ldx [%sp+LOCALS64+$in_y+24],$a3
|
/third_party/openssl/crypto/ec/asm/ |
D | ecp_nistz256-sparcv9.pl | 2031 $in_x,$in_y,$in_z, 2083 stx $acc0,[%sp+LOCALS64+$in_y] 2085 stx $acc1,[%sp+LOCALS64+$in_y+8] 2087 stx $acc2,[%sp+LOCALS64+$in_y+16] 2088 stx $acc3,[%sp+LOCALS64+$in_y+24] 2149 ldx [%sp+LOCALS64+$in_y],$a0 2150 ldx [%sp+LOCALS64+$in_y+8],$a1 2151 ldx [%sp+LOCALS64+$in_y+16],$a2 2152 ldx [%sp+LOCALS64+$in_y+24],$a3
|