Searched refs:row_match_count (Results 1 – 1 of 1) sorted by relevance
/external/libaom/libaom/av1/common/ |
D | mvref_common.c | 514 uint8_t row_match_count = 0; in setup_ref_mv_list() local 520 refmv_count, &row_match_count, &newmv_count, gm_mv_candidates, in setup_ref_mv_list() 530 ref_mv_weight, &row_match_count, &newmv_count, in setup_ref_mv_list() 533 const uint8_t nearest_match = (row_match_count > 0) + (col_match_count > 0); in setup_ref_mv_list() 590 &row_match_count, &dummy_newmv_count, gm_mv_candidates, in setup_ref_mv_list() 600 refmv_count, &row_match_count, &dummy_newmv_count, in setup_ref_mv_list() 610 const uint8_t ref_match_count = (row_match_count > 0) + (col_match_count > 0); in setup_ref_mv_list()
|