Lines Matching full:dptr
1830 uchar* dptr = (uchar*)(dst->data.ptr + dst->step*y);
1892 _mm_storel_epi64( (__m128i*)(dptr + x), v0 );
1902 dptr[x] = fv0;
1908 dptr[x] = (uchar)((sptr[0]*a[0] + sptr[1]*a[1] + sptr[sstep]*a[2] +
1921 dptr[x*3] = fv0; dptr[x*3+1] = fv1; dptr[x*3+2] = fv2;
1934 dptr[x*3] = (uchar)v0; dptr[x*3+1] = (uchar)v1; dptr[x*3+2] = (uchar)v2;
1947 dptr[x*4] = fv0; dptr[x*4+1] = fv1;
1948 dptr[x*4+2] = fv2; dptr[x*4+3] = fv3;
1959 dptr[x*4] = (uchar)v0; dptr[x*4+1] = (uchar)v1;
1964 dptr[x*4+2] = (uchar)v0; dptr[x*4+3] = (uchar)v1;