HomeSort by relevance Sort by last modified time
    Searched refs:fcenter_mv (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vp9/encoder/
vp9_mcomp.c 694 thissad += mvsad_err_cost(&this_mv, &fcenter_mv.as_mv, \
747 int_mv fcenter_mv; local
752 fcenter_mv.as_mv.row = center_mv->row >> 3;
753 fcenter_mv.as_mv.col = center_mv->col >> 3;
766 + mvsad_err_cost(&this_mv, &fcenter_mv.as_mv,
1099 int_mv fcenter_mv; local
1243 int_mv fcenter_mv; local
1488 int_mv fcenter_mv; local
1579 int_mv fcenter_mv; local
1702 int_mv fcenter_mv; local
1839 int_mv fcenter_mv; local
1923 int_mv fcenter_mv; local
2042 int_mv fcenter_mv; local
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
mcomp.c 830 thissad += mvsad_err_cost(&this_mv, &fcenter_mv, mvsadcost, sad_per_bit);\
886 int_mv fcenter_mv; local
887 fcenter_mv.as_mv.row = center_mv->as_mv.row >> 3;
888 fcenter_mv.as_mv.col = center_mv->as_mv.col >> 3;
901 + mvsad_err_cost(&this_mv, &fcenter_mv, mvsadcost, sad_per_bit);
1080 int_mv fcenter_mv; local
1204 int_mv fcenter_mv; local
1359 int_mv fcenter_mv; local
1457 int_mv fcenter_mv; local
1592 int_mv fcenter_mv; local
1745 int_mv fcenter_mv; local
1825 int_mv fcenter_mv; local
    [all...]

Completed in 194 milliseconds