Searched refs:pix_sz (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cv/src/
H A Dcvfilter.cpp202 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 399 milliseconds