Home | History | Annotate | Download | only in src

Lines Matching refs:start_idx

1175         int nz_count1 = k, start_idx = nz_count1 - 1;
1193 float r_cur = ddata[sort_buf[(j + start_idx)/2]];
1194 if( (start_idx - j)*r_best >= max_count*r_cur ||
1195 (r_best < FLT_EPSILON && start_idx - j >= max_count) )
1198 max_count = start_idx - j;
1201 start_idx = j;