Lines Matching defs:DecodeAV1PictureInfoFlags

3522     struct DecodeAV1PictureInfoFlags  struct
3524 using NativeType = StdVideoDecodeAV1PictureInfoFlags;
3526 operator StdVideoDecodeAV1PictureInfoFlags const &() const VULKAN_HPP_NOEXCEPT in operator StdVideoDecodeAV1PictureInfoFlags const&()
3531 operator StdVideoDecodeAV1PictureInfoFlags &() VULKAN_HPP_NOEXCEPT in operator StdVideoDecodeAV1PictureInfoFlags&()
3536 bool operator==( DecodeAV1PictureInfoFlags const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
3553 bool operator!=( DecodeAV1PictureInfoFlags const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
3559 uint32_t error_resilient_mode : 1;
3560 uint32_t disable_cdf_update : 1;
3561 uint32_t use_superres : 1;
3562 uint32_t render_and_frame_size_different : 1;
3563 uint32_t allow_screen_content_tools : 1;
3564 uint32_t is_filter_switchable : 1;
3565 uint32_t force_integer_mv : 1;
3566 uint32_t frame_size_override_flag : 1;
3567 uint32_t buffer_removal_time_present_flag : 1;
3568 uint32_t allow_intrabc : 1;
3569 uint32_t frame_refs_short_signaling : 1;
3570 uint32_t allow_high_precision_mv : 1;
3571 uint32_t is_motion_mode_switchable : 1;
3572 uint32_t use_ref_frame_mvs : 1;
3573 uint32_t disable_frame_end_update_cdf : 1;
3574 uint32_t allow_warped_motion : 1;
3575 uint32_t reduced_tx_set : 1;
3576 uint32_t reference_select : 1;
3577 uint32_t skip_mode_present : 1;
3578 uint32_t delta_q_present : 1;
3579 uint32_t delta_lf_present : 1;
3580 uint32_t delta_lf_multi : 1;
3581 uint32_t segmentation_enabled : 1;
3582 uint32_t segmentation_update_map : 1;
3583 uint32_t segmentation_temporal_update : 1;
3584 uint32_t segmentation_update_data : 1;
3585 uint32_t UsesLr : 1;
3586 uint32_t usesChromaLr : 1;
3587 uint32_t apply_grain : 1;
3588 uint32_t reserved : 3;