pub enum ContentRoute {
Light,
Mid,
DenseInter,
EntropyExtreme,
}Expand description
A picture being assembled from one or more slices (spec allows a picture to be split into multiple slices). Finalized — deblocked, output, and entered into the DPB — once all its macroblocks are decoded. GATE 1 content route (big-oppy-decoder §2): the 4-way cost tier the last completed picture classified into. ROUTER ONLY — nothing consumes it yet; consumers land per-route with their own gates.
Variants§
Trait Implementations§
Source§impl Clone for ContentRoute
impl Clone for ContentRoute
Source§fn clone(&self) -> ContentRoute
fn clone(&self) -> ContentRoute
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ContentRoute
Source§impl Debug for ContentRoute
impl Debug for ContentRoute
impl Eq for ContentRoute
Source§impl PartialEq for ContentRoute
impl PartialEq for ContentRoute
impl StructuralPartialEq for ContentRoute
Auto Trait Implementations§
impl Freeze for ContentRoute
impl RefUnwindSafe for ContentRoute
impl Send for ContentRoute
impl Sync for ContentRoute
impl Unpin for ContentRoute
impl UnsafeUnpin for ContentRoute
impl UnwindSafe for ContentRoute
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