Searched refs:gm_mv_candidates (Results 1 – 1 of 1) sorted by relevance
/external/libaom/libaom/av1/common/ |
D | mvref_common.c | 78 int_mv *gm_mv_candidates, const WarpedMotionParams *gm_params, in add_ref_mv_candidate() argument 91 is_gm_block ? gm_mv_candidates[0] : get_block_mv(candidate, ref); in add_ref_mv_candidate() 116 this_refmv[ref] = gm_mv_candidates[ref]; in add_ref_mv_candidate() 146 uint8_t *newmv_count, int_mv *gm_mv_candidates, int max_row_offset, in scan_row_mbmi() argument 183 gm_mv_candidates, cm->global_motion, len * weight); in scan_row_mbmi() 193 uint8_t *newmv_count, int_mv *gm_mv_candidates, int max_col_offset, in scan_col_mbmi() argument 230 gm_mv_candidates, cm->global_motion, len * weight); in scan_col_mbmi() 240 uint8_t *ref_match_count, uint8_t *newmv_count, int_mv *gm_mv_candidates, in scan_blk_mbmi() argument 255 gm_mv_candidates, cm->global_motion, 2 * len); in scan_blk_mbmi() 324 int blk_row, int blk_col, int_mv *gm_mv_candidates, in add_tpl_ref_mv() argument [all …]
|