HomeSort by relevance Sort by last modified time
    Searched refs:trow_sz (Results 1 - 2 of 2) sorted by null

  /external/opencv/cv/src/
cvderiv.cpp 384 int width = max_width, trow_sz = 0; local
388 trow_sz = cvAlign( (max_width + ksize.width - 1)*CV_ELEM_SIZE(src_type), ALIGN );
394 buf_size += trow_sz;
    [all...]
cvfilter.cpp 100 int width = max_width, trow_sz = 0; local
108 trow_sz = cvAlign( (max_width + ksize.width - 1)*CV_ELEM_SIZE(src_type), ALIGN );
120 buf_size += trow_sz;
    [all...]

Completed in 131 milliseconds