Home
last modified time | relevance | path

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

/webrtc/rtp/src/codecs/h264/
H A Dmod.rs41 let mut zero_count = 0; in next_ind() localVariable
45 zero_count += 1; in next_ind()
47 } else if b == 1 && zero_count >= 2 { in next_ind()
48 return ((start + i - zero_count) as isize, zero_count as isize + 1); in next_ind()
50 zero_count = 0 in next_ind()