Searched defs:RefPicLists (Results 1 – 1 of 1) sorted by relevance
230 struct RefPicLists<'a, T> { struct231 ref_pic_list0: DpbPicRefList<'a, T>,232 ref_pic_list1: DpbPicRefList<'a, T>,1153 let RefPicLists { ref_pic_list0, ref_pic_list1 } = in handle_slice() localVariable