OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:best_idx
(Results
1 - 3
of
3
) sorted by null
/external/opencv3/modules/cudalegacy/src/
calib3d.cpp
253
Point
best_idx
;
255
cuda::minMaxLoc(d_hypothesis_scores, NULL, &best_score, NULL, &
best_idx
);
260
Mat rot_mat = rot_matrices.colRange(
best_idx
.x * 9, (
best_idx
.x + 1) * 9).reshape(0, 3);
264
tvec = transl_vectors.colRange(
best_idx
.x * 3, (
best_idx
.x + 1) * 3).clone();
/external/libvpx/libvpx/vp9/encoder/
vp9_mcomp.c
679
int idx,
best_idx
= -1;
local
717
best_idx
= idx;
746
best_idx
= 4;
755
if (
best_idx
< 4 &&
best_idx
>= 0) {
756
br += search_step[
best_idx
].row;
757
bc += search_step[
best_idx
].col;
758
} else if (
best_idx
== 4) {
763
if (iters_per_step > 1 &&
best_idx
!= -1)
771
best_idx
= -1
[
all
...]
/external/opencv3/modules/ml/src/
tree.cpp
[
all
...]
Completed in 104 milliseconds