Searched refs:global_mvs (Results 1 – 13 of 13) sorted by relevance
/external/libaom/av1/encoder/ |
D | rdopt.h | 319 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()
|
D | nonrd_opt.h | 98 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()
|
D | block.h | 202 int_mv global_mvs[REF_FRAMES]; member 222 int_mv global_mvs[REF_FRAMES]; member
|
D | encodemv.c | 319 : mbmi_ext->global_mvs[ref_frame_type]; in av1_get_ref_mv_from_stack()
|
D | mv_prec.c | 43 : mbmi_ext_frame->global_mvs[ref_frame_type]; in get_ref_mv_for_mv_stats()
|
D | encodeframe_utils.c | 211 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()
|
D | rdopt.c | 948 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()
|
D | partition_strategy.c | 2553 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()
|
D | partition_search.c | 5821 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()
|
D | nonrd_pickmode.c | 3106 xd->ref_mv_stack, xd->weight, NULL, mbmi_ext->global_mvs,
|
D | bitstream.c | 1072 : mbmi_ext_frame->global_mvs[ref_frame_type]; in get_ref_mv_from_stack()
|
/external/libaom/av1/common/ |
D | mvref_common.c | 789 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()
|
D | mvref_common.h | 249 int_mv *global_mvs, int16_t *mode_context);
|