/development/perftests/panorama/feature_stab/db_vlvm/ |
db_rob_image_homography.h | 70 \param temp_d pre-allocated space of size 12*nr_samples+10*nr_points doubles 100 /*Pre-allocated space temp_d 104 double *temp_d,
|
db_rob_image_homography.cpp | 636 /*Pre-allocated space temp_d 640 double *temp_d, 734 hyp_cost_array=temp_d; 735 hyp_H_array=temp_d+nr_samples; 736 temp_select=temp_d+10*nr_samples; 737 x_h=temp_d+12*nr_samples; 738 xp_h=temp_d+12*nr_samples+3*nr_points; 739 x_i=temp_d+12*nr_samples+6*nr_points; 740 xp_i=temp_d+12*nr_samples+8*nr_points; [all...] |
db_feature_detection.cpp | [all...] |
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
db_rob_image_homography.h | 70 \param temp_d pre-allocated space of size 12*nr_samples+10*nr_points doubles 100 /*Pre-allocated space temp_d 104 double *temp_d,
|
db_rob_image_homography.cpp | 636 /*Pre-allocated space temp_d 640 double *temp_d, 734 hyp_cost_array=temp_d; 735 hyp_H_array=temp_d+nr_samples; 736 temp_select=temp_d+10*nr_samples; 737 x_h=temp_d+12*nr_samples; 738 xp_h=temp_d+12*nr_samples+3*nr_points; 739 x_i=temp_d+12*nr_samples+6*nr_points; 740 xp_i=temp_d+12*nr_samples+8*nr_points; [all...] |
db_feature_detection.cpp | [all...] |
/external/opencv3/modules/calib3d/src/ |
levmarq.cpp | 94 Mat param0 = _param0.getMat(), x, xd, r, rd, J, A, Ap, v, temp_d, d; local 139 gemm(A, d, -1, v, 2, temp_d); 140 double dS = d.dot(temp_d);
|
/art/compiler/optimizing/ |
code_generator_arm.cc | 2286 DRegister temp_d = FromLowSToD(temp_s); local 2419 DRegister temp_d = FromLowSToD(temp_s); local [all...] |