Home | History | Annotate | Download | only in src

Lines Matching refs:trow

334         uchar* trow = is_separable ? buf_end : buf_tail;
339 *(int*)(trow + i + bsz1) = CV_TOGGLE_FLT(t);
347 trow[i] = trow[j];
352 trow[i + width_n] = trow[j];
359 trow[i] = bt[i];
362 trow[i + width_n] = bt[i];
366 x_func( trow, buf_tail, this );