Searched defs:c2_max (Results 1 - 1 of 1) sorted by path

/frameworks/av/media/libstagefright/codec2/include/
H A DC2.h226 inline constexpr typename c2_types<T, U>::wide_type c2_max(const T a, const U b) {
243 constexpr typename c2_types<T, U, V...>::wide_type c2_max(const T a, const U b, const V ... c) { function
245 return ({ wide_type a_(a), b_(c2_max(b, c...)); a_ > b_ ? a_ : b_; });

Completed in 216 milliseconds