#[repr(C)]
#[repr(align(4))]
pub struct _NV_ENC_FILM_GRAIN_PARAMS_AV1 {
Show 18 fields pub _bitfield_align_1: [u8; 0], pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4]>, pub pointYValue: [u8; 14], pub pointYScaling: [u8; 14], pub pointCbValue: [u8; 10], pub pointCbScaling: [u8; 10], pub pointCrValue: [u8; 10], pub pointCrScaling: [u8; 10], pub arCoeffsYPlus128: [u8; 24], pub arCoeffsCbPlus128: [u8; 25], pub arCoeffsCrPlus128: [u8; 25], pub reserved2: [u8; 2], pub cbMult: u8, pub cbLumaMult: u8, pub cbOffset: u16, pub crMult: u8, pub crLumaMult: u8, pub crOffset: u16,
}

Fields§

§_bitfield_align_1: [u8; 0]§_bitfield_1: __BindgenBitfieldUnit<[u8; 4]>§pointYValue: [u8; 14]§pointYScaling: [u8; 14]§pointCbValue: [u8; 10]§pointCbScaling: [u8; 10]§pointCrValue: [u8; 10]§pointCrScaling: [u8; 10]§arCoeffsYPlus128: [u8; 24]§arCoeffsCbPlus128: [u8; 25]§arCoeffsCrPlus128: [u8; 25]§reserved2: [u8; 2]§cbMult: u8§cbLumaMult: u8§cbOffset: u16§crMult: u8§crLumaMult: u8§crOffset: u16

Implementations§

source§

impl _NV_ENC_FILM_GRAIN_PARAMS_AV1

source

pub fn applyGrain(&self) -> u32

source

pub fn set_applyGrain(&mut self, val: u32)

source

pub fn chromaScalingFromLuma(&self) -> u32

source

pub fn set_chromaScalingFromLuma(&mut self, val: u32)

source

pub fn overlapFlag(&self) -> u32

source

pub fn set_overlapFlag(&mut self, val: u32)

source

pub fn clipToRestrictedRange(&self) -> u32

source

pub fn set_clipToRestrictedRange(&mut self, val: u32)

source

pub fn grainScalingMinus8(&self) -> u32

source

pub fn set_grainScalingMinus8(&mut self, val: u32)

source

pub fn arCoeffLag(&self) -> u32

source

pub fn set_arCoeffLag(&mut self, val: u32)

source

pub fn numYPoints(&self) -> u32

source

pub fn set_numYPoints(&mut self, val: u32)

source

pub fn numCbPoints(&self) -> u32

source

pub fn set_numCbPoints(&mut self, val: u32)

source

pub fn numCrPoints(&self) -> u32

source

pub fn set_numCrPoints(&mut self, val: u32)

source

pub fn arCoeffShiftMinus6(&self) -> u32

source

pub fn set_arCoeffShiftMinus6(&mut self, val: u32)

source

pub fn grainScaleShift(&self) -> u32

source

pub fn set_grainScaleShift(&mut self, val: u32)

source

pub fn reserved1(&self) -> u32

source

pub fn set_reserved1(&mut self, val: u32)

source

pub fn new_bitfield_1( applyGrain: u32, chromaScalingFromLuma: u32, overlapFlag: u32, clipToRestrictedRange: u32, grainScalingMinus8: u32, arCoeffLag: u32, numYPoints: u32, numCbPoints: u32, numCrPoints: u32, arCoeffShiftMinus6: u32, grainScaleShift: u32, reserved1: u32 ) -> __BindgenBitfieldUnit<[u8; 4]>

Trait Implementations§

source§

impl Clone for _NV_ENC_FILM_GRAIN_PARAMS_AV1

source§

fn clone(&self) -> _NV_ENC_FILM_GRAIN_PARAMS_AV1

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for _NV_ENC_FILM_GRAIN_PARAMS_AV1

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for _NV_ENC_FILM_GRAIN_PARAMS_AV1

source§

fn default() -> _NV_ENC_FILM_GRAIN_PARAMS_AV1

Returns the “default value” for a type. Read more
source§

impl Hash for _NV_ENC_FILM_GRAIN_PARAMS_AV1

source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
source§

impl Ord for _NV_ENC_FILM_GRAIN_PARAMS_AV1

source§

fn cmp(&self, other: &_NV_ENC_FILM_GRAIN_PARAMS_AV1) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Selfwhere Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · source§

fn min(self, other: Self) -> Selfwhere Self: Sized,

Compares and returns the minimum of two values. Read more
1.50.0 · source§

fn clamp(self, min: Self, max: Self) -> Selfwhere Self: Sized + PartialOrd<Self>,

Restrict a value to a certain interval. Read more
source§

impl PartialEq<_NV_ENC_FILM_GRAIN_PARAMS_AV1> for _NV_ENC_FILM_GRAIN_PARAMS_AV1

source§

fn eq(&self, other: &_NV_ENC_FILM_GRAIN_PARAMS_AV1) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl PartialOrd<_NV_ENC_FILM_GRAIN_PARAMS_AV1> for _NV_ENC_FILM_GRAIN_PARAMS_AV1

source§

fn partial_cmp(&self, other: &_NV_ENC_FILM_GRAIN_PARAMS_AV1) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · source§

fn lt(&self, other: &Rhs) -> bool

This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · source§

fn le(&self, other: &Rhs) -> bool

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · source§

fn gt(&self, other: &Rhs) -> bool

This method tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · source§

fn ge(&self, other: &Rhs) -> bool

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more
source§

impl Copy for _NV_ENC_FILM_GRAIN_PARAMS_AV1

source§

impl Eq for _NV_ENC_FILM_GRAIN_PARAMS_AV1

source§

impl StructuralEq for _NV_ENC_FILM_GRAIN_PARAMS_AV1

source§

impl StructuralPartialEq for _NV_ENC_FILM_GRAIN_PARAMS_AV1

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for Twhere U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T> ToOwned for Twhere T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere U: TryFrom<T>,

§

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

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.