Home | History | Annotate | Download | only in src

Lines Matching defs:pix_size

58     int i, coi = 0, pix_size;
73 pix_size = CV_ELEM_SIZE(mat->type);
76 CV_MEMCPY_AUTO( buffer, iterator.ptr, pix_size );
77 buffer += pix_size;
88 icvAdjustRect( const void* srcptr, int src_step, int pix_size,
97 src += ip.x*pix_size;
114 src += rect.width*pix_size;
141 return src - rect.x*pix_size;