Home | History | Annotate | Download | only in src

Lines Matching defs:ofs

290                               const int* ofs, const int* xofs )                 \
309 sum += _src[ofs[k]] + _src[ofs[k+1]] + \
310 _src[ofs[k+2]] + _src[ofs[k+3]]; \
313 sum += _src[ofs[k]]; \
595 int cn, const int* ofs, const int *xofs );
719 int* ofs = (int*)cvStackAlloc( (area + dsize.width*cn)*sizeof(int) );
720 int* xofs = ofs + area;
728 ofs[k++] = sy*srcstep + sx*cn;
738 dst->step, dsize, cn, ofs, xofs ));
959 const arrtype* fillval, const int* ofs ) \
975 int ixs = xs + ofs[x*2]; \
976 int iys = ys + ofs[x*2+1]; \
1046 const void* fillval, const int* ofs );
1085 int k, type, depth, cn, *ofs = 0;
1165 ofs = (int*)cvStackAlloc( dst->cols*2*sizeof(ofs[0]) );
1168 ofs[2*k] = CV_FLT_TO_FIX( dst_matrix[0]*k, ICV_WARP_SHIFT );
1169 ofs[2*k+1] = CV_FLT_TO_FIX( dst_matrix[3]*k, ICV_WARP_SHIFT );
1180 flags & CV_WARP_FILL_OUTLIERS ? fillbuf : 0, ofs ));