• Home
  • Raw
  • Download

Lines Matching refs:ushort

162                 *(ushort*)(dst + x*2) = *(ushort*)(tsrc + x_ofs[x]);  in icvResize_NN_8u_C1R()
178 const ushort* _tsrc = (const ushort*)(tsrc + x_ofs[x]); in icvResize_NN_8u_C1R()
179 ushort* _tdst = (ushort*)(dst + x*6); in icvResize_NN_8u_C1R()
541 ICV_DEF_RESIZE_BILINEAR_FUNC( 16u, ushort, float, alpha, CV_NOP, cvRound )
545 ICV_DEF_RESIZE_BICUBIC_FUNC( 16u, ushort, int, CV_NOP, cvRound, CV_CAST_16U )
549 ICV_DEF_RESIZE_AREA_FAST_FUNC( 16u, ushort, int, cvRound )
553 ICV_DEF_RESIZE_AREA_FUNC( 16u, ushort, CV_NOP, cvRound )
1036 ICV_DEF_WARP_AFFINE_BILINEAR_FUNC( 16u, ushort, double, ICV_WARP_SCALE_ALPHA, CV_NOP,
1309 ICV_DEF_WARP_PERSPECTIVE_BILINEAR_FUNC( 16u, ushort, CV_NOP, cvRound )
1738 ICV_DEF_REMAP_BILINEAR_FUNC( 16u, ushort, CV_NOP, cvRound )
1742 ICV_DEF_REMAP_BICUBIC_FUNC( 16u, ushort, int, CV_NOP, cvRound, CV_CAST_16U )
1796 static ushort align(8) atab[TABSZ][4]; in icvRemapFixedPt_8u()
1818 atab[k][0] = (ushort)((CV_REMAP_MASK+1 - y)*(CV_REMAP_MASK+1 - x)); in icvRemapFixedPt_8u()
1819 atab[k][1] = (ushort)((CV_REMAP_MASK+1 - y)*x); in icvRemapFixedPt_8u()
1820 atab[k][2] = (ushort)(y*(CV_REMAP_MASK+1 - x)); in icvRemapFixedPt_8u()
1821 atab[k][3] = (ushort)(y*x); in icvRemapFixedPt_8u()
1829 const ushort* alpha = (const ushort*)(amap->data.ptr + amap->step*y); in icvRemapFixedPt_8u()
1851 i0 = *(ushort*)(sptr0 + iofs0[0]) + (*(ushort*)(sptr0 + iofs0[1]) << 16); in icvRemapFixedPt_8u()
1852 i1 = *(ushort*)(sptr0 + iofs0[2]) + (*(ushort*)(sptr0 + iofs0[3]) << 16); in icvRemapFixedPt_8u()
1854 i0 = *(ushort*)(sptr1 + iofs0[0]) + (*(ushort*)(sptr1 + iofs0[1]) << 16); in icvRemapFixedPt_8u()
1855 i1 = *(ushort*)(sptr1 + iofs0[2]) + (*(ushort*)(sptr1 + iofs0[3]) << 16); in icvRemapFixedPt_8u()
1870 i0 = *(ushort*)(sptr0 + iofs1[0]) + (*(ushort*)(sptr0 + iofs1[1]) << 16); in icvRemapFixedPt_8u()
1871 i1 = *(ushort*)(sptr0 + iofs1[2]) + (*(ushort*)(sptr0 + iofs1[3]) << 16); in icvRemapFixedPt_8u()
1873 i0 = *(ushort*)(sptr1 + iofs1[0]) + (*(ushort*)(sptr1 + iofs1[1]) << 16); in icvRemapFixedPt_8u()
1874 i1 = *(ushort*)(sptr1 + iofs1[2]) + (*(ushort*)(sptr1 + iofs1[3]) << 16); in icvRemapFixedPt_8u()
1907 const ushort* a = atab[alpha[x]]; in icvRemapFixedPt_8u()
1926 const ushort* a = atab[alpha[x]]; in icvRemapFixedPt_8u()
1953 const ushort* a = atab[alpha[x]]; in icvRemapFixedPt_8u()