Home
last modified time | relevance | path

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

/hardware/google/av/codec2/tests/
DC2_test.cpp36 constexpr auto min_i8_i32 = c2_min(int8_t(0xff), int32_t(0xffffffff)); variable
37 static_assert(std::is_same<decltype(min_i8_i32), const int32_t>::value, "should be int32_t");
41 static_assert(c2_const_checker<min_i8_i32>::num() == 0xffffffff, "should be 0xffffffff");