/external/libvpx/libvpx/vp8/common/ |
findnearmv.c | 66 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.as_int [all...] |
/external/libvpx/libvpx/vp8/decoder/ |
decodemv.c | 387 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.as_int [all...] |
/external/libvpx/libvpx/vp8/encoder/ |
mcomp.c | 370 int_mv this_mv; local 405 this_mv.as_mv.row = startmv.as_mv.row; 406 this_mv.as_mv.col = ((startmv.as_mv.col - 8) | 4); 408 left = thismse + mv_err_cost(&this_mv, ref_mv, mvcost, error_per_bit); 412 *bestmv = this_mv; 418 this_mv.as_mv.col += 8; 420 right = thismse + mv_err_cost(&this_mv, ref_mv, mvcost, error_per_bit); 424 *bestmv = this_mv; 431 this_mv.as_mv.col = startmv.as_mv.col; 432 this_mv.as_mv.row = ((startmv.as_mv.row - 8) | 4) 681 int_mv this_mv; local 875 int_mv this_mv; local 1064 int_mv this_mv; local 1188 int_mv this_mv; local 1343 int_mv this_mv; local 1439 int_mv this_mv; local 1573 int_mv this_mv; local 1740 int_mv this_mv; local 1820 int_mv this_mv; local [all...] |
/external/libvpx/libvpx/vp9/encoder/ |
vp9_mcomp.c | 683 if (this_mv.col < x->mv_col_min) continue;\ 684 if (this_mv.col > x->mv_col_max) continue;\ 685 if (this_mv.row < x->mv_row_min) continue;\ 686 if (this_mv.row > x->mv_row_max) continue;\ 694 thissad += mvsad_err_cost(&this_mv, &fcenter_mv.as_mv, \ 739 MV this_mv; local 763 this_mv.row = br; 764 this_mv.col = bc; 766 + mvsad_err_cost(&this_mv, &fcenter_mv.as_mv, 780 this_mv.row = br + candidates[t][i].row 1087 int_mv this_mv; local 1229 int_mv this_mv; local 1474 int_mv this_mv; local 1563 int_mv this_mv; local 1685 int_mv this_mv; local 1837 int_mv this_mv; local 1921 int_mv this_mv; local 2040 int_mv this_mv; local [all...] |
vp9_rdopt.c | 2135 int_mv this_mv; local [all...] |