HomeSort by relevance Sort by last modified time
    Searched refs:max_depth (Results 51 - 63 of 63) sorted by null

1 23

  /external/opencv/ml/src/
mlboost.cpp 60 max_depth = 1;
73 max_depth = _max_depth;
    [all...]
mltree.cpp 93 if( params.max_depth < 0 )
94 CV_ERROR( CV_StsOutOfRange, "params.max_depth should be >= 0" );
95 params.max_depth = MIN( params.max_depth, 25 );
1028 cvWriteInt( fs, "max_depth", params.max_depth );
    [all...]
mlrtrees.cpp 245 CvDTreeParams tree_params( params.max_depth, params.min_sample_count,
  /external/v8/src/
profile-generator.h 585 const char* prefix, const char* edge_name, int max_depth, int indent);
672 void Print(int max_depth);
    [all...]
profile-generator.cc 1017 const char* prefix, const char* edge_name, int max_depth, int indent) {
1035 if (--max_depth == 0) return;
    [all...]
hydrogen.cc     [all...]
  /external/e2fsprogs/e2fsck/
pass1.c 189 (info.max_depth != 0))
    [all...]
  /external/e2fsprogs/debugfs/
debugfs.c 621 info.curr_level, info.max_depth,
646 info.curr_level, info.max_depth,
    [all...]
  /external/opencv/cv/src/
cvfilter.cpp 104 int max_depth = MAX(CV_MAT_DEPTH(src_type), CV_MAT_DEPTH(dst_type)); local
106 max_depth = MAX( max_depth, min_depth );
107 work_type = CV_MAKETYPE( max_depth, max_cn );
    [all...]
  /external/libxml2/
xpath.c 14154 int max_depth, min_depth; local
    [all...]
  /external/e2fsprogs/lib/ext2fs/
ext2fs.h 363 int max_depth; member in struct:ext2_extent_info
    [all...]
  /external/flac/libFLAC/
metadata_iterators.c 285 FLAC_API FLAC__bool FLAC__metadata_get_picture(const char *filename, FLAC__StreamMetadata **picture, FLAC__StreamMetadata_Picture_Type type, const char *mime_type, const FLAC__byte *description, unsigned max_width, unsigned max_height, unsigned max_depth, unsigned max_colors)
314 obj->data.picture.depth <= max_depth &&
    [all...]
  /frameworks/compile/mclinker/utils/gtest/src/
gtest-all.cpp 814 // max_depth - the maximum number of stack frames to be included
    [all...]

Completed in 410 milliseconds

1 23