Home | History | Annotate | Download | only in src

Lines Matching defs:max_count

1001         int max_count = R_THRESH;
1038 if( (start_idx - j)*r_best >= max_count*r_cur ||
1039 (r_best < FLT_EPSILON && start_idx - j >= max_count) )
1042 max_count = start_idx - j;
1051 if( max_count > R_THRESH )