HomeSort by relevance Sort by last modified time
    Searched full:best_second_mv (Results 1 - 3 of 3) sorted by null

  /external/libvpx/libvpx/vp9/common/
vp9_blockd.h 140 int_mv best_mv, best_second_mv; member in struct:__anon23050
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodeframe.c 431 int_mv best_mv, best_second_mv; local
435 best_second_mv.as_int = ctx->second_best_ref_mv.as_int;
438 best_second_mv.as_int = mbmi->ref_mvs[rf2][0].as_int;
441 mbmi->best_second_mv.as_int = best_second_mv.as_int;
442 vp9_update_nmv_count(cpi, x, &best_mv, &best_second_mv);
    [all...]
vp9_bitstream.c 516 &mi->best_second_mv.as_mv,
529 vp9_encode_mv(cpi, bc, &mi->mv[1].as_mv, &mi->best_second_mv.as_mv,
    [all...]

Completed in 451 milliseconds