Searched refs:correspondences (Results 1 – 4 of 4) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | corner_match.c | 88 Correspondence *correspondences, in improve_correspondence() argument 97 if (!is_eligible_point(correspondences[i].rx + x, in improve_correspondence() 98 correspondences[i].ry + y, width, height)) in improve_correspondence() 100 if (!is_eligible_distance(correspondences[i].x, correspondences[i].y, in improve_correspondence() 101 correspondences[i].rx + x, in improve_correspondence() 102 correspondences[i].ry + y, width, height)) in improve_correspondence() 105 frm, frm_stride, correspondences[i].x, correspondences[i].y, ref, in improve_correspondence() 106 ref_stride, correspondences[i].rx + x, correspondences[i].ry + y); in improve_correspondence() 114 correspondences[i].rx += best_x; in improve_correspondence() 115 correspondences[i].ry += best_y; in improve_correspondence() [all …]
|
D | global_motion.c | 380 int *correspondences) { in get_inliers_from_indices() argument 386 inliers_tmp[2 * i] = correspondences[4 * index]; in get_inliers_from_indices() 387 inliers_tmp[2 * i + 1] = correspondences[4 * index + 1]; in get_inliers_from_indices() 431 int *correspondences; in compute_global_motion_feature_based() local 445 correspondences = in compute_global_motion_feature_based() 446 (int *)malloc(num_frm_corners * 4 * sizeof(*correspondences)); in compute_global_motion_feature_based() 450 ref->y_stride, correspondences); in compute_global_motion_feature_based() 452 ransac(correspondences, num_correspondences, num_inliers_by_motion, in compute_global_motion_feature_based() 461 get_inliers_from_indices(¶ms_by_motion[i], correspondences); in compute_global_motion_feature_based() 465 free(correspondences); in compute_global_motion_feature_based() [all …]
|
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/resolution/typeinference/constraintformulas/ |
D | ExpressionCompatibleWithType.java | 314 Map<ResolvedTypeVariable, InferenceVariable> correspondences = new HashMap<>(); in replaceTypeVariablesWithInferenceVariables() local 317 …newFormalArgumentTypes.add(replaceTypeVariablesWithInferenceVariables(formalArg, correspondences)); in replaceTypeVariablesWithInferenceVariables() 319 …turnType = replaceTypeVariablesWithInferenceVariables(methodType.getReturnType(), correspondences); in replaceTypeVariablesWithInferenceVariables() 323 …ariables(ResolvedType originalType, Map<ResolvedTypeVariable, InferenceVariable> correspondences) { in replaceTypeVariablesWithInferenceVariables() argument 325 if (!correspondences.containsKey(originalType.asTypeVariable())) { in replaceTypeVariablesWithInferenceVariables() 326 …correspondences.put(originalType.asTypeVariable(), InferenceVariable.unnamed(originalType.asTypeVa… in replaceTypeVariablesWithInferenceVariables() 328 return correspondences.get(originalType.asTypeVariable()); in replaceTypeVariablesWithInferenceVariables()
|
/external/jline/src/src/test/resources/jline/example/ |
D | english.gz |
|