Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/
Dmvref_common.c533 uint8_t row_match_count = 0; in setup_ref_mv_list() local
539 &refmv_count[ref_frame], &row_match_count, &newmv_count, in setup_ref_mv_list()
549 ref_mv_stack[ref_frame], &row_match_count, &newmv_count, in setup_ref_mv_list()
552 const uint8_t nearest_match = (row_match_count > 0) + (col_match_count > 0); in setup_ref_mv_list()
608 &row_match_count, &dummy_newmv_count, gm_mv_candidates, in setup_ref_mv_list()
619 &row_match_count, &dummy_newmv_count, gm_mv_candidates, in setup_ref_mv_list()
630 const uint8_t ref_match_count = (row_match_count > 0) + (col_match_count > 0); in setup_ref_mv_list()