Lines Matching refs:Jptr
544 const uchar* Jptr = J.ptr() + (y + inextPt.y)*stepJ + inextPt.x*cn; in operator ()() local
554 __m128i v00 = _mm_unpacklo_epi8(_mm_loadl_epi64((const __m128i*)(Jptr + x)), z); in operator ()()
555 … __m128i v01 = _mm_unpacklo_epi8(_mm_loadl_epi64((const __m128i*)(Jptr + x + cn)), z); in operator ()()
556 … __m128i v10 = _mm_unpacklo_epi8(_mm_loadl_epi64((const __m128i*)(Jptr + x + stepJ)), z); in operator ()()
557 … __m128i v11 = _mm_unpacklo_epi8(_mm_loadl_epi64((const __m128i*)(Jptr + x + stepJ + cn)), z); in operator ()()
589 uint8x8_t d0 = vld1_u8(&Jptr[x]); in operator ()()
590 uint8x8_t d2 = vld1_u8(&Jptr[x+cn]); in operator ()()
591 uint8x8_t d4 = vld1_u8(&Jptr[x+stepJ]); in operator ()()
592 uint8x8_t d6 = vld1_u8(&Jptr[x+stepJ+cn]); in operator ()()
659 int diff = CV_DESCALE(Jptr[x]*iw00 + Jptr[x+cn]*iw01 + in operator ()()
660 Jptr[x+stepJ]*iw10 + Jptr[x+stepJ+cn]*iw11, in operator ()()
728 const uchar* Jptr = J.ptr() + (y + inextPoint.y)*stepJ + inextPoint.x*cn; in operator ()() local
733 int diff = CV_DESCALE(Jptr[x]*iw00 + Jptr[x+cn]*iw01 + in operator ()()
734 Jptr[x+stepJ]*iw10 + Jptr[x+stepJ+cn]*iw11, in operator ()()