Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/logging/rtc_event_log/encoder/
H A Ddelta_encoding.cc41 uint64_t UnsignedBitWidth(uint64_t input, bool zero_val_as_zero_width = false) { in UnsignedBitWidth() argument
42 if (zero_val_as_zero_width && input == 0) { in UnsignedBitWidth()