Home
last modified time | relevance | path

Searched refs:found_row_match (Results 1 – 1 of 1) sorted by relevance

/external/libgav1/libgav1/src/
Dmotion_vector.cc801 bool found_row_match = false; in FindMvStack() local
804 &found_row_match, &num_mv_found); in FindMvStack()
810 &found_row_match, &num_mv_found); in FindMvStack()
813 static_cast<int>(found_row_match) + static_cast<int>(found_column_match); in FindMvStack()
823 ScanPoint(block, -1, -1, is_compound, &dummy_bool, &found_row_match, in FindMvStack()
829 is_compound, &dummy_bool, &found_row_match, &num_mv_found); in FindMvStack()
858 static_cast<int>(found_row_match) + static_cast<int>(found_column_match); in FindMvStack()