[−][src]Struct ffmpeg_dev::sys::MECmpContext
Fields
sum_abs_dctelem: Option<unsafe extern "C" fn(block: *mut i16) -> c_int>
sad: [me_cmp_func; 6]
sse: [me_cmp_func; 6]
hadamard8_diff: [me_cmp_func; 6]
dct_sad: [me_cmp_func; 6]
quant_psnr: [me_cmp_func; 6]
bit: [me_cmp_func; 6]
rd: [me_cmp_func; 6]
vsad: [me_cmp_func; 6]
vsse: [me_cmp_func; 6]
nsse: [me_cmp_func; 6]
w53: [me_cmp_func; 6]
w97: [me_cmp_func; 6]
dct_max: [me_cmp_func; 6]
dct264_sad: [me_cmp_func; 6]
me_pre_cmp: [me_cmp_func; 6]
me_cmp: [me_cmp_func; 6]
me_sub_cmp: [me_cmp_func; 6]
mb_cmp: [me_cmp_func; 6]
ildct_cmp: [me_cmp_func; 6]
frame_skip_cmp: [me_cmp_func; 6]
pix_abs: [[me_cmp_func; 4]; 2]
median_sad: [me_cmp_func; 6]
Trait Implementations
impl Clone for MECmpContext
[src]
fn clone(&self) -> MECmpContext
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for MECmpContext
[src]
impl Debug for MECmpContext
[src]
Auto Trait Implementations
impl RefUnwindSafe for MECmpContext
impl Send for MECmpContext
impl Sync for MECmpContext
impl Unpin for MECmpContext
impl UnwindSafe for MECmpContext
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = !
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,