Home
last modified time | relevance | path

Searched refs:tru_type (Results 1 – 4 of 4) sorted by relevance

/dports/multimedia/librav1e/rav1e-0.5.1/src/tiling/
H A Dtile_restoration_state.rs169 ($name:ident, $tru_type:ident $(,$opt_mut:tt)?) => {
184 units: $tru_type::new(& $($opt_mut)? rp.units, units_x, units_y, units_cols, units_rows),
/dports/multimedia/rav1e/rav1e-0.5.1/src/tiling/
H A Dtile_restoration_state.rs169 ($name:ident, $tru_type:ident $(,$opt_mut:tt)?) => {
184 units: $tru_type::new(& $($opt_mut)? rp.units, 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.rs169 ($name:ident, $tru_type:ident $(,$opt_mut:tt)?) => {
184 units: $tru_type::new(& $($opt_mut)? rp.units, units_x, units_y, units_cols, units_rows),
/dports/cad/iverilog/verilog-11.0/
H A Delab_expr.cc6065 ivl_variable_type_t tru_type = tru_->expr_type(); in test_width() local
6068 if (tru_type == IVL_VT_REAL || fal_type == IVL_VT_REAL) { in test_width()
6070 } else if (tru_type == IVL_VT_LOGIC || fal_type == IVL_VT_LOGIC) { in test_width()
6073 expr_type_ = tru_type; in test_width()
6096 << " (tru_type=" << tru_type in test_width()