Home
last modified time | relevance | path

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

/external/crosvm/media/cros-codecs/src/decoders/h264/
Dparser.rs82 pub struct RefPicListModification { struct
92 impl RefPicListModification { argument
442 pub fn ref_pic_list_modification_l0(&self) -> &Vec<RefPicListModification> { in ref_pic_list_modification_l0()
448 pub fn ref_pic_list_modification_l1(&self) -> &Vec<RefPicListModification> { in ref_pic_list_modification_l1()
2247 ref_list_mods: &mut Vec<RefPicListModification>, in parse_ref_pic_list_modification()
Ddecoder.rs1976 rplm: &RefPicListModification, in short_term_pic_list_modification()
2059 rplm: &RefPicListModification, in long_term_pic_list_modification()