pub enum FrequencyTruncationCoefficientSelection {
DCNonZero,
FirstThreeNonZero,
FirstSixNonZero,
AllMaybeNonZero,
}Expand description
Indication of the restricted set of coefficients that may have been used to encode the video,
specified within DsmTrickMode.
Variants§
DCNonZero
Only DC coefficients are non-zero
FirstThreeNonZero
Only the first three coefficients are non-zero
FirstSixNonZero
Only the first six coefficients are non-zero
AllMaybeNonZero
All coefficients may be non-zero
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FrequencyTruncationCoefficientSelection
impl RefUnwindSafe for FrequencyTruncationCoefficientSelection
impl Send for FrequencyTruncationCoefficientSelection
impl Sync for FrequencyTruncationCoefficientSelection
impl Unpin for FrequencyTruncationCoefficientSelection
impl UnwindSafe for FrequencyTruncationCoefficientSelection
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