Home
last modified time | relevance | path

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

/webrtc/rtp/src/codecs/h265/
H A Dmod.rs50 const MSB_MASK: u8 = 0b00100000; in is_type_vcl_unit() constant
51 (self.nalu_type() & MSB_MASK) == 0 in is_type_vcl_unit()