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§
source§impl Clone for SwrDitherType
impl Clone for SwrDitherType
source§fn clone(&self) -> SwrDitherType
fn clone(&self) -> SwrDitherType
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 SwrDitherType
impl Debug for SwrDitherType
source§impl Hash for SwrDitherType
impl Hash for SwrDitherType
source§impl PartialEq<SwrDitherType> for SwrDitherType
impl PartialEq<SwrDitherType> for SwrDitherType
source§fn eq(&self, other: &SwrDitherType) -> bool
fn eq(&self, other: &SwrDitherType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.