Searched refs:is_global_mv_block (Results 1 – 8 of 8) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | reconinter_enc.c | 87 is_global[ref] = is_global_mv_block(mi, wm->wmtype); in build_inter_predictors() 479 warp_types.global_warp_allowed = is_global_mv_block(mi, wm->wmtype); in build_inter_predictors_single_buf()
|
D | rdopt.c | 6675 const int is_global = is_global_mv_block(xd->mi[0], wm->wmtype); in joint_motion_search() 7279 int is_global = is_global_mv_block(xd->mi[0], wm->wmtype); in build_second_inter_pred() 8515 if (is_global_mv_block(mi, wm->wmtype) != st->is_global[i]) return 0; in is_comp_rd_match() 8614 rd_stats->is_global[i] = is_global_mv_block(mbmi, wm->wmtype); in save_comp_rd_search_stat()
|
/external/libaom/libaom/av1/common/ |
D | blockd.h | 350 static INLINE int is_global_mv_block(const MB_MODE_INFO *const mbmi, in is_global_mv_block() function 1033 if (is_global_mv_block(mbmi, gm_type)) return SIMPLE_TRANSLATION; in motion_mode_allowed()
|
D | mvref_common.c | 88 if (is_global_mv_block(candidate, gm_params[rf[0]].wmtype)) in add_ref_mv_candidate() 114 if (is_global_mv_block(candidate, gm_params[rf[ref]].wmtype)) in add_ref_mv_candidate()
|
/external/libaom/libaom/aom_dsp/ |
D | variance.c | 349 const int is_global = is_global_mv_block(mi, wm->wmtype); in aom_upsampled_pred_c() 941 const int is_global = is_global_mv_block(mi, wm->wmtype); in aom_highbd_upsampled_pred_c()
|
/external/libaom/libaom/aom_dsp/x86/ |
D | variance_sse2.c | 552 const int is_global = is_global_mv_block(mi, wm->wmtype); in aom_upsampled_pred_sse2()
|
D | highbd_variance_sse2.c | 682 const int is_global = is_global_mv_block(mi, wm->wmtype); in aom_highbd_upsampled_pred_sse2()
|
/external/libaom/libaom/av1/decoder/ |
D | decodeframe.c | 644 is_global[ref] = is_global_mv_block(mi, wm->wmtype); in dec_build_inter_predictors()
|