Home
last modified time | relevance | path

Searched defs:RefPicLists (Results 1 – 1 of 1) sorted by relevance

/system/cros-codecs/src/decoder/stateless/
Dh264.rs230 struct RefPicLists<'a, T> { struct
231 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