• Home
  • Raw
  • Download

Lines Matching refs:as_mv

556     mv_row = x->e_mbd.block[16].bmi.mv.as_mv.row;  in VP8_UVSSE()
557 mv_col = x->e_mbd.block[16].bmi.mv.as_mv.col; in VP8_UVSSE()
908 x->e_mbd.mode_info_context->mbmi.mv.as_mv.row = mv->row; in vp8_set_mbmode_and_mvs()
909 x->e_mbd.mode_info_context->mbmi.mv.as_mv.col = mv->col; in vp8_set_mbmode_and_mvs()
915 bmi->mv.as_mv.row = mv->row; in vp8_set_mbmode_and_mvs()
916 bmi->mv.as_mv.col = mv->col; in vp8_set_mbmode_and_mvs()
966 *this_mv = col ? d[-1].bmi.mv.as_mv : vp8_left_bmi(mic, i)->mv.as_mv; in labels2mode()
969 *this_mv = row ? d[-4].bmi.mv.as_mv : vp8_above_bmi(mic, i, mis)->mv.as_mv; in labels2mode()
980 const MV mv = col ? d[-1].bmi.mv.as_mv : vp8_left_bmi(mic, i)->mv.as_mv; in labels2mode()
990 d->bmi.mv.as_mv = *this_mv; in labels2mode()
1272 mode_mv[NEW4X4] = e->bmi.mv.as_mv; in vp8_rd_pick_best_mbsegmentation()
1277 e->bmi.mv.as_mv = mode_mv[NEW4X4]; in vp8_rd_pick_best_mbsegmentation()
1348 bmvs[i] = bd->bmi.mv.as_mv; in vp8_rd_pick_best_mbsegmentation()
1360 bd->bmi.mv.as_mv = bmvs[i]; in vp8_rd_pick_best_mbsegmentation()
1381 x->partition_info->bmi[i].mv.as_mv = x->e_mbd.block[j].bmi.mv.as_mv; in vp8_rd_pick_best_mbsegmentation()
1709 mode_mv[NEWMV].row = x->e_mbd.block[0].bmi.mv.as_mv.row; in vp8_rd_pick_inter_mode()
1710 mode_mv[NEWMV].col = x->e_mbd.block[0].bmi.mv.as_mv.col; in vp8_rd_pick_inter_mode()
1781 …bestsme = vp8_hex_search(x, b, d, &best_ref_mv, &d->bmi.mv.as_mv, step_param, sadpb/*x->errorperbi… in vp8_rd_pick_inter_mode()
1782 mode_mv[NEWMV].row = d->bmi.mv.as_mv.row; in vp8_rd_pick_inter_mode()
1783 mode_mv[NEWMV].col = d->bmi.mv.as_mv.col; in vp8_rd_pick_inter_mode()
1787 …bestsme = cpi->diamond_search_sad(x, b, d, &best_ref_mv, &d->bmi.mv.as_mv, step_param, sadpb / 2/*… in vp8_rd_pick_inter_mode()
1788 mode_mv[NEWMV].row = d->bmi.mv.as_mv.row; in vp8_rd_pick_inter_mode()
1789 mode_mv[NEWMV].col = d->bmi.mv.as_mv.col; in vp8_rd_pick_inter_mode()
1806 …thissme = cpi->diamond_search_sad(x, b, d, &best_ref_mv, &d->bmi.mv.as_mv, step_param + n, sadpb /… in vp8_rd_pick_inter_mode()
1811 mode_mv[NEWMV].row = d->bmi.mv.as_mv.row; in vp8_rd_pick_inter_mode()
1812 mode_mv[NEWMV].col = d->bmi.mv.as_mv.col; in vp8_rd_pick_inter_mode()
1816 d->bmi.mv.as_mv.row = mode_mv[NEWMV].row; in vp8_rd_pick_inter_mode()
1817 d->bmi.mv.as_mv.col = mode_mv[NEWMV].col; in vp8_rd_pick_inter_mode()
1832 search_range = MAXF(abs(d->bmi.mv.as_mv.row), abs(d->bmi.mv.as_mv.col)); in vp8_rd_pick_inter_mode()
1861 d->bmi.mv.as_mv.row = mode_mv[NEWMV].row; in vp8_rd_pick_inter_mode()
1862 d->bmi.mv.as_mv.col = mode_mv[NEWMV].col; in vp8_rd_pick_inter_mode()
1868 …cpi->find_fractional_mv_step(x, b, d, &d->bmi.mv.as_mv, &best_ref_mv, x->errorperbit / 4, &cpi->fn… in vp8_rd_pick_inter_mode()
1870 mode_mv[NEWMV].row = d->bmi.mv.as_mv.row; in vp8_rd_pick_inter_mode()
1871 mode_mv[NEWMV].col = d->bmi.mv.as_mv.col; in vp8_rd_pick_inter_mode()
2177 x->e_mbd.mode_info_context->mbmi.mv.as_mv = x->e_mbd.block[15].bmi.mv.as_mv; in vp8_rd_pick_inter_mode()