Searched refs:newmv_count (Results 1 – 1 of 1) sorted by relevance
/external/libaom/libaom/av1/common/ |
D | mvref_common.c | 76 uint8_t *refmv_count, uint8_t *ref_match_count, uint8_t *newmv_count, in add_ref_mv_candidate() argument 104 if (have_newmv_in_inter_mode(candidate->mode)) ++*newmv_count; in add_ref_mv_candidate() 134 if (have_newmv_in_inter_mode(candidate->mode)) ++*newmv_count; in add_ref_mv_candidate() 144 uint8_t *ref_match_count, uint8_t *newmv_count, in scan_row_mbmi() argument 183 newmv_count, ref_mv_stack, gm_mv_candidates, in scan_row_mbmi() 194 uint8_t *ref_match_count, uint8_t *newmv_count, in scan_col_mbmi() argument 232 newmv_count, ref_mv_stack, gm_mv_candidates, in scan_col_mbmi() 243 uint8_t *ref_match_count, uint8_t *newmv_count, in scan_blk_mbmi() argument 258 newmv_count, ref_mv_stack, gm_mv_candidates, in scan_blk_mbmi() 534 uint8_t newmv_count = 0; in setup_ref_mv_list() local [all …]
|