Searched refs:pix_sz (Results 1 – 1 of 1) sorted by relevance
202 int pix_sz = CV_ELEM_SIZE(src_type), work_pix_sz = CV_ELEM_SIZE(work_type); in start_process() local204 int tr_step = cvAlign(bw1*pix_sz, ALIGN ); in start_process()230 int i, tab_len = ksize.width*pix_sz; in start_process()235 for( i = pix_sz; i < tab_len; i++ ) in start_process()236 bt[i] = bt[i - pix_sz]; in start_process()237 for( i = 0; i < pix_sz; i++ ) in start_process()239 for( i = pix_sz; i < tr_step; i++ ) in start_process()240 trow[i] = trow[i - pix_sz]; in start_process()249 width = (width - 1)*pix_sz; in start_process()250 ofs = (anchor.x-x_range.start_index)*pix_sz; in start_process()[all …]