| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/flann/ |
| H A D | autotuned_index.h | 81 target_precision_ = get_param(params, "target_precision",0.8f); in dataset_() 82 build_weight_ = get_param(params,"build_weight", 0.01f); in dataset_() 83 memory_weight_ = get_param(params, "memory_weight", 0.0f); in dataset_() 84 sample_fraction_ = get_param(params,"sample_fraction", 0.1f); in dataset_() 131 save_value(stream, get_param<int>(bestSearchParams_, "checks")); in saveIndex() 156 int checks = get_param<int>(searchParams,"checks",FLANN_CHECKS_AUTOTUNED); in findNeighbors() 232 get_param<int>(cost.params,"iterations"), in evaluate_kmeans() 233 get_param<int>(cost.params,"branching")); in evaluate_kmeans() 258 Logger::info("KDTree using params: trees=%d\n", get_param<int>(cost.params,"trees")); in evaluate_kdtree()
|
| H A D | all_indices.h | 54 flann_algorithm_t index_type = get_param<flann_algorithm_t>(params, "algorithm"); in create() 95 flann_algorithm_t index_type = get_param<flann_algorithm_t>(params, "algorithm"); 124 flann_algorithm_t index_type = get_param<flann_algorithm_t>(params, "algorithm");
|
| H A D | params.h | 59 T get_param(const IndexParams& params, cv::String name, const T& default_value) in get_param() function 71 T get_param(const IndexParams& params, cv::String name) in get_param() function
|
| H A D | hierarchical_clustering_index.h | 366 branching_ = get_param(params,"branching",32); in dataset() 367 centers_init_ = get_param(params,"centers_init", FLANN_CENTERS_RANDOM); in dataset() 368 trees_ = get_param(params,"trees",4); in dataset() 369 leaf_size_ = get_param(params,"leaf_size",100); in dataset() 387 trees_ = get_param(params,"trees",4); in dataset() 550 int maxChecks = get_param(searchParams,"checks",32); in findNeighbors()
|
| H A D | lsh_index.h | 95 table_number_ = (unsigned int)get_param<int>(index_params_,"table_number",12); in dataset_() 96 key_size_ = (unsigned int)get_param<int>(index_params_,"key_size",20); in dataset_() 97 multi_probe_level_ = (unsigned int)get_param<int>(index_params_,"multi_probe_level",2); in dataset_() 205 if (get_param(params,"sorted",true)) resultSet.sortAndCopy(indices[i], dists[i], knn); in knnSearch()
|
| H A D | nn_index.h | 87 if (get_param(params,"sorted",true)) resultSet.sortAndCopy(indices[i], dists[i], knn); in knnSearch() 124 if (get_param(params,"sorted",true)) resultSet.sortAndCopy(indices_ptr, dists_ptr, n); in radiusSearch()
|
| H A D | flann_base.hpp | 111 flann_algorithm_t index_type = get_param<flann_algorithm_t>(params,"algorithm"); in Index() 115 …nnIndex_ = load_saved_index<Distance>(features, get_param<cv::String>(params,"filename"), distance… in Index()
|
| H A D | kdtree_single_index.h | 91 int dim_param = get_param(params,"dim",-1); in dataset_() 93 leaf_max_size_ = get_param(params,"leaf_max_size",10); in dataset_() 94 reorder_ = get_param(params,"reorder",true); in dataset_() 244 float epsError = 1+get_param(searchParams,"eps",0.0f); in findNeighbors()
|
| H A D | kdtree_index.h | 91 trees_ = get_param(index_params_,"trees",4); in dataset_() 206 int maxChecks = get_param(searchParams,"checks", 32); in findNeighbors() 207 float epsError = 1+get_param(searchParams,"eps",0.0f); in findNeighbors()
|
| H A D | kmeans_index.h | 355 branching_ = get_param(params,"branching",32); in dataset_() 356 iterations_ = get_param(params,"iterations",11); in dataset_() 360 centers_init_ = get_param(params,"centers_init",FLANN_CENTERS_RANDOM); in dataset_() 501 int maxChecks = get_param(searchParams,"checks",32); in findNeighbors()
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | speexdsp.c | 41 static int get_param( in get_param() function 82 if (!get_param(&argc, &argv, &p->agc, agcDefault, 0, 100)) in getopts() 92 if (!get_param(&argc, &argv, &p->denoise, denoiseDefault, 0, 100)) in getopts() 106 … if (!get_param(&argc, &argv, &p->samples_per_frame, 0, 1, 1000000000) || !p->samples_per_frame) in getopts() 117 if (!get_param(&argc, &argv, &p->frames_per_second, 0, 1, 100) || !p->frames_per_second) in getopts()
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/mtk-vcodec/ |
| H A D | vdec_drv_base.h | 36 int (*get_param)(void *h_vdec, enum vdec_get_param_type type, member
|
| H A D | vdec_drv_if.c | 91 ret = ctx->dec_if->get_param(ctx->drv_handle, type, out); in vdec_if_get_param()
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/mlx5/ |
| H A D | cong.c | 373 static ssize_t get_param(struct file *filp, char __user *buf, size_t count, in get_param() function 397 .read = get_param,
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | wl_android.c | 4171 rssilog_get_param_t get_param; in wl_android_get_rssi_logging() local 4175 err = wl_get_rssi_logging(dev, (void *)&get_param); in wl_android_get_rssi_logging() 4182 get_param.report_count, get_param.enable, get_param.rssi_threshold, in wl_android_get_rssi_logging() 4183 get_param.time_threshold)); in wl_android_get_rssi_logging() 4186 if (!get_param.enable) { in wl_android_get_rssi_logging() 4190 } else if (get_param.enable & in wl_android_get_rssi_logging() 4192 if (!get_param.report_count) { in wl_android_get_rssi_logging() 4199 "to be greater than %3d dB\n", get_param.rssi_threshold)); in wl_android_get_rssi_logging() 4201 "%d out of %d times\n", get_param.report_count, in wl_android_get_rssi_logging() 4202 get_param.time_threshold)); in wl_android_get_rssi_logging() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/ |
| H A D | msm_gpu.h | 45 int (*get_param)(struct msm_gpu *gpu, uint32_t param, uint64_t *value); member
|
| H A D | msm_rd.c | 200 gpu->funcs->get_param(gpu, MSM_PARAM_GPU_ID, &val); in rd_open()
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/mtk-vcodec/vdec/ |
| H A D | vdec_h264_if.c | 501 .get_param = vdec_h264_get_param,
|
| H A D | vdec_vp8_if.c | 614 .get_param = vdec_vp8_get_param,
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/adreno/ |
| H A D | a2xx_gpu.c | 474 .get_param = adreno_get_param,
|
| H A D | a3xx_gpu.c | 489 .get_param = adreno_get_param,
|
| H A D | a4xx_gpu.c | 624 .get_param = adreno_get_param,
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | wl_android.c | 7387 rssilog_get_param_t get_param; in wl_android_get_rssi_logging() local 7391 err = wl_get_rssi_logging(dev, (void *)&get_param); in wl_android_get_rssi_logging() 7398 get_param.report_count, get_param.enable, get_param.rssi_threshold, in wl_android_get_rssi_logging() 7399 get_param.time_threshold)); in wl_android_get_rssi_logging() 7402 if (!get_param.enable) { in wl_android_get_rssi_logging() 7406 } else if (get_param.enable & in wl_android_get_rssi_logging() 7408 if (!get_param.report_count) { in wl_android_get_rssi_logging() 7415 "to be greater than %3d dB\n", get_param.rssi_threshold)); in wl_android_get_rssi_logging() 7417 "%d out of %d times\n", get_param.report_count, in wl_android_get_rssi_logging() 7418 get_param.time_threshold)); in wl_android_get_rssi_logging() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | wl_android.c | 7660 rssilog_get_param_t get_param; in wl_android_get_rssi_logging() local 7664 err = wl_get_rssi_logging(dev, (void *)&get_param); in wl_android_get_rssi_logging() 7671 get_param.report_count, get_param.enable, get_param.rssi_threshold, in wl_android_get_rssi_logging() 7672 get_param.time_threshold)); in wl_android_get_rssi_logging() 7675 if (!get_param.enable) { in wl_android_get_rssi_logging() 7679 } else if (get_param.enable & in wl_android_get_rssi_logging() 7681 if (!get_param.report_count) { in wl_android_get_rssi_logging() 7688 "to be greater than %3d dB\n", get_param.rssi_threshold)); in wl_android_get_rssi_logging() 7690 "%d out of %d times\n", get_param.report_count, in wl_android_get_rssi_logging() 7691 get_param.time_threshold)); in wl_android_get_rssi_logging() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | wl_android.c | 7746 rssilog_get_param_t get_param; in wl_android_get_rssi_logging() local 7750 err = wl_get_rssi_logging(dev, (void *)&get_param); in wl_android_get_rssi_logging() 7757 get_param.report_count, get_param.enable, get_param.rssi_threshold, in wl_android_get_rssi_logging() 7758 get_param.time_threshold)); in wl_android_get_rssi_logging() 7761 if (!get_param.enable) { in wl_android_get_rssi_logging() 7765 } else if (get_param.enable & in wl_android_get_rssi_logging() 7767 if (!get_param.report_count) { in wl_android_get_rssi_logging() 7774 "to be greater than %3d dB\n", get_param.rssi_threshold)); in wl_android_get_rssi_logging() 7776 "%d out of %d times\n", get_param.report_count, in wl_android_get_rssi_logging() 7777 get_param.time_threshold)); in wl_android_get_rssi_logging() [all …]
|