Searched refs:TBout (Results 1 – 1 of 1) sorted by relevance
232 typedef typename TConvVec2Base<Tout>::TBase TBout; in _pixScale_CN() typedef233 out.x = (TBout)(pix.x * w); in _pixScale_CN()241 typedef typename TConvVec2Base<Tout>::TBase TBout; in _pixScale_CN() typedef242 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() typedef253 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()[all …]