Home | History | Annotate | Download | only in src

Lines Matching refs:trow_sz

384     int width = max_width, trow_sz = 0;
388 trow_sz = cvAlign( (max_width + ksize.width - 1)*CV_ELEM_SIZE(src_type), ALIGN );
394 buf_size += trow_sz;