Home | History | Annotate | Download | only in src

Lines Matching refs:bsz1

343     int i, y = y0, bsz1 = border_tab_sz1, bsz = border_tab_sz;
352 uchar* bptr = can_use_src_as_trow && y1 < y && y+1 < y2 ? (uchar*)(src - bsz1) : trow;
356 for( i = 0; i < bsz1; i++ )
361 else if( !(((size_t)(bptr + bsz1)|(size_t)src|width_n) & (sizeof(int)-1)) )
363 *(int*)(bptr + i + bsz1) = *(int*)(src + i);
366 bptr[i + bsz1] = src[i];
370 for( i = 0; i < bsz1; i++ )
384 for( i = 0; i < bsz1; i++ )
396 for( i = 0; i < bsz1; i++ )