Searched refs:total_matches (Results 1 – 2 of 2) sorted by relevance
/external/libgav1/libgav1/src/ |
D | motion_vector.cc | 694 void ComputeContexts(bool found_new_mv, int nearest_matches, int total_matches, in ComputeContexts() argument 698 *new_mv_context = std::min(total_matches, 1); in ComputeContexts() 699 *reference_mv_context = total_matches; in ComputeContexts() 703 *reference_mv_context = 2 + total_matches; in ComputeContexts() 855 const int total_matches = in FindMvStack() local 857 ComputeContexts(found_new_mv, nearest_matches, total_matches, in FindMvStack()
|
/external/selinux/libselinux/src/ |
D | label_file.c | 1082 size_t total_matches; in hash_all_partial_matches() local 1083 const struct spec **matches = lookup_all(rec, key, 0, true, &total_matches); in hash_all_partial_matches() 1091 for (i = 0; i < total_matches; i++) { in hash_all_partial_matches()
|