Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/tests/
DC2_test.cpp58 constexpr auto max_i8_i32 = c2_max(int8_t(0xff), int32_t(0xffffffff)); variable
59 static_assert(std::is_same<decltype(max_i8_i32), const int32_t>::value, "should be int32_t");
63 static_assert(c2_const_checker<max_i8_i32>::num() == 0xffffffff, "should be 0xffffffff");