/third_party/ffmpeg/libavfilter/ |
D | vf_w3fdif.c | 390 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/ |
D | angletypes.h | 36 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/ |
D | ecp_nistp224.c | 816 const felem x_in, const felem y_in, const felem z_in) 829 felem_square(tmp, y_in); 860 felem_assign(ftmp, y_in); 1333 felem z1, z2, x_in, y_in, x_out, y_out; 1341 if ((!BN_to_felem(x_in, point->X)) || (!BN_to_felem(y_in, point->Y)) || 1359 felem_mul(tmp, y_in, z1); 1360 felem_reduce(y_in, tmp); 1361 felem_contract(y_out, y_in); 1422 felem x_in, y_in, z_in, x_out, y_out, z_out; 1584 felem_contract(y_in, y_out); [all …]
|
D | ecp_nistp256.c | 1105 const felem x_in, const felem y_in, const felem z_in) 1122 felem_square(tmp, y_in); 1156 felem_assign(ftmp, y_in); 1187 const smallfelem x_in, const smallfelem y_in, 1194 smallfelem_expand(felem_y_in, y_in); 1947 felem z1, z2, x_in, y_in; 1956 if ((!BN_to_felem(x_in, point->X)) || (!BN_to_felem(y_in, point->Y)) || 1974 felem_mul(tmp, y_in, z1); 1975 felem_reduce(y_in, tmp); 1976 felem_contract(y_out, y_in); [all …]
|
D | ecp_nistp521.c | 1037 const felem x_in, const felem y_in, const felem z_in) 1050 felem_square(tmp, y_in); 1089 felem_assign(ftmp, y_in); 1788 felem z1, z2, x_in, y_in, x_out, y_out; 1796 if ((!BN_to_felem(x_in, point->X)) || (!BN_to_felem(y_in, point->Y)) || 1814 felem_mul(tmp, y_in, z1); 1815 felem_reduce(y_in, tmp); 1816 felem_contract(y_out, y_in); 1878 felem x_in, y_in, z_in, x_out, y_out, z_out; 2044 felem_contract(y_in, y_out); [all …]
|
/third_party/mesa3d/src/intel/blorp/ |
D | blorp_blit.c | 374 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/ |
D | angletypes.h | 57 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/ |
D | gstvideocrop.c | 391 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/ |
D | libinput-debug-gui.c | 134 double x_in, y_in; member 567 if (w->tool.x_in && w->tool.y_in) { in draw_tablet() 568 cairo_rectangle(cr, w->tool.x_in - 15, w->tool.y_in - 15, 30, 30); in draw_tablet() 1317 w->tool.y_in = 0; in handle_event_tablet() 1324 w->tool.y_in = y; in handle_event_tablet()
|
/third_party/skia/third_party/externals/libwebp/src/enc/ |
D | quant_enc.c | 58 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/ |
D | quant_enc.c | 58 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/ |
D | png.h | 2475 #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/libpng/ |
D | png.h | 2475 #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/ |
D | png.h | 2475 #define PNG_ROW_FROM_PASS_ROW(y_in, pass) \ argument 2476 (((y_in)<<PNG_PASS_ROW_SHIFT(pass))+PNG_PASS_START_ROW(pass))
|