Home
last modified time | relevance | path

Searched defs:correspondences (Results 1 – 3 of 3) sorted by relevance

/external/libaom/aom_dsp/flow_estimation/
Dcorner_match.c90 Correspondence *correspondences, in improve_correspondence()
153 Correspondence *correspondences = (Correspondence *)correspondence_pts; in aom_determine_correspondence() local
199 int *correspondences) { in get_inliers_from_indices()
221 int *correspondences; in av1_compute_global_motion_feature_based() local
Ddisflow.c65 double *correspondences) { in determine_disflow_correspondence()
551 double *correspondences; in av1_compute_global_motion_disflow_based() local
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/resolution/typeinference/constraintformulas/
DExpressionCompatibleWithType.java314 Map<ResolvedTypeVariable, InferenceVariable> correspondences = new HashMap<>(); in replaceTypeVariablesWithInferenceVariables() local
323 …ariables(ResolvedType originalType, Map<ResolvedTypeVariable, InferenceVariable> correspondences) { in replaceTypeVariablesWithInferenceVariables()