Home
last modified time | relevance | path

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

/hardware/google/av/codec2/tests/
DC2_test.cpp56 constexpr auto max_i32_i64 = c2_max(int32_t(3), int64_t(2)); variable
57 static_assert(std::is_same<decltype(max_i32_i64), const int64_t>::value, "should be int64_t");
62 static_assert(c2_const_checker<max_i32_i64>::num() == 3, "should be 3");