Lines Matching refs:TBout
232 typedef typename TConvVec2Base<Tout>::TBase TBout; in _pixScale_CN() typedef
233 out.x = (TBout)(pix.x * w); in _pixScale_CN()
241 typedef typename TConvVec2Base<Tout>::TBase TBout; in _pixScale_CN() typedef
242 out.x = (TBout)(pix.x * w); in _pixScale_CN()
243 out.y = (TBout)(pix.y * w); in _pixScale_CN()
244 out.z = (TBout)(pix.z * w); in _pixScale_CN()
252 typedef typename TConvVec2Base<Tout>::TBase TBout; in _pixScale_CN() typedef
253 out.x = (TBout)(pix.x * w); in _pixScale_CN()
254 out.y = (TBout)(pix.y * w); in _pixScale_CN()
255 out.z = (TBout)(pix.z * w); in _pixScale_CN()
256 out.w = (TBout)(pix.w * w); in _pixScale_CN()