Enum ffmpeg_sys_next::SwrDitherType
source · [−]#[repr(u32)]
pub enum SwrDitherType {
Show 13 variants
SWR_DITHER_NONE,
SWR_DITHER_RECTANGULAR,
SWR_DITHER_TRIANGULAR,
SWR_DITHER_TRIANGULAR_HIGHPASS,
SWR_DITHER_NS,
SWR_DITHER_NS_LIPSHITZ,
SWR_DITHER_NS_F_WEIGHTED,
SWR_DITHER_NS_MODIFIED_E_WEIGHTED,
SWR_DITHER_NS_IMPROVED_E_WEIGHTED,
SWR_DITHER_NS_SHIBATA,
SWR_DITHER_NS_LOW_SHIBATA,
SWR_DITHER_NS_HIGH_SHIBATA,
SWR_DITHER_NB,
}Expand description
Dithering algorithms
Variants
SWR_DITHER_NONE
SWR_DITHER_RECTANGULAR
SWR_DITHER_TRIANGULAR
SWR_DITHER_TRIANGULAR_HIGHPASS
SWR_DITHER_NS
< not part of API/ABI
SWR_DITHER_NS_LIPSHITZ
SWR_DITHER_NS_F_WEIGHTED
SWR_DITHER_NS_MODIFIED_E_WEIGHTED
SWR_DITHER_NS_IMPROVED_E_WEIGHTED
SWR_DITHER_NS_SHIBATA
SWR_DITHER_NS_LOW_SHIBATA
SWR_DITHER_NS_HIGH_SHIBATA
SWR_DITHER_NB
< not part of API/ABI
Trait Implementations
sourceimpl Clone for SwrDitherType
impl Clone for SwrDitherType
sourcefn clone(&self) -> SwrDitherType
fn clone(&self) -> SwrDitherType
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for SwrDitherType
impl Debug for SwrDitherType
sourceimpl Hash for SwrDitherType
impl Hash for SwrDitherType
sourceimpl PartialEq<SwrDitherType> for SwrDitherType
impl PartialEq<SwrDitherType> for SwrDitherType
impl Copy for SwrDitherType
impl Eq for SwrDitherType
impl StructuralEq for SwrDitherType
impl StructuralPartialEq for SwrDitherType
Auto Trait Implementations
impl RefUnwindSafe for SwrDitherType
impl Send for SwrDitherType
impl Sync for SwrDitherType
impl Unpin for SwrDitherType
impl UnwindSafe for SwrDitherType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more