Home
last modified time | relevance | path

Searched refs:y_in (Results 1 – 13 of 13) sorted by relevance

/third_party/ffmpeg/libavfilter/
Dvf_w3fdif.c390 int j, y_in, y_out; in deinterlace_plane_slice() local
413 y_in = (y_out + 1) + (j * 2) - n_coef_lf[filter]; in deinterlace_plane_slice()
415 while (y_in < 0) in deinterlace_plane_slice()
416 y_in += 2; in deinterlace_plane_slice()
417 while (y_in >= height) in deinterlace_plane_slice()
418 y_in -= 2; in deinterlace_plane_slice()
420 in_lines_cur[j] = cur_data + (y_in * cur_line_stride); in deinterlace_plane_slice()
436 y_in = (y_out + 1) + (j * 2) - n_coef_hf[filter]; in deinterlace_plane_slice()
438 while (y_in < 0) in deinterlace_plane_slice()
439 y_in += 2; in deinterlace_plane_slice()
[all …]
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
Dangletypes.h36 constexpr Rectangle(int x_in, int y_in, int width_in, int height_in) in Rectangle()
37 : x(x_in), y(y_in), width(width_in), height(height_in) in Rectangle()
70 constexpr Offset(int x_in, int y_in, int z_in) : x(x_in), y(y_in), z(z_in) {} in Offset()
103 Box(int x_in, int y_in, int z_in, int width_in, int height_in, int depth_in) in Box()
104 : x(x_in), y(y_in), z(z_in), width(width_in), height(height_in), depth(depth_in) in Box()
/third_party/openssl/crypto/ec/
Decp_nistp224.c820 const felem x_in, const felem y_in, const felem z_in) in point_double() argument
833 felem_square(tmp, y_in); in point_double()
864 felem_assign(ftmp, y_in); in point_double()
1342 felem z1, z2, x_in, y_in, x_out, y_out; in ossl_ec_GFp_nistp224_point_get_affine_coordinates() local
1349 if ((!BN_to_felem(x_in, point->X)) || (!BN_to_felem(y_in, point->Y)) || in ossl_ec_GFp_nistp224_point_get_affine_coordinates()
1366 felem_mul(tmp, y_in, z1); in ossl_ec_GFp_nistp224_point_get_affine_coordinates()
1367 felem_reduce(y_in, tmp); in ossl_ec_GFp_nistp224_point_get_affine_coordinates()
1368 felem_contract(y_out, y_in); in ossl_ec_GFp_nistp224_point_get_affine_coordinates()
1428 felem x_in, y_in, z_in, x_out, y_out, z_out; in ossl_ec_GFp_nistp224_points_mul() local
1590 felem_contract(y_in, y_out); in ossl_ec_GFp_nistp224_points_mul()
[all …]
Decp_nistp256.c1105 const felem x_in, const felem y_in, const felem z_in) in point_double() argument
1122 felem_square(tmp, y_in); in point_double()
1156 felem_assign(ftmp, y_in); in point_double()
1187 const smallfelem x_in, const smallfelem y_in, in point_double_small() argument
1194 smallfelem_expand(felem_y_in, y_in); in point_double_small()
1953 felem z1, z2, x_in, y_in; in ossl_ec_GFp_nistp256_point_get_affine_coordinates() local
1961 if ((!BN_to_felem(x_in, point->X)) || (!BN_to_felem(y_in, point->Y)) || in ossl_ec_GFp_nistp256_point_get_affine_coordinates()
1978 felem_mul(tmp, y_in, z1); in ossl_ec_GFp_nistp256_point_get_affine_coordinates()
1979 felem_reduce(y_in, tmp); in ossl_ec_GFp_nistp256_point_get_affine_coordinates()
1980 felem_contract(y_out, y_in); in ossl_ec_GFp_nistp256_point_get_affine_coordinates()
[all …]
Decp_nistp521.c1089 const felem x_in, const felem y_in, const felem z_in) in point_double() argument
1102 felem_square(tmp, y_in); in point_double()
1141 felem_assign(ftmp, y_in); in point_double()
1846 felem z1, z2, x_in, y_in, x_out, y_out; in ossl_ec_GFp_nistp521_point_get_affine_coordinates() local
1853 if ((!BN_to_felem(x_in, point->X)) || (!BN_to_felem(y_in, point->Y)) || in ossl_ec_GFp_nistp521_point_get_affine_coordinates()
1870 felem_mul(tmp, y_in, z1); in ossl_ec_GFp_nistp521_point_get_affine_coordinates()
1871 felem_reduce(y_in, tmp); in ossl_ec_GFp_nistp521_point_get_affine_coordinates()
1872 felem_contract(y_out, y_in); in ossl_ec_GFp_nistp521_point_get_affine_coordinates()
1933 felem x_in, y_in, z_in, x_out, y_out, z_out; in ossl_ec_GFp_nistp521_points_mul() local
2099 felem_contract(y_in, y_out); in ossl_ec_GFp_nistp521_points_mul()
[all …]
/third_party/mesa3d/src/intel/blorp/
Dblorp_blit.c374 nir_ssa_def *y_in = nir_channel(b, pos, 1); in blorp_nir_encode_msaa() local
395 y_out = y_in; in blorp_nir_encode_msaa()
397 y_out = nir_mask_shift_or(b, y_out, y_in, 0xfffffffe, 1); in blorp_nir_encode_msaa()
399 y_out = nir_mask_shift_or(b, y_out, y_in, 0x1, 0); in blorp_nir_encode_msaa()
413 y_out = nir_mask_shift_or(b, y_out, y_in, 0xfffffffe, 1); in blorp_nir_encode_msaa()
415 y_out = nir_mask_shift_or(b, y_out, y_in, 0x1, 0); in blorp_nir_encode_msaa()
429 y_out = nir_mask_shift_or(b, y_out, y_in, 0xfffffffe, 2); in blorp_nir_encode_msaa()
432 y_out = nir_mask_shift_or(b, y_out, y_in, 0x1, 0); in blorp_nir_encode_msaa()
475 nir_ssa_def *y_in = nir_channel(b, pos, 1); in blorp_nir_decode_msaa() local
495 y_out = y_in; in blorp_nir_decode_msaa()
[all …]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
Dangletypes.h57 constexpr RectangleImpl(T x_in, T y_in, T width_in, T height_in) in RectangleImpl()
58 : x(x_in), y(y_in), width(width_in), height(height_in) in RectangleImpl()
153 constexpr Offset(int x_in, int y_in, int z_in) : x(x_in), y(y_in), z(z_in) {} in Offset()
186 Box(int x_in, int y_in, int z_in, int width_in, int height_in, int depth_in) in Box()
187 : x(x_in), y(y_in), z(z_in), width(width_in), height(height_in), depth(depth_in) in Box()
/third_party/gstreamer/gstplugins_good/gst/videocrop/
Dgstvideocrop.c391 guint8 *y_in, *uv_in; in gst_video_crop_transform_semi_planar() local
400 y_in = GST_VIDEO_FRAME_PLANE_DATA (in_frame, 0); in gst_video_crop_transform_semi_planar()
407 y_in += crop_top * GST_VIDEO_FRAME_PLANE_STRIDE (in_frame, 0) + crop_left; in gst_video_crop_transform_semi_planar()
411 memcpy (y_out, y_in, dx); in gst_video_crop_transform_semi_planar()
412 y_in += GST_VIDEO_FRAME_PLANE_STRIDE (in_frame, 0); in gst_video_crop_transform_semi_planar()
/third_party/libinput/tools/
Dlibinput-debug-gui.c168 double x_in, y_in; member
797 if (w->tool.x_in && w->tool.y_in) { in draw_tablet()
798 cairo_rectangle(cr, w->tool.x_in - 15, w->tool.y_in - 15, 30, 30); in draw_tablet()
1649 w->tool.y_in = 0; in handle_event_tablet()
1656 w->tool.y_in = y; in handle_event_tablet()
/third_party/skia/third_party/externals/libwebp/src/enc/
Dquant_enc.c58 const uint8_t* const y_in = it->yuv_in_ + Y_OFF_ENC; in PrintBlockInfo() local
64 for (i = 0; i < 16; ++i) printf("%3d ", y_in[i + j * BPS]); in PrintBlockInfo()
69 printf("%1d ", abs(y_in[i + j * BPS] - y_out[i + j * BPS])); in PrintBlockInfo()
/third_party/flutter/skia/third_party/externals/libwebp/src/enc/
Dquant_enc.c58 const uint8_t* const y_in = it->yuv_in_ + Y_OFF_ENC; in PrintBlockInfo() local
64 for (i = 0; i < 16; ++i) printf("%3d ", y_in[i + j * BPS]); in PrintBlockInfo()
69 printf("%1d ", abs(y_in[i + j * BPS] - y_out[i + j * BPS])); in PrintBlockInfo()
/third_party/flutter/skia/third_party/externals/libpng/
Dpng.h2475 #define PNG_ROW_FROM_PASS_ROW(y_in, pass) \ argument
2476 (((y_in)<<PNG_PASS_ROW_SHIFT(pass))+PNG_PASS_START_ROW(pass))
/third_party/skia/third_party/externals/libpng/
Dpng.h2475 #define PNG_ROW_FROM_PASS_ROW(y_in, pass) \ argument
2476 (((y_in)<<PNG_PASS_ROW_SHIFT(pass))+PNG_PASS_START_ROW(pass))