Home
last modified time | relevance | path

Searched refs:av1_get_ref_mv (Results 1 – 5 of 5) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dencodemv.h32 int_mv av1_get_ref_mv(const MACROBLOCK *x, int ref_idx);
Dencodemv.c216 int_mv av1_get_ref_mv(const MACROBLOCK *x, int ref_idx) { in av1_get_ref_mv() function
Dbitstream.c1099 const int_mv ref_mv = av1_get_ref_mv(x, ref); in pack_inter_mode_mvs()
1105 const int_mv ref_mv = av1_get_ref_mv(x, 1); in pack_inter_mode_mvs()
1109 const int_mv ref_mv = av1_get_ref_mv(x, 0); in pack_inter_mode_mvs()
Drdopt.c6720 ref_mv[ref] = av1_get_ref_mv(x, ref); in joint_motion_search()
6832 const int_mv curr_ref_mv = av1_get_ref_mv(x, ref); in joint_motion_search()
7066 MV ref_mv = av1_get_ref_mv(x, ref_idx).as_mv; in single_motion_search()
7323 const int_mv ref_mv = av1_get_ref_mv(x, ref_idx); in compound_single_motion_search()
8133 const int_mv ref_mv = av1_get_ref_mv(x, i); in handle_newmv()
8145 const int_mv ref_mv = av1_get_ref_mv(x, 1); in handle_newmv()
8157 const int_mv ref_mv = av1_get_ref_mv(x, 0); in handle_newmv()
9508 const int_mv ref_mv = av1_get_ref_mv(x, 0); in motion_mode_rd()
10358 const int_mv ref_mv = av1_get_ref_mv(x, 0); in handle_inter_mode()
Dmcomp.c900 const int_mv ref_mv = av1_get_ref_mv(x, 0); in av1_compute_motion_cost()
922 const int_mv ref_mv = av1_get_ref_mv(x, 0); in av1_refine_warped_mv()