Enum mozjpeg_sys::J_INT_PARAM
[−]
[src]
#[repr(u32)]pub enum J_INT_PARAM { JINT_COMPRESS_PROFILE, JINT_TRELLIS_FREQ_SPLIT, JINT_TRELLIS_NUM_LOOPS, JINT_BASE_QUANT_TBL_IDX, JINT_DC_SCAN_OPT_MODE, }
Variants
JINT_COMPRESS_PROFILEcompression profile
JINT_TRELLIS_FREQ_SPLITsplitting point for frequency in trellis quantization
JINT_TRELLIS_NUM_LOOPSnumber of trellis loops
JINT_BASE_QUANT_TBL_IDXbase quantization table index
JINT_DC_SCAN_OPT_MODEDC scan optimization mode
Trait Implementations
impl Copy for J_INT_PARAM[src]
impl Clone for J_INT_PARAM[src]
fn clone(&self) -> J_INT_PARAM[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Eq for J_INT_PARAM[src]
impl PartialEq for J_INT_PARAM[src]
fn eq(&self, __arg_0: &J_INT_PARAM) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
This method tests for !=.