Home | History | Annotate | Download | only in media

Lines Matching refs:IntType

116 template<typename IntType>
117 IntType MakeEven(IntType x) {
118 return x & static_cast<IntType>(-2);