Home
last modified time | relevance | path

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

/hardware/google/av/codec2/tests/
DC2_test.cpp69 constexpr auto max_u32_u8 = c2_max(uint32_t(0x7fffffff), uint8_t(0xff)); variable
70 static_assert(std::is_same<decltype(max_u32_u8), const uint32_t>::value, "should be uint32_t");
74 static_assert(c2_const_checker<max_u32_u8>::num() == 0x7fffffff, "should be 0x7fffffff");