Home
last modified time | relevance | path

Searched refs:M1 (Results 1 – 1 of 1) sorted by relevance

/webrtc/rtp/src/codecs/h265/
H A Dmod.rs664 const M1: u32 = 0xFFFF0000; in tl0picidx() constant
666 ((((self.0 & M1) >> 16) & M2) >> 8) as u8 in tl0picidx()
671 const M1: u32 = 0xFFFF0000; in irap_pic_id() constant
673 (((self.0 & M1) >> 16) & M2) as u8 in irap_pic_id()
678 const M1: u32 = 0xFF00; in s() constant
680 (((self.0 & M1) >> 8) & M2) != 0 in s()
685 const M1: u32 = 0xFF00; in e() constant
687 (((self.0 & M1) >> 8) & M2) != 0 in e()
692 const M1: u32 = 0xFF00; in res() constant
694 (((self.0 & M1) >> 8) & M2) as u8 in res()