Searched refs:neighbor_mv (Results 1 – 1 of 1) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | mcomp.c | 1043 const MV neighbor_mv = { br + neighbors[i].row, bc + neighbors[i].col }; in calc_int_cost_list() local 1045 get_buf_from_mv(in_what, &neighbor_mv), in calc_int_cost_list() 1047 mv_err_cost(&neighbor_mv, &fcenter_mv, x->nmv_vec_cost, in calc_int_cost_list() 1052 const MV neighbor_mv = { br + neighbors[i].row, bc + neighbors[i].col }; in calc_int_cost_list() local 1053 if (!is_mv_in(&x->mv_limits, &neighbor_mv)) in calc_int_cost_list() 1058 get_buf_from_mv(in_what, &neighbor_mv), in_what->stride, in calc_int_cost_list() 1060 mv_err_cost(&neighbor_mv, &fcenter_mv, x->nmv_vec_cost, in calc_int_cost_list()
|