Lines Matching full:lofs
186 int lofs = MAX(ndisp - 1 + mindisp, 0);
198 const uchar* lptr0 = left->data.ptr + lofs;
224 lptr = lptr0 + MIN(MAX(x, -lofs), width-lofs-1) - dy0*sstep;
243 for( x = 0; x < lofs; x++ )
245 for( x = lofs + width1; x < width; x++ )
248 dptr += lofs;
256 lptr_sub = lptr0 + MIN(MAX(x0, -lofs), width-1-lofs) - dy0*sstep;
257 lptr = lptr0 + MIN(MAX(x1, -lofs), width-1-lofs) - dy0*sstep;
394 int lofs = MAX(ndisp - 1 + mindisp, 0);
405 const uchar* lptr0 = left->data.ptr + lofs;
430 lptr = lptr0 + MIN(MAX(x, -lofs), width-lofs-1) - dy0*sstep;
449 for( x = 0; x < lofs; x++ )
451 for( x = lofs + width1; x < width; x++ )
454 dptr += lofs;
462 lptr_sub = lptr0 + MIN(MAX(x0, -lofs), width-1-lofs) - dy0*sstep;
463 lptr = lptr0 + MIN(MAX(x1, -lofs), width-1-lofs) - dy0*sstep;
560 int wsz, ndisp, mindisp, lofs, rofs;
614 lofs = MAX(ndisp - 1 + mindisp, 0);
617 if( lofs >= width || rofs >= width || width1 < 1 )