Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/logging/rtc_event_log/encoder/
H A Ddelta_encoding_unittest.cc227 const uint64_t max_bit_width = 1 + prng.Rand(63); // [1, 64] in TEST_P() local
239 values[i + j] = RandomWithMaxBitWidth(&prng, max_bit_width); in TEST_P()