Home | History | Annotate | Download | only in encoder

Lines Matching defs:best_mv

506                               const MV *center_mv, MV *best_mv,
695 best_mv->row = br;
696 best_mv->col = bc;
702 const MV *best_mv, const MV *center_mv,
708 const MV mv = {best_mv->row * 8, best_mv->col * 8};
712 get_buf_from_mv(in_what, best_mv), in_what->stride, &unused) +
718 const MV *best_mv, const MV *center_mv,
725 const MV mv = {best_mv->row * 8, best_mv->col * 8};
728 return vfp->svaf(get_buf_from_mv(in_what, best_mv), in_what->stride, 0, 0,
741 const MV *center_mv, MV *best_mv) {
764 center_mv, best_mv,
776 MV *best_mv) {
805 center_mv, best_mv,
817 MV *best_mv) {
846 center_mv, best_mv,
858 MV *best_mv) {
861 center_mv, best_mv);
872 MV *best_mv) {
875 center_mv, best_mv);
880 int vp9_full_range_search_c(const MACROBLOCK *x, MV *ref_mv, MV *best_mv,
913 best_mv->row = ref_row;
914 best_mv->col = ref_col;
921 + mvsad_err_cost(best_mv, &fcenter_mv,
973 best_mv->row += best_tr;
974 best_mv->col += best_tc;
979 MV *ref_mv, MV *best_mv,
1015 best_mv->row = ref_row;
1016 best_mv->col = ref_col;
1024 + mvsad_err_cost(best_mv, &fcenter_mv,
1031 const MV this_mv = {best_mv->row + ss[i].mv.row,
1032 best_mv->col + ss[i].mv.col};
1053 best_mv->row += ss[best_site].mv.row;
1054 best_mv->col += ss[best_site].mv.col;
1059 const MV this_mv = {best_mv->row + ss[best_site].mv.row,
1060 best_mv->col + ss[best_site].mv.col};
1070 best_mv->row += ss[best_site].mv.row;
1071 best_mv->col += ss[best_site].mv.col;
1088 MV *ref_mv, MV *best_mv, int search_param,
1126 best_mv->row = ref_row;
1127 best_mv->col = ref_col;
1135 + mvsad_err_cost(best_mv, &fcenter_mv,
1145 all_in &= ((best_mv->row + ss[i].mv.row) > x->mv_row_min);
1146 all_in &= ((best_mv->row + ss[i + 1].mv.row) < x->mv_row_max);
1147 all_in &= ((best_mv->col + ss[i + 2].mv.col) > x->mv_col_min);
1148 all_in &= ((best_mv->col + ss[i + 3].mv.col) < x->mv_col_max);
1167 const MV this_mv = {best_mv->row + ss[i].mv.row,
1168 best_mv->col + ss[i].mv.col};
1182 const MV this_mv = {best_mv->row + ss[i].mv.row,
1183 best_mv->col + ss[i].mv.col};
1204 best_mv->row += ss[best_site].mv.row;
1205 best_mv->col += ss[best_site].mv.col;
1210 const MV this_mv = {best_mv->row + ss[best_site].mv.row,
1211 best_mv->col + ss[best_site].mv.col};
1221 best_mv->row += ss[best_site].mv.row;
1222 best_mv->col += ss[best_site].mv.col;
1289 MV best_mv = *dst_mv;
1290 thissme = cpi->refining_search_sad(x, &best_mv, sadpb, search_range,
1294 thissme = vp9_get_mvpred_var(x, &best_mv, ref_mv, fn_ptr, 1);
1297 *dst_mv = best_mv;
1307 const MV *center_mv, MV *best_mv) {
1322 *best_mv = *ref_mv;
1334 *best_mv = mv;
1345 const MV *center_mv, MV *best_mv) {
1372 best_mv->row = ref_row;
1373 best_mv->col = ref_col;
1378 + mvsad_err_cost(best_mv, &fcenter_mv,
1401 best_mv->row = r;
1402 best_mv->col = c;
1421 best_mv->row = r;
1422 best_mv->col = c;
1437 const MV *center_mv, MV *best_mv) {
1465 best_mv->row = ref_row;
1466 best_mv->col = ref_col;
1471 + mvsad_err_cost(best_mv, &fcenter_mv,
1494 best_mv->row = r;
1495 best_mv->col = c;
1519 best_mv->row = r;
1520 best_mv->col = c;
1540 best_mv->row = r;
1541 best_mv->col = c;