Home | History | Annotate | Download | only in src

Lines Matching refs:buf_max_count

224     buf_max_count = bsz/buf_step;
225 buf_max_count = MIN( buf_max_count, max_rows - max_ky*2 );
226 buf_end = buf_start + buf_max_count*buf_step;
349 for( ; buf_count < buf_max_count && y < y2; buf_count++, y++, src += src_step )