Searched refs:wide_type (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codec2/include/
H A DC2.h181 typedef typename std::decay<T>::type wide_type; typedef in struct:android::c2_types
182 typedef wide_type narrow_type;
183 typedef wide_type mintype;
195 decltype(true ? std::declval<T>() : std::declval<U>())>::type wide_type; typedef in struct:android::c2_types
199 std::is_signed<T>::value, wide_type, narrow_type>::type mintype;
215 typedef typename c2_types<typename c2_types<T, U>::wide_type, V...>::wide_type wide_type;
226 inline constexpr typename c2_types<T, U>::wide_type c2_max(const T a, const U b) {
227 typedef typename c2_types<T, U>::wide_type wide_typ
244 typedef typename c2_types<T, U, V...>::wide_type wide_type; typedef
[all...]

Completed in 32 milliseconds