Searched refs:this_mv (Results 1 - 10 of 10) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
H A Dmcomp.c371 int_mv this_mv; local
406 this_mv.as_mv.row = startmv.as_mv.row;
407 this_mv.as_mv.col = ((startmv.as_mv.col - 8) | 4);
409 left = thismse + mv_err_cost(&this_mv, ref_mv, mvcost, error_per_bit);
413 *bestmv = this_mv;
419 this_mv.as_mv.col += 8;
421 right = thismse + mv_err_cost(&this_mv, ref_mv, mvcost, error_per_bit);
425 *bestmv = this_mv;
432 this_mv.as_mv.col = startmv.as_mv.col;
433 this_mv
682 int_mv this_mv; local
876 int_mv this_mv; local
1065 int_mv this_mv; local
1189 int_mv this_mv; local
1344 int_mv this_mv; local
1440 int_mv this_mv; local
1574 int_mv this_mv; local
1741 int_mv this_mv; local
1821 int_mv this_mv; local
[all...]
H A Dpickinter.h30 int_mv this_mv);
H A Dpickinter.c67 int_mv this_mv)
77 int xoffset = this_mv.as_mv.col & 7;
78 int yoffset = this_mv.as_mv.row & 7;
80 in_what += (this_mv.as_mv.row >> 3) * pre_stride + (this_mv.as_mv.col >> 3);
64 vp8_get_inter_mbpred_error(MACROBLOCK *mb, const vp8_variance_fn_ptr_t *vfp, unsigned int *sse, int_mv this_mv) argument
H A Drdopt.c947 int_mv *this_mv, int_mv *best_ref_mv,
986 thismvcost = vp8_mv_bit_cost(this_mv, best_ref_mv, mvcost, 102);
989 this_mv->as_int = col ? d[-1].bmi.mv.as_int : left_block_mv(mic, i);
992 this_mv->as_int = row ? d[-4].bmi.mv.as_int : above_block_mv(mic, i, mis);
995 this_mv->as_int = 0;
1008 if (left_mv.as_int == this_mv->as_int)
1015 d->bmi.mv.as_int = this_mv->as_int;
1018 x->partition_info->bmi[i].mv.as_int = this_mv->as_int;
943 labels2mode( MACROBLOCK *x, int const *labelings, int which_label, B_PREDICTION_MODE this_mode, int_mv *this_mv, int_mv *best_ref_mv, int *mvcost[2] ) argument
/external/libvpx/libvpx/vp8/common/
H A Dfindnearmv.c66 int_mv this_mv; local
68 this_mv.as_int = left->mbmi.mv.as_int;
69 mv_bias(ref_frame_sign_bias[left->mbmi.ref_frame], refframe, &this_mv, ref_frame_sign_bias);
71 if (this_mv.as_int != mv->as_int)
73 (++mv)->as_int = this_mv.as_int;
88 int_mv this_mv; local
90 this_mv.as_int = aboveleft->mbmi.mv.as_int;
91 mv_bias(ref_frame_sign_bias[aboveleft->mbmi.ref_frame], refframe, &this_mv, ref_frame_sign_bias);
93 if (this_mv.as_int != mv->as_int)
95 (++mv)->as_int = this_mv
[all...]
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_mcomp.c385 thissad += mvsad_err_cost(x, &this_mv, &fcenter_mv, sad_per_bit);\
445 const MV this_mv = {br + candidates[t][i].row, local
448 get_buf_from_mv(in_what, &this_mv),
454 const MV this_mv = {br + candidates[t][i].row, local
456 if (!is_mv_in(x, &this_mv))
459 get_buf_from_mv(in_what, &this_mv),
488 const MV this_mv = {br + candidates[s][i].row, local
491 get_buf_from_mv(in_what, &this_mv),
497 const MV this_mv = {br + candidates[s][i].row, local
499 if (!is_mv_in(x, &this_mv))
526 const MV this_mv = {br + candidates[s][next_chkpts_indices[i]].row, local
535 const MV this_mv = {br + candidates[s][next_chkpts_indices[i]].row, local
564 const MV this_mv = {br + neighbors[i].row, local
573 const MV this_mv = {br + neighbors[i].row, local
926 const MV this_mv = {best_mv->row + ss[i].mv.row, local
940 const MV this_mv = {best_mv->row + ss[i].mv.row, local
966 const MV this_mv = {best_mv->row + ss[best_site].mv.row, local
[all...]
H A Dvp9_rd.c367 int_mv this_mv; local
390 this_mv.as_mv = pred_mv[i];
393 MAX(abs(this_mv.as_mv.row), abs(this_mv.as_mv.col)) >> 3);
395 if (!this_mv.as_int && zero_seen)
398 zero_seen = zero_seen || !this_mv.as_int;
400 row_offset = this_mv.as_mv.row >> 3;
401 col_offset = this_mv.as_mv.col >> 3;
H A Dvp9_rdopt.c1024 PREDICTION_MODE mode, int_mv this_mv[2],
1039 this_mv[0].as_int = seg_mvs[mbmi->ref_frame[0]].as_int;
1040 thismvcost += vp9_mv_bit_cost(&this_mv[0].as_mv, &best_ref_mv[0]->as_mv,
1043 this_mv[1].as_int = seg_mvs[mbmi->ref_frame[1]].as_int;
1044 thismvcost += vp9_mv_bit_cost(&this_mv[1].as_mv, &best_ref_mv[1]->as_mv,
1050 this_mv[0].as_int = frame_mv[mode][mbmi->ref_frame[0]].as_int;
1052 this_mv[1].as_int = frame_mv[mode][mbmi->ref_frame[1]].as_int;
1055 this_mv[0].as_int = 0;
1057 this_mv[1].as_int = 0;
1063 mic->bmi[i].as_mv[0].as_int = this_mv[
1023 set_and_cost_bmi_mvs(VP9_COMP *cpi, MACROBLOCKD *xd, int i, PREDICTION_MODE mode, int_mv this_mv[2], int_mv frame_mv[MB_MODE_COUNT][MAX_REF_FRAMES], int_mv seg_mvs[MAX_REF_FRAMES], int_mv *best_ref_mv[2], const int *mvjcost, int *mvcost[2]) argument
[all...]
H A Dvp9_encodeframe.c1976 static INLINE int get_motion_inconsistency(MOTION_DIRECTION this_mv, argument
1978 if (this_mv == that_mv) {
1981 return abs(this_mv - that_mv) == 2 ? 2 : 1;
2103 MOTION_DIRECTION this_mv; local
2107 this_mv =
2114 none_complexity += get_motion_inconsistency(this_mv, right_mv);
2121 none_complexity += get_motion_inconsistency(this_mv, bottom_mv);
/external/libvpx/libvpx/vp8/decoder/
H A Ddecodemv.c387 int_mv this_mv; local
389 this_mv.as_int = left->mbmi.mv.as_int;
391 mbmi->ref_frame, &this_mv, ref_frame_sign_bias);
393 if (this_mv.as_int != nmv->as_int)
395 (++nmv)->as_int = this_mv.as_int;
410 int_mv this_mv; local
412 this_mv.as_int = aboveleft->mbmi.mv.as_int;
414 mbmi->ref_frame, &this_mv, ref_frame_sign_bias);
416 if (this_mv.as_int != nmv->as_int)
418 (++nmv)->as_int = this_mv
[all...]

Completed in 800 milliseconds