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

/frameworks/av/media/libstagefright/codec2/include/
H A DC2.h228 return ({ wide_type a_(a), b_(b); a_ > b_ ? a_ : b_; }); typedef in struct:android::c2_types
245 return ({ wide_type a_(a), b_(c2_max(b, c...)); a_ > b_ ? a_ : b_; });
255 wide_type a_(a), b_(b);
256 static_cast<typename c2_types<T, U>::mintype>(a_ < b_ ? a_ : b_);
276 wide_type a_(
[all...]

Completed in 49 milliseconds