Home
last modified time | relevance | path

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

/system/cros-codecs/src/codec/av1/
Dreader.rs214 pub fn decode_unsigned_subexp_with_ref(&mut self, mx: i32, r: i32) -> Result<u32, String> { in decode_unsigned_subexp_with_ref() method
231 let x = self.decode_unsigned_subexp_with_ref(high - low, r - low)?; in decode_signed_subexp_with_ref()