Home | History | Annotate | Download | only in src

Lines Matching full:src_step

56     size_t src_step = _src.step;
63 src_step = dst_step = roi.width;
86 if (ippiThreshold_GT_8u_C1R(_src.ptr(), (int)src_step, _dst.ptr(), (int)dst_step, sz, thresh) >= 0)
101 if (ippiThreshold_LTVal_8u_C1R(_src.ptr(), (int)src_step, _dst.ptr(), (int)dst_step, sz, thresh+1, 0) >= 0)
116 if (ippiThreshold_GTVal_8u_C1R(_src.ptr(), (int)src_step, _dst.ptr(), (int)dst_step, sz, thresh, 0) >= 0)
175 const uchar* src = _src.ptr() + src_step*i;
296 const uchar* src = _src.ptr() + src_step*i;
307 const uchar* src = _src.ptr() + src_step*i;
318 const uchar* src = _src.ptr() + src_step*i;
329 const uchar* src = _src.ptr() + src_step*i;
343 const uchar* src = _src.ptr() + src_step*i;
362 const uchar* src = _src.ptr() + src_step*i;
396 size_t src_step = _src.step/sizeof(src[0]);
407 src_step = dst_step = roi.width;
430 if (ippiThreshold_GT_16s_C1R(src, (int)src_step*sizeof(src[0]), dst, (int)dst_step*sizeof(dst[0]), sz, thresh) >= 0)
445 if (ippiThreshold_LTVal_16s_C1R(src, (int)src_step*sizeof(src[0]), dst, (int)dst_step*sizeof(dst[0]), sz, thresh+1, 0) >= 0)
460 if (ippiThreshold_GTVal_16s_C1R(src, (int)src_step*sizeof(src[0]), dst, (int)dst_step*sizeof(dst[0]), sz, thresh, 0) >= 0)
475 for( i = 0; i < roi.height; i++, src += src_step, dst += dst_step )
511 for( i = 0; i < roi.height; i++, src += src_step, dst += dst_step )
547 for( i = 0; i < roi.height; i++, src += src_step, dst += dst_step )
578 for( i = 0; i < roi.height; i++, src += src_step, dst += dst_step )
616 for( i = 0; i < roi.height; i++, src += src_step, dst += dst_step )
665 size_t src_step = _src.step/sizeof(src[0]);
690 if (0 <= ippiThreshold_GT_32f_C1R(src, (int)src_step*sizeof(src[0]), dst, (int)dst_step*sizeof(dst[0]), sz, thresh))
698 if (0 <= ippiThreshold_LTVal_32f_C1R(src, (int)src_step*sizeof(src[0]), dst, (int)dst_step*sizeof(dst[0]), sz, thresh+FLT_EPSILON, 0))
706 if (0 <= ippiThreshold_GTVal_32f_C1R(src, (int)src_step*sizeof(src[0]), dst, (int)dst_step*sizeof(dst[0]), sz, thresh, 0))
720 for( i = 0; i < roi.height; i++, src += src_step, dst += dst_step )
758 for( i = 0; i < roi.height; i++, src += src_step, dst += dst_step )
796 for( i = 0; i < roi.height; i++, src += src_step, dst += dst_step )
827 for( i = 0; i < roi.height; i++, src += src_step, dst += dst_step )
866 for( i = 0; i < roi.height; i++, src += src_step, dst += dst_step )