Home
last modified time | relevance | path

Searched refs:global_mvs (Results 1 – 13 of 13) sorted by relevance

/external/libaom/av1/encoder/
Drdopt.h319 memcpy(mbmi_ext_best->global_mvs, mbmi_ext->global_mvs, in av1_copy_mbmi_ext_to_mbmi_ext_frame()
320 sizeof(mbmi_ext->global_mvs)); in av1_copy_mbmi_ext_to_mbmi_ext_frame()
Dnonrd_opt.h98 xd->ref_mv_stack, xd->weight, NULL, mbmi_ext->global_mvs, in find_predictors()
106 frame_mv[GLOBALMV][ref_frame] = mbmi_ext->global_mvs[ref_frame]; in find_predictors()
Dblock.h202 int_mv global_mvs[REF_FRAMES]; member
222 int_mv global_mvs[REF_FRAMES]; member
Dencodemv.c319 : mbmi_ext->global_mvs[ref_frame_type]; in av1_get_ref_mv_from_stack()
Dmv_prec.c43 : mbmi_ext_frame->global_mvs[ref_frame_type]; in get_ref_mv_for_mv_stats()
Dencodeframe_utils.c211 memcpy(mbmi_ext->global_mvs, mbmi_ext_best->global_mvs, in copy_mbmi_ext_frame_to_mbmi_ext()
212 sizeof(mbmi_ext->global_mvs)); in copy_mbmi_ext_frame_to_mbmi_ext()
Drdopt.c948 xd->ref_mv_stack, xd->weight, NULL, mbmi_ext->global_mvs, in setup_buffer_ref_mvs_inter()
1703 if (this_mv.as_int == mbmi_ext->global_mvs[ref_frame[ref_idx]].as_int) in check_repeat_ref_mv()
1723 *this_mv = mbmi_ext->global_mvs[ref_frame[ref_idx]]; in get_this_mv()
1741 *this_mv = mbmi_ext->global_mvs[ref_frame[ref_idx]]; in get_this_mv()
3122 xd->ref_mv_stack, xd->weight, NULL, mbmi_ext->global_mvs, in rd_pick_intrabc_mode_sb()
3412 xd->ref_mv_stack, xd->weight, NULL, mbmi_ext->global_mvs, in rd_pick_skip_mode()
4035 xd->ref_mv_stack, xd->weight, NULL, mbmi_ext->global_mvs, in set_params_rd_pick_inter_mode()
Dpartition_strategy.c2553 xd->ref_mv_stack, xd->weight, NULL, mbmi_ext.global_mvs, in av1_init_simple_motion_search_mvs_for_sb()
2560 get_fullmv_from_mv(&mbmi_ext.global_mvs[ref_frame].as_mv); in av1_init_simple_motion_search_mvs_for_sb()
Dpartition_search.c5821 memcpy(mbmi_ext->global_mvs, mbmi_ext_best->global_mvs, in copy_mbmi_ext_frame_to_mbmi_ext()
5822 sizeof(mbmi_ext->global_mvs)); in copy_mbmi_ext_frame_to_mbmi_ext()
Dnonrd_pickmode.c3106 xd->ref_mv_stack, xd->weight, NULL, mbmi_ext->global_mvs,
Dbitstream.c1072 : mbmi_ext_frame->global_mvs[ref_frame_type]; in get_ref_mv_from_stack()
/external/libaom/av1/common/
Dmvref_common.c789 int_mv *global_mvs, int16_t *mode_context) { in av1_find_mv_refs() argument
796 if (global_mvs != NULL) { in av1_find_mv_refs()
797 global_mvs[ref_frame].as_int = INVALID_MV; in av1_find_mv_refs()
808 if (global_mvs != NULL) global_mvs[ref_frame] = gm_mv[0]; in av1_find_mv_refs()
Dmvref_common.h249 int_mv *global_mvs, int16_t *mode_context);