Searched defs:DpbEntry (Results 1 – 4 of 4) sorted by relevance
49 pub struct DpbEntry<R> { struct53 meta: DpbEntryMeta, argument72 ref_list_0: Vec<Rc<DpbEntry<R>>>, argument
43 pub struct DpbEntry<T> { struct55 impl<T> DpbEntry<T> { argument1219 .map(|r| r as *const DpbEntry<T>) in build_ref_pic_lists() constant
20 pub struct DpbEntry<T>(pub Rc<RefCell<PictureData>>, pub T); struct
101 DpbEntry(DpbEntry<T>), enumerator