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

  /external/chromium_org/third_party/libvpx/source/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)]++;
581 int_mv best_ref_mv; local
651 best_ref_mv.as_int = 0;
681 best_ref_mv.as_int = best_ref_mv_sb[sign_bias].as_int;
734 best_ref_mv.as_int = best_ref_mv_sb[sign_bias].as_int;
748 && best_ref_mv.as_int==0)
751 && best_ref_mv.as_int==parent_ref_mv.as_int)
873 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 947 int_mv *this_mv, int_mv *best_ref_mv,
986 thismvcost = vp8_mv_bit_cost(this_mv, best_ref_mv, mvcost, 102);
1946 int_mv best_ref_mv; local
    [all...]
  /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...]
rdopt.c 948 int_mv *this_mv, int_mv *best_ref_mv,
987 thismvcost = vp8_mv_bit_cost(this_mv, best_ref_mv, mvcost, 102);
1946 int_mv best_ref_mv; local
    [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...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_block.h 47 int_mv best_ref_mv[2]; member in struct:__anon8631
vp9_firstpass.c 566 int_mv best_ref_mv; local
568 best_ref_mv.as_int = 0;
641 first_pass_motion_search(cpi, x, &best_ref_mv.as_mv, &mv.as_mv,
650 if (best_ref_mv.as_int) {
700 best_ref_mv.as_int = 0;
728 best_ref_mv.as_int = mv.as_int;
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
pickinter.c 394 static void update_mvcount(MACROBLOCK *x, int_mv *best_ref_mv)
402 best_ref_mv->as_mv.row) >> 1)]++;
404 best_ref_mv->as_mv.col) >> 1)]++;
580 int_mv best_ref_mv; local
651 best_ref_mv.as_int = 0;
681 best_ref_mv.as_int = best_ref_mv_sb[sign_bias].as_int;
727 best_ref_mv.as_int = best_ref_mv_sb[sign_bias].as_int;
741 && best_ref_mv.as_int==0)
744 && best_ref_mv.as_int==parent_ref_mv.as_int)
866 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 953 int_mv *this_mv, int_mv *best_ref_mv,
992 thismvcost = vp8_mv_bit_cost(this_mv, best_ref_mv, mvcost, 102);
1951 int_mv best_ref_mv; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_block.h 47 int_mv best_ref_mv[2]; member in struct:__anon19814
vp9_firstpass.c 565 int_mv best_ref_mv; local
567 best_ref_mv.as_int = 0;
640 first_pass_motion_search(cpi, x, &best_ref_mv.as_mv, &mv.as_mv,
649 if (best_ref_mv.as_int) {
699 best_ref_mv.as_int = 0;
727 best_ref_mv.as_int = mv.as_int;
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_firstpass.c 518 MV best_ref_mv = {0, 0}; local
621 first_pass_motion_search(cpi, x, &best_ref_mv, &mv, &motion_error);
629 if (!is_zero_mv(&best_ref_mv)) {
685 best_ref_mv.row = 0;
686 best_ref_mv.col = 0;
728 best_ref_mv = mv;
    [all...]

Completed in 616 milliseconds