OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bsz1
(Results
1 - 2
of
2
) sorted by null
/external/opencv/cv/src/
cvmorph.cpp
324
int i, y = y0,
bsz1
= border_tab_sz1, bsz = border_tab_sz;
local
339
*(int*)(trow + i +
bsz1
) = CV_TOGGLE_FLT(t);
344
for( i = 0; i <
bsz1
; i++ )
358
for( i = 0; i <
bsz1
; i++ )
[
all
...]
cvfilter.cpp
343
int i, y = y0,
bsz1
= border_tab_sz1, bsz = border_tab_sz;
local
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++ )
[
all
...]
Completed in 758 milliseconds