Home | History | Annotate | Download | only in encoder

Lines Matching defs:best_mv

776     MV *best_mv,
894 best_mv->row = br;
895 best_mv->col = bc;
897 return vfp->vf(src, src_stride, PRE(br, bc), d->pre_stride, &thiserr) + mv_err_cost(best_mv, center_mv, mvcost, error_per_bit) ;
913 MV *best_mv,
967 best_mv->row = ref_row;
968 best_mv->col = ref_col;
975 this_row_offset = best_mv->row + ss[i].mv.row;
976 this_col_offset = best_mv->col + ss[i].mv.col;
1004 best_mv->row += ss[best_site].mv.row;
1005 best_mv->col += ss[best_site].mv.col;
1013 this_mv.row = best_mv->row << 3;
1014 this_mv.col = best_mv->col << 3;
1029 MV *best_mv,
1083 best_mv->row = ref_row;
1084 best_mv->col = ref_col;
1092 all_in &= ((best_mv->row + ss[i].mv.row)> x->mv_row_min);
1093 all_in &= ((best_mv->row + ss[i+1].mv.row) < x->mv_row_max);
1094 all_in &= ((best_mv->col + ss[i+2].mv.col) > x->mv_col_min);
1095 all_in &= ((best_mv->col + ss[i+3].mv.col) < x->mv_col_max);
1114 this_mv.row = (best_mv->row + ss[i].mv.row) << 3;
1115 this_mv.col = (best_mv
1132 this_row_offset = best_mv->row + ss[i].mv.row;
1133 this_col_offset = best_mv->col + ss[i].mv.col;
1160 best_mv->row += ss[best_site].mv.row;
1161 best_mv->col += ss[best_site].mv.col;
1169 this_mv.row = best_mv->row << 3;
1170 this_mv.col = best_mv->col << 3;
1189 MV *best_mv = &d->bmi.mv.as_mv;
1209 best_mv->row = ref_row;
1210 best_mv->col = ref_col;
1252 best_mv->row = r;
1253 best_mv->col = c;
1261 this_mv.row = best_mv->row << 3;
1262 this_mv.col = best_mv->col << 3;
1279 MV *best_mv = &d->bmi.mv.as_mv;
1301 best_mv->row = ref_row;
1302 best_mv->col = ref_col;
1349 best_mv->row = r;
1350 best_mv->col = c;
1372 best_mv->row = r;
1373 best_mv->col = c;
1384 this_mv.row = best_mv->row << 3;
1385 this_mv.col = best_mv->col << 3;
1402 MV *best_mv = &d->bmi.mv.as_mv;
1425 best_mv->row = ref_row;
1426 best_mv->col = ref_col;
1473 best_mv->row = r;
1474 best_mv->col = c;
1502 best_mv->row = r;
1503 best_mv->col = c;
1525 best_mv->row = r;
1526 best_mv->col = c;
1536 this_mv.row = best_mv->row << 3;
1537 this_mv.col = best_mv->col << 3;