Home | History | Annotate | Download | only in encoder

Lines Matching defs:best_ref_mv

951     int_mv *this_mv, int_mv *best_ref_mv,
990 thismvcost = vp8_mv_bit_cost(this_mv, best_ref_mv, mvcost, 102);
1385 int_mv *best_ref_mv, int best_rd,
1396 bsi.ref_mv = best_ref_mv;
1397 bsi.mvp.as_int = best_ref_mv->as_int;
1423 int col_min = ((best_ref_mv->as_mv.col+7)>>3) - MAX_FULL_PEL_VAL;
1424 int row_min = ((best_ref_mv->as_mv.row+7)>>3) - MAX_FULL_PEL_VAL;
1425 int col_max = (best_ref_mv->as_mv.col>>3) + MAX_FULL_PEL_VAL;
1426 int row_max = (best_ref_mv->as_mv.row>>3) + MAX_FULL_PEL_VAL;
1735 static void rd_update_mvcount(MACROBLOCK *x, int_mv *best_ref_mv)
1746 - best_ref_mv->as_mv.row) >> 1)]++;
1748 - best_ref_mv->as_mv.col) >> 1)]++;
1755 - best_ref_mv->as_mv.row) >> 1)]++;
1757 - best_ref_mv->as_mv.col) >> 1)]++;
1949 int_mv best_ref_mv;
1985 best_ref_mv.as_int = 0;
2010 best_ref_mv.as_int = best_ref_mv_sb[sign_bias].as_int;
2067 best_ref_mv.as_int = best_ref_mv_sb[sign_bias].as_int;
2184 tmp_rd = vp8_rd_pick_best_mbsegmentation(cpi, x, &best_ref_mv,
2246 int col_min = ((best_ref_mv.as_mv.col+7)>>3) - MAX_FULL_PEL_VAL;
2247 int row_min = ((best_ref_mv.as_mv.row+7)>>3) - MAX_FULL_PEL_VAL;
2248 int col_max = (best_ref_mv.as_mv.col>>3) + MAX_FULL_PEL_VAL;
2249 int row_max = (best_ref_mv.as_mv.row>>3) + MAX_FULL_PEL_VAL;
2289 x->mvcost, &best_ref_mv);
2314 &best_ref_mv);
2342 x->mvcost, &best_ref_mv);
2364 cpi->find_fractional_mv_step(x, b, d, &d->bmi.mv, &best_ref_mv,
2373 rd.rate2 += vp8_mv_bit_cost(&mode_mv[NEWMV], &best_ref_mv, x->mvcost, 96);
2605 best_ref_mv.as_int = best_ref_mv_sb[!sign_bias].as_int;
2607 rd_update_mvcount(x, &best_ref_mv);