Home
last modified time | relevance | path

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

/webrtc/rtp/src/codecs/h265/
H A Dmod.rs665 const M2: u32 = 0xFF00; in tl0picidx() constant
666 ((((self.0 & M1) >> 16) & M2) >> 8) as u8 in tl0picidx()
672 const M2: u32 = 0x00FF; in irap_pic_id() constant
673 (((self.0 & M1) >> 16) & M2) as u8 in irap_pic_id()
679 const M2: u32 = 0b10000000; in s() constant
680 (((self.0 & M1) >> 8) & M2) != 0 in s()
686 const M2: u32 = 0b01000000; in e() constant
687 (((self.0 & M1) >> 8) & M2) != 0 in e()
693 const M2: u32 = 0b00111111; in res() constant
694 (((self.0 & M1) >> 8) & M2) as u8 in res()