• Home
  • Raw
  • Download

Lines Matching full:from

94         Resolution::from((  in coded_size()
101 Rect::from(((0, 0), (self.render_width, self.render_height))) in visible_rect()
105 impl From<&FrameHeaderObu> for libva::AV1FilmGrain {
106 fn from(hdr: &FrameHeaderObu) -> Self { in from() method
114 u32::from(fg.apply_grain), in from()
115 u32::from(fg.chroma_scaling_from_luma), in from()
116 u32::from(fg.grain_scaling_minus_8), in from()
120 u32::from(fg.overlap_flag), in from()
121 u32::from(fg.clip_to_restricted_range), in from()
228 wm.push(libva::AV1WarpedMotionParams::new(wm_type, params, u8::from(!gm.warp_valid[i])));
246 u32::from(seq.still_picture),
247 u32::from(seq.use_128x128_superblock),
248 u32::from(seq.enable_filter_intra),
249 u32::from(seq.enable_intra_edge_filter),
250 u32::from(seq.enable_interintra_compound),
251 u32::from(seq.enable_masked_compound),
252 u32::from(seq.enable_dual_filter),
253 u32::from(seq.enable_order_hint),
254 u32::from(seq.enable_jnt_comp),
255 u32::from(seq.enable_cdef),
256 u32::from(seq.color_config.mono_chrome),
257 u32::from(seq.color_config.color_range),
258 u32::from(seq.color_config.subsampling_x),
259 u32::from(seq.color_config.subsampling_y),
261 u32::from(seq.film_grain_params_present),
266 u32::from(seg.segmentation_enabled),
267 u32::from(seg.segmentation_update_map),
268 u32::from(seg.segmentation_temporal_update),
269 u32::from(seg.segmentation_update_data),
292 u32::from(hdr.show_frame),
293 u32::from(hdr.showable_frame),
294 u32::from(hdr.error_resilient_mode),
295 u32::from(hdr.disable_cdf_update),
298 u32::from(hdr.allow_intrabc),
299 u32::from(hdr.use_superres),
300 u32::from(hdr.allow_high_precision_mv),
301 u32::from(hdr.is_motion_mode_switchable),
302 u32::from(hdr.use_ref_frame_mvs),
303 u32::from(hdr.disable_frame_end_update_cdf),
304 u32::from(hdr.tile_info.uniform_tile_spacing_flag),
305 u32::from(hdr.allow_warped_motion),
343 u8::from(lf.loop_filter_delta_enabled),
344 u8::from(lf.loop_filter_delta_update),
349 u16::from(quant.using_qmatrix),
356 u32::from(quant.delta_q_present),
358 u32::from(lf.delta_lf_present),
362 u32::from(hdr.reference_select),
363 u32::from(hdr.reduced_tx_set),
364 u32::from(hdr.skip_mode_present),
403 u16::from(lr.lr_unit_shift),
404 u16::from(lr.lr_uv_shift),
428 &libva::AV1FilmGrain::from(hdr),
487 libva::BufferType::SliceData(Vec::from(obu.as_ref())) in build_slice_data_for_tg()