Home | History | Annotate | Download | only in src

Lines Matching defs:pix_size

70                const void* scalar, int pix_size )
72 int copy_len = 12*pix_size;
295 int pix_size;
343 pix_size = CV_ELEM_SIZE(iterator.hdr[0]->type);
347 iterator.size.width *= pix_size;
368 CvCopyMaskFunc func = icvGetCopyMaskFunc( pix_size );
421 pix_size = CV_ELEM_SIZE(src->type);
426 size.width *= pix_size;
427 if( CV_IS_MAT_CONT( src->type & dst->type ) && (src_step == dst_step) && (src_step == src->width * pix_size))
448 CvCopyMaskFunc func = icvGetCopyMaskFunc(pix_size);
494 int pix_size, type;
518 pix_size = pix_size1*CV_MAT_CN(type);
524 iterator.size.width *= pix_size;
534 CvFunc2D_2A1P func = (CvFunc2D_2A1P)(setm_tab.fn_2d[pix_size]);
559 pix_size = CV_ELEM_SIZE(type);
604 size.width *= pix_size;
639 func = (CvFunc2D_2A1P)(setm_tab.fn_2d[pix_size]);
915 int pix_size;
948 pix_size = CV_ELEM_SIZE( src->type );
952 size.width *= pix_size;
963 func = (CvFunc2D_2A)(tab.fn_2d[pix_size]);
978 size.width *= pix_size;
998 int pix_size;
1022 pix_size = CV_ELEM_SIZE( src->type );
1031 memcpy( dst->data.ptr + y*dst->step + x*pix_size,
1032 src->data.ptr + k*src->step, l*pix_size );