#[repr(u32)]pub enum J_INT_PARAM {
JINT_COMPRESS_PROFILE = 3_918_628_389,
JINT_TRELLIS_FREQ_SPLIT = 1_873_801_511,
JINT_TRELLIS_NUM_LOOPS = 3_057_565_497,
JINT_BASE_QUANT_TBL_IDX = 1_145_645_745,
JINT_DC_SCAN_OPT_MODE = 199_732_540,
}Variants§
JINT_COMPRESS_PROFILE = 3_918_628_389
compression profile
JINT_TRELLIS_FREQ_SPLIT = 1_873_801_511
splitting point for frequency in trellis quantization
JINT_TRELLIS_NUM_LOOPS = 3_057_565_497
number of trellis loops
JINT_BASE_QUANT_TBL_IDX = 1_145_645_745
base quantization table index
JINT_DC_SCAN_OPT_MODE = 199_732_540
DC scan optimization mode
Trait Implementations§
Source§impl Clone for J_INT_PARAM
impl Clone for J_INT_PARAM
Source§fn clone(&self) -> J_INT_PARAM
fn clone(&self) -> J_INT_PARAM
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 J_INT_PARAM
impl Debug for J_INT_PARAM
Source§impl PartialEq for J_INT_PARAM
impl PartialEq for J_INT_PARAM
impl Copy for J_INT_PARAM
impl Eq for J_INT_PARAM
impl StructuralPartialEq for J_INT_PARAM
Auto Trait Implementations§
impl Freeze for J_INT_PARAM
impl RefUnwindSafe for J_INT_PARAM
impl Send for J_INT_PARAM
impl Sync for J_INT_PARAM
impl Unpin for J_INT_PARAM
impl UnwindSafe for J_INT_PARAM
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