Home | History | Annotate | Download | only in src

Lines Matching defs:start_idx

998         int start_idx = nz_count - 1;
1037 float r_cur = ddata[sort_buf[(j + start_idx)/2]];
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;
1045 start_idx = j;