Home | History | Annotate | Download | only in src

Lines Matching refs:src1

304             CvSparseMat* src1 = (CvSparseMat*)src;
309 dst1->dims = src1->dims;
310 memcpy( dst1->size, src1->size, src1->dims*sizeof(src1->size[0]));
311 dst1->valoffset = src1->valoffset;
312 dst1->idxoffset = src1->idxoffset;
315 if( src1->heap->active_count >= dst1->hashsize*CV_SPARSE_HASH_RATIO )
318 dst1->hashsize = src1->hashsize;
325 for( node = cvInitSparseMatIterator( src1, &iterator );
841 const uchar* src1 = src + (size.height - 1)*srcstep;
844 for( y = 0; y < (size.height + 1)/2; y++, src += srcstep, src1 -= srcstep,
848 if( ((size_t)(src)|(size_t)(dst)|(size_t)src1|(size_t)dst1) % sizeof(int) == 0 )
853 int t1 = ((int*)(src1 + i))[0];
859 t1 = ((int*)(src1 + i))[1];
865 t1 = ((int*)(src1 + i))[2];
871 t1 = ((int*)(src1 + i))[3];
880 int t1 = ((int*)(src1 + i))[0];
890 uchar t1 = src1[i];