Searched refs:trow (Results 1 – 2 of 2) sorted by relevance
334 uchar* trow = is_separable ? buf_end : buf_tail; in fill_cyclic_buffer() local339 *(int*)(trow + i + bsz1) = CV_TOGGLE_FLT(t); in fill_cyclic_buffer()347 trow[i] = trow[j]; in fill_cyclic_buffer()352 trow[i + width_n] = trow[j]; in fill_cyclic_buffer()359 trow[i] = bt[i]; in fill_cyclic_buffer()362 trow[i + width_n] = bt[i]; in fill_cyclic_buffer()366 x_func( trow, buf_tail, this ); in fill_cyclic_buffer()
232 uchar* trow = buf_end; in start_process() local238 trow[i] = bt[i]; in start_process()240 trow[i] = trow[i - pix_sz]; in start_process()242 x_func( trow, const_row, this ); in start_process()351 uchar* trow = is_separable ? buf_end : buf_tail; in fill_cyclic_buffer() local352 uchar* bptr = can_use_src_as_trow && y1 < y && y+1 < y2 ? (uchar*)(src - bsz1) : trow; in fill_cyclic_buffer()354 if( bptr != trow ) in fill_cyclic_buffer()357 trow[i] = bptr[i]; in fill_cyclic_buffer()359 trow[i] = bptr[i + width_n]; in fill_cyclic_buffer()394 if( bptr != trow ) in fill_cyclic_buffer()[all …]