pub struct SpsMultilayerExtension {
pub inter_view_mv_vert_constraint_flag: bool,
}
Expand description
Sequence parameter set multilayer extension.
sps_multilayer_extension()
- ISO/IEC 23008-2 - F.7.3.2.2.4
- ISO/IEC 23008-2 - F.7.4.3.2.4
Fields§
§inter_view_mv_vert_constraint_flag: bool
Equal to true
indicates that vertical component of motion vectors
used for inter-layer prediction are constrained in the layers for which this SPS RBSP is the active SPS
RBSP. When this value is equal to true
, the vertical component of the motion
vectors used for inter-layer prediction shall be less than or equal to 56 in units of luma samples.
When this value is equal to false
, no constraint on the vertical component of the motion
vectors used for inter-layer prediction is signalled by this flag.
Trait Implementations§
Source§impl Clone for SpsMultilayerExtension
impl Clone for SpsMultilayerExtension
Source§fn clone(&self) -> SpsMultilayerExtension
fn clone(&self) -> SpsMultilayerExtension
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for SpsMultilayerExtension
impl Debug for SpsMultilayerExtension
Source§impl PartialEq for SpsMultilayerExtension
impl PartialEq for SpsMultilayerExtension
impl StructuralPartialEq for SpsMultilayerExtension
Auto Trait Implementations§
impl Freeze for SpsMultilayerExtension
impl RefUnwindSafe for SpsMultilayerExtension
impl Send for SpsMultilayerExtension
impl Sync for SpsMultilayerExtension
impl Unpin for SpsMultilayerExtension
impl UnwindSafe for SpsMultilayerExtension
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more