Home
last modified time | relevance | path

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

/hardware/google/av/codec2/tests/
DC2_test.cpp54 constexpr auto max_i32_i32 = c2_max(int32_t(1), int32_t(2)); variable
55 static_assert(std::is_same<decltype(max_i32_i32), const int32_t>::value, "should be int32_t");
61 static_assert(c2_const_checker<max_i32_i32>::num() == 2, "should be 2");