Searched defs:ref_match_count (Results 1 – 1 of 1) sorted by relevance
76 uint8_t *refmv_count, uint8_t *ref_match_count, uint8_t *newmv_count, in add_ref_mv_candidate()144 uint8_t *ref_match_count, uint8_t *newmv_count, in scan_row_mbmi()194 uint8_t *ref_match_count, uint8_t *newmv_count, in scan_col_mbmi()243 uint8_t *ref_match_count, uint8_t *newmv_count, in scan_blk_mbmi()630 const uint8_t ref_match_count = (row_match_count > 0) + (col_match_count > 0); in setup_ref_mv_list() local