/external/libvpx/libvpx/vp8/encoder/ |
mcomp.c | 855 int_mv *best_mv, 1029 best_mv->as_mv.row = br; 1030 best_mv->as_mv.col = bc; 1044 int_mv *best_mv, 1342 int_mv *best_mv = &d->bmi.mv; local 1438 int_mv *best_mv = &d->bmi.mv; local 1572 int_mv *best_mv = &d->bmi.mv; local [all...] |
bitstream.c | 614 int_mv best_mv; local 631 vp8_find_near_mvs(xd, m, &n1, &n2, &best_mv, ct, rf, cpi->common.ref_frame_sign_bias); 632 vp8_clamp_mv2(&best_mv, xd); 656 write_mv(w, &mi->mv.as_mv, &best_mv, mvc); 698 write_mv(w, &blockmv.as_mv, &best_mv, (const MV_CONTEXT *) mvc); [all...] |
/external/libvpx/libvpx/vp9/common/ |
vp9_blockd.h | 128 int_mv best_mv[2]; member in struct:__anon21261
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_mcomp.c | 726 const MV *center_mv, MV *best_mv, 933 best_mv->row = br; 934 best_mv->col = bc; 936 this_offset = base_offset + (best_mv->row * in_what_stride) + 937 best_mv->col; 938 this_mv.row = best_mv->row * 8; 939 this_mv.col = best_mv->col * 8; 1447 int_mv best_mv; local 1473 int_mv *best_mv = &x->e_mbd.mi_8x8[0]->bmi[n].as_mv[0]; local 1562 int_mv *best_mv = &x->e_mbd.mi_8x8[0]->bmi[n].as_mv[0]; local 1684 int_mv *best_mv = &x->e_mbd.mi_8x8[0]->bmi[n].as_mv[0]; local [all...] |
vp9_encodeframe.c | 462 int_mv best_mv[2]; local 465 best_mv[0].as_int = ctx->best_ref_mv.as_int; 466 best_mv[1].as_int = ctx->second_best_ref_mv.as_int; 468 best_mv[0].as_int = mbmi->ref_mvs[rf1][0].as_int; 470 best_mv[1].as_int = mbmi->ref_mvs[rf2][0].as_int; 472 mbmi->best_mv[0].as_int = best_mv[0].as_int; 473 mbmi->best_mv[1].as_int = best_mv[1].as_int; 474 vp9_update_mv_count(cpi, x, best_mv); [all...] |