[][src]Struct x264_dev::raw::x264_param_t__bindgen_ty_2

#[repr(C)]pub struct x264_param_t__bindgen_ty_2 {
    pub intra: c_uint,
    pub inter: c_uint,
    pub b_transform_8x8: c_int,
    pub i_weighted_pred: c_int,
    pub b_weighted_bipred: c_int,
    pub i_direct_mv_pred: c_int,
    pub i_chroma_qp_offset: c_int,
    pub i_me_method: c_int,
    pub i_me_range: c_int,
    pub i_mv_range: c_int,
    pub i_mv_range_thread: c_int,
    pub i_subpel_refine: c_int,
    pub b_chroma_me: c_int,
    pub b_mixed_references: c_int,
    pub i_trellis: c_int,
    pub b_fast_pskip: c_int,
    pub b_dct_decimate: c_int,
    pub i_noise_reduction: c_int,
    pub f_psy_rd: f32,
    pub f_psy_trellis: f32,
    pub b_psy: c_int,
    pub b_mb_info: c_int,
    pub b_mb_info_update: c_int,
    pub i_luma_deadzone: [c_int; 2],
    pub b_psnr: c_int,
    pub b_ssim: c_int,
}

Fields

intra: c_uintinter: c_uintb_transform_8x8: c_inti_weighted_pred: c_intb_weighted_bipred: c_inti_direct_mv_pred: c_inti_chroma_qp_offset: c_inti_me_method: c_inti_me_range: c_inti_mv_range: c_inti_mv_range_thread: c_inti_subpel_refine: c_intb_chroma_me: c_intb_mixed_references: c_inti_trellis: c_intb_fast_pskip: c_intb_dct_decimate: c_inti_noise_reduction: c_intf_psy_rd: f32f_psy_trellis: f32b_psy: c_intb_mb_info: c_intb_mb_info_update: c_inti_luma_deadzone: [c_int; 2]b_psnr: c_intb_ssim: c_int

Trait Implementations

impl Clone for x264_param_t__bindgen_ty_2[src]

impl Copy for x264_param_t__bindgen_ty_2[src]

impl Debug for x264_param_t__bindgen_ty_2[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.