Home
last modified time | relevance | path

Searched refs:units_x (Results 1 – 3 of 3) sorted by relevance

/dports/multimedia/librav1e/rav1e-0.5.1/src/tiling/
H A Dtile_restoration_state.rs175 units_x: usize,
184 units: $tru_type::new(& $($opt_mut)? rp.units, units_x, units_y, units_cols, units_rows),
369 let units_x = sbo.0.x >> sb_h_shift; localVariable
378 debug_assert!(units_x < rs_cols + 1);
380 debug_assert!(units_x + units_cols <= rs_cols + 1);
383 let units_x = units_x.min(rs_cols); localVariable
385 let units_cols = units_cols.min(rs_cols - units_x);
387 (units_x, units_y, units_cols, units_rows)
/dports/multimedia/rav1e/rav1e-0.5.1/src/tiling/
H A Dtile_restoration_state.rs175 units_x: usize,
184 units: $tru_type::new(& $($opt_mut)? rp.units, units_x, units_y, units_cols, units_rows),
369 let units_x = sbo.0.x >> sb_h_shift; localVariable
378 debug_assert!(units_x < rs_cols + 1);
380 debug_assert!(units_x + units_cols <= rs_cols + 1);
383 let units_x = units_x.min(rs_cols); localVariable
385 let units_cols = units_cols.min(rs_cols - units_x);
387 (units_x, units_y, units_cols, units_rows)
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/rav1e-0.4.1/src/tiling/
H A Dtile_restoration_state.rs175 units_x: usize,
184 units: $tru_type::new(& $($opt_mut)? rp.units, units_x, units_y, units_cols, units_rows),
369 let units_x = sbo.0.x >> sb_h_shift; localVariable
378 debug_assert!(units_x < rs_cols + 1);
380 debug_assert!(units_x + units_cols <= rs_cols + 1);
383 let units_x = units_x.min(rs_cols); localVariable
385 let units_cols = units_cols.min(rs_cols - units_x);
387 (units_x, units_y, units_cols, units_rows)