Home | History | Annotate | Download | only in test

Lines Matching refs:Ncv32u

48                                 Ncv32u width_, Ncv32u height_)
102 if (sizeof(T) == sizeof(Ncv32u))
104 ncvStat = nppiStTranspose_32u_C1R((Ncv32u *)d_img.ptr(), d_img.pitch(),
105 (Ncv32u *)d_dst.ptr(), d_dst.pitch(),
124 if (sizeof(T) == sizeof(Ncv32u))
126 ncvStat = nppiStTranspose_32u_C1R_host((Ncv32u *)h_img.ptr(), h_img.pitch(),
127 (Ncv32u *)h_dst.ptr(), h_dst.pitch(),
148 for (Ncv32u i=0; bLoopVirgin && i < this->width; i++)
150 for (Ncv32u j=0; bLoopVirgin && j < this->height; j++)
176 template class TestTranspose<Ncv32u>;