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

  /external/opencv3/apps/traincascade/
old_ml_boost.cpp 213 float* values_buf = (float*)(uchar*)inn_buf; local
214 int* sorted_indices_buf = (int*)(values_buf + n);
218 data->get_ord_var_data( node, vi, values_buf, sorted_indices_buf, &values, &sorted_indices, sample_indices_buf );
264 float* values_buf = (float*)ext_buf; local
265 int* sorted_indices_buf = (int*)(values_buf + n);
269 data->get_ord_var_data( node, vi, values_buf, sorted_indices_buf, &values, &sorted_indices, sample_indices_buf );
495 float* values_buf = (float*)ext_buf; local
496 int* indices_buf = (int*)(values_buf + n);
500 data->get_ord_var_data( node, vi, values_buf, indices_buf, &values, &indices, sample_indices_buf );
656 float* values_buf = (float*)ext_buf local
849 float* values_buf = (float*)(labels_buf + n); local
    [all...]
old_ml_tree.cpp 1987 float* values_buf = (float*)ext_buf; local
2387 float* values_buf = (float*)ext_buf; local
2538 float* values_buf = (float*)ext_buf; local
2883 float* values_buf = (float*)(cv_labels_buf + n); local
2983 float* values_buf = (float*)(uchar*)inn_buf; local
    [all...]
old_ml.hpp 686 virtual const float* get_ord_responses( CvDTreeNode* n, float* values_buf, int* sample_indices_buf );
    [all...]
  /frameworks/base/core/jni/
android_opengl_GLES20.cpp     [all...]
android_opengl_GLES30.cpp     [all...]

Completed in 602 milliseconds