Searched refs:max_w (Results 1 - 5 of 5) sorted by relevance
/third_party/backends/backend/genesys/ |
H A D | motor.cpp | 44 float compute_acceleration_for_steps(unsigned initial_w, unsigned max_w, unsigned steps) in compute_acceleration_for_steps() argument 47 float max_speed_v = 1.0f / static_cast<float>(max_w); in compute_acceleration_for_steps() 52 MotorSlope MotorSlope::create_from_steps(unsigned initial_w, unsigned max_w, in create_from_steps() argument 57 slope.max_speed_w = max_w; in create_from_steps() 58 slope.acceleration = compute_acceleration_for_steps(initial_w, max_w, steps); in create_from_steps()
|
H A D | motor.h | 99 static MotorSlope create_from_steps(unsigned initial_w, unsigned max_w,
|
/third_party/ffmpeg/libavfilter/ |
H A D | vsrc_life.c | 167 int ret, i, i0, j, h = 0, w, max_w = 0; in init_pattern_from_file() local 178 h++; max_w = FFMAX(w, max_w); w = 0; in init_pattern_from_file() 183 av_log(ctx, AV_LOG_DEBUG, "h:%d max_w:%d\n", h, max_w); in init_pattern_from_file() 186 if (max_w > life->w || h > life->h) { in init_pattern_from_file() 189 life->w, life->h, max_w, h); in init_pattern_from_file() 194 life->w = max_w; in init_pattern_from_file() 208 for (j = (life->w - max_w)/2;; j++) { in init_pattern_from_file()
|
/third_party/rust/crates/clap/src/builder/ |
H A D | command.rs | 94 max_w: Option<usize>, 1106 self.max_w = Some(w); in max_term_width() 3756 self.max_w 4226 sc.max_w = self.max_w; in _propagate_subcommand() 4650 max_w: Default::default(), in default()
|
/third_party/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_cmd_buffer.c | 1128 uint32_t max_w = u_minify(image->vk.extent.width, range->baseMipLevel); in dzn_cmd_buffer_clear_rects_with_copy() local 1130 uint32_t row_pitch = ALIGN_NPOT(max_w * blksize, fill_step); in dzn_cmd_buffer_clear_rects_with_copy() 1163 .Width = max_w, in dzn_cmd_buffer_clear_rects_with_copy() 1166 .RowPitch = (UINT)ALIGN_NPOT(max_w * blksize, fill_step), in dzn_cmd_buffer_clear_rects_with_copy()
|
Completed in 14 milliseconds