HomeSort by relevance Sort by last modified time
    Searched full:best_i (Results 1 - 3 of 3) sorted by null

  /external/opencv/ml/src/
mlboost.cpp 254 int i, best_i = -1; local
293 best_i = i;
315 best_i = i;
321 return best_i >= 0 ? data->new_split_ord( vi,
322 (sorted[best_i].val + sorted[best_i+1].val)*0.5f, best_i,
448 int i, best_i = -1; local
476 best_i = i;
481 return best_i >= 0 ? data->new_split_ord( vi
582 int i, best_i = -1, best_inversed = 0; local
    [all...]
mltree.cpp 1577 int i, best_i = -1; local
2058 int i, best_i = -1, best_inversed = 0; local
    [all...]
  /external/speex/libspeex/
quant_lsp_bfin.h 60 " %1 = 0 (X);\n\t" /* %1: best_i */
122 " %1 = 0 (X);\n\t" /* %1: best_i */

Completed in 153 milliseconds