OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pix_sz
(Results
1 - 1
of
1
) sorted by null
/external/opencv/cv/src/
cvfilter.cpp
202
int
pix_sz
= CV_ELEM_SIZE(src_type), work_pix_sz = CV_ELEM_SIZE(work_type);
local
204
int tr_step = cvAlign(bw1*
pix_sz
, ALIGN );
230
int i, tab_len = ksize.width*
pix_sz
;
235
for( i =
pix_sz
; i < tab_len; i++ )
236
bt[i] = bt[i -
pix_sz
];
237
for( i = 0; i <
pix_sz
; i++ )
239
for( i =
pix_sz
; i < tr_step; i++ )
240
trow[i] = trow[i -
pix_sz
];
249
width = (width - 1)*
pix_sz
;
250
ofs = (anchor.x-x_range.start_index)*
pix_sz
;
[
all
...]
Completed in 135 milliseconds