Home
last modified time | relevance | path

Searched refs:cur_mv (Results 1 – 3 of 3) sorted by relevance

/external/libaom/libaom/av1/encoder/
Drdopt.c6645 BLOCK_SIZE bsize, int_mv *cur_mv, int mi_row, in joint_motion_search() argument
6658 const int_mv init_mv[2] = { cur_mv[0], cur_mv[1] }; in joint_motion_search()
6705 if (ite >= 2 && cur_mv[!id].as_int == init_mv[!id].as_int) { in joint_motion_search()
6706 if (cur_mv[id].as_int == init_mv[id].as_int) { in joint_motion_search()
6710 cur_int_mv.as_mv.col = cur_mv[id].as_mv.col >> 3; in joint_motion_search()
6711 cur_int_mv.as_mv.row = cur_mv[id].as_mv.row >> 3; in joint_motion_search()
6750 second_pred, pw, &cur_mv[!id].as_mv, in joint_motion_search()
6766 *best_mv = cur_mv[id].as_mv; in joint_motion_search()
6822 cur_mv[id].as_mv = *best_mv; in joint_motion_search()
6834 av1_mv_bit_cost(&cur_mv[ref].as_mv, &curr_ref_mv.as_mv, x->nmv_vec_cost, in joint_motion_search()
[all …]
/external/libaom/libaom/av1/decoder/
Ddecodemv.c1324 int_mv cur_mv = in read_inter_block_mode_info() local
1326 nearmv[0] = cur_mv; in read_inter_block_mode_info()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_rdopt.c2605 int_mv cur_mv[2]; in handle_inter_mode() local
2706 cur_mv[i] = frame_mv[refs[i]]; in handle_inter_mode()
2708 if (this_mode != NEWMV) clamp_mv2(&cur_mv[i].as_mv, xd); in handle_inter_mode()
2710 if (mv_check_bounds(&x->mv_limits, &cur_mv[i].as_mv)) return INT64_MAX; in handle_inter_mode()
2711 mi->mv[i].as_int = cur_mv[i].as_int; in handle_inter_mode()