Home | History | Annotate | Download | only in encoder

Lines Matching defs:best_mv

775     MV *best_mv,
891 best_mv->row = br;
892 best_mv->col = bc;
910 MV *best_mv,
961 best_mv->row = ref_row;
962 best_mv->col = ref_col;
971 this_row_offset = best_mv->row + ss[i].mv.row;
972 this_col_offset = best_mv->col + ss[i].mv.col;
1000 best_mv->row += ss[best_site].mv.row;
1001 best_mv->col += ss[best_site].mv.col;
1009 this_mv.row = best_mv->row << 3;
1010 this_mv.col = best_mv->col << 3;
1025 MV *best_mv,
1076 best_mv->row = ref_row;
1077 best_mv->col = ref_col;
1087 all_in &= ((best_mv->row + ss[i].mv.row)> x->mv_row_min);
1088 all_in &= ((best_mv->row + ss[i+1].mv.row) < x->mv_row_max);
1089 all_in &= ((best_mv->col + ss[i+2].mv.col) > x->mv_col_min);
1090 all_in &= ((best_mv->col + ss[i+3].mv.col) < x->mv_col_max);
1109 this_mv.row = (best_mv->row + ss[i].mv.row) << 3;
1110 this_mv.col = (best_mv->col + ss[i].mv.col) << 3;
1127 this_row_offset = best_mv->row + ss[i].mv.row;
1128 this_col_offset = best_mv->col + ss[i].mv.col;
1155 best_mv->row += ss[best_site].mv.row;
1156 best_mv->col += ss[best_site].mv.col;
1164 this_mv.row = best_mv->row << 3;
1165 this_mv.col = best_mv->col << 3;
1184 MV *best_mv = &d->bmi.mv.as_mv;
1204 best_mv->row = ref_row;
1205 best_mv->col = ref_col;
1247 best_mv->row = r;
1248 best_mv->col = c;
1256 this_mv.row = best_mv->row << 3;
1257 this_mv.col = best_mv->col << 3;
1274 MV *best_mv = &d->bmi.mv.as_mv;
1296 best_mv->row = ref_row;
1297 best_mv->col = ref_col;
1344 best_mv->row = r;
1345 best_mv->col = c;
1367 best_mv->row = r;
1368 best_mv->col = c;
1379 this_mv.row = best_mv->row << 3;
1380 this_mv.col = best_mv->col << 3;
1399 MV *best_mv = &d->bmi.mv.as_mv;
1422 best_mv->row = ref_row;
1423 best_mv->col = ref_col;
1470 best_mv->row = r;
1471 best_mv->col = c;
1499 best_mv->row = r;
1500 best_mv->col = c;
1522 best_mv->row = r;
1523 best_mv->col = c;
1533 this_mv.row = best_mv->row << 3;
1534 this_mv.col = best_mv->col << 3;