Lines Matching refs:Ncv32u
48 Ncv32u width_, Ncv32u height_, Ncv32u scaleFactor_, NcvBool bTextureCache_)
113 if (sizeof(T) == sizeof(Ncv32u))
115 ncvStat = nppiStDecimate_32u_C1R((Ncv32u *)d_img.ptr(), d_img.pitch(),
116 (Ncv32u *)d_small.ptr(), d_small.pitch(),
137 if (sizeof(T) == sizeof(Ncv32u))
139 ncvStat = nppiStDecimate_32u_C1R_host((Ncv32u *)h_img.ptr(), h_img.pitch(),
140 (Ncv32u *)h_small.ptr(), h_small.pitch(),
161 for (Ncv32u i=0; bLoopVirgin && i < h_small.height(); i++)
163 for (Ncv32u j=0; bLoopVirgin && j < h_small.width(); j++)
189 template class TestResize<Ncv32u>;