HomeSort by relevance Sort by last modified time
    Searched defs:best_ref_mv (Results 1 - 5 of 5) sorted by null

  /external/libvpx/libvpx/vp8/encoder/
pickinter.c 392 static void update_mvcount(MACROBLOCK *x, int_mv *best_ref_mv)
400 best_ref_mv->as_mv.row) >> 1)]++;
402 best_ref_mv->as_mv.col) >> 1)]++;
578 int_mv best_ref_mv; local
648 best_ref_mv.as_int = 0;
678 best_ref_mv.as_int = best_ref_mv_sb[sign_bias].as_int;
724 best_ref_mv.as_int = best_ref_mv_sb[sign_bias].as_int;
738 && best_ref_mv.as_int==0)
741 && best_ref_mv.as_int==parent_ref_mv.as_int)
863 int col_min = ((best_ref_mv.as_mv.col+7)>>3) - MAX_FULL_PEL_VAL
    [all...]
firstpass.c 581 int_mv best_ref_mv; local
583 best_ref_mv.as_int = 0;
657 first_pass_motion_search(cpi, x, &best_ref_mv,
664 if (best_ref_mv.as_int)
698 best_ref_mv.as_int = 0;
727 best_ref_mv.as_int = d->bmi.mv.as_int;
    [all...]
rdopt.c 951 int_mv *this_mv, int_mv *best_ref_mv,
990 thismvcost = vp8_mv_bit_cost(this_mv, best_ref_mv, mvcost, 102);
1949 int_mv best_ref_mv; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_block.h 44 int_mv best_ref_mv; member in struct:__anon24018
vp9_firstpass.c 554 int_mv best_ref_mv; local
556 best_ref_mv.as_int = 0;
647 first_pass_motion_search(cpi, x, &best_ref_mv,
657 if (best_ref_mv.as_int) {
708 best_ref_mv.as_int = 0;
740 best_ref_mv.as_int = mv.as_int;
    [all...]

Completed in 39 milliseconds