Home | History | Annotate | Download | only in src

Lines Matching refs:max_rows

119     max_rows = (buf_size/row_sz)*3 + max_ky*2 + 8;
178 assert( max_rows > max_ky*2 );
179 row_tab_sz = cvAlign( max_rows*sizeof(uchar*), ALIGN );
225 buf_max_count = MIN( buf_max_count, max_rows - max_ky*2 );