Skip to main content

HpelOnce

Type Alias HpelOnce 

Source
pub type HpelOnce<T> = OnceLock<T>;
Expand description

The once-cell behind a reference frame’s half-pel planes: OnceLock with std (frames cross threads in the parallel GOP path), OnceCell without.

Aliased Type§

pub struct HpelOnce<T> { /* private fields */ }