Searched refs:searchTime (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/flann/ |
| H A D | autotuned_index.h | 242 …float searchTime = test_index_precision(kmeans, sampledDataset_, testDataset_, gt_matches_, target… in evaluate_kmeans() local 246 cost.searchTimeCost = searchTime; in evaluate_kmeans() 248 …"KMeansTree buildTime=%g, searchTime=%g, build_weight=%g\n", buildTime, searchTime, build_weight_); in evaluate_kmeans() 267 …float searchTime = test_index_precision(kdtree, sampledDataset_, testDataset_, gt_matches_, target… in evaluate_kdtree() local 271 cost.searchTimeCost = searchTime; in evaluate_kdtree() 273 Logger::info("KDTree buildTime=%g, searchTime=%g\n", buildTime, searchTime); in evaluate_kdtree() 519 float searchTime; in estimateSearchParams() local 529 …searchTime = test_index_precision(*kmeans, dataset_, testDataset, gt_matches, target_precision_, c… in estimateSearchParams() 530 if ((searchTime < bestSearchTime) || (bestSearchTime == -1)) { in estimateSearchParams() 531 bestSearchTime = searchTime; in estimateSearchParams() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/ |
| H A D | stb0899_algo.c | 1307 s32 offsetfreq, searchTime, FecLockTime, pilots, iqSpectrum; in stb0899_dvbs2_algo() local 1312 searchTime = 5000; /* 5000 ms max time to lock UWP and CSM, SYMB <= 2Mbs */ in stb0899_dvbs2_algo() 1315 searchTime = 2500; /* 2500 ms max time to lock UWP and CSM, 2Mbs < SYMB <= 5Mbs */ in stb0899_dvbs2_algo() 1318 searchTime = 1500; /* 1500 ms max time to lock UWP and CSM, 5Mbs <SYMB <= 10Mbs */ in stb0899_dvbs2_algo() 1321 searchTime = 500; /* 500 ms max time to lock UWP and CSM, 10Mbs <SYMB <= 15Mbs */ in stb0899_dvbs2_algo() 1324 searchTime = 300; /* 300 ms max time to lock UWP and CSM, 15Mbs < SYMB <= 20Mbs */ in stb0899_dvbs2_algo() 1327 searchTime = 250; /* 250 ms max time to lock UWP and CSM, 20 Mbs < SYMB <= 25Mbs */ in stb0899_dvbs2_algo() 1330 searchTime = 150; /* 150 ms max time to lock UWP and CSM, SYMB > 25Mbs */ in stb0899_dvbs2_algo() 1377 internal->status = stb0899_dvbs2_get_dmd_status(state, searchTime); in stb0899_dvbs2_algo() 1395 internal->status = stb0899_dvbs2_get_fec_status(state, searchTime); in stb0899_dvbs2_algo() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | vad.c | 29 double triggerTc, triggerLevel, searchTime, gapTime; member 73 p->searchTime = 1; in create() 91 GETOPT_NUMERIC(optstate, 's', searchTime , .1 , 4) in create() 114 p->measuresLen = ceil(p->searchTime * p->measureFreq); in start()
|