HomeSort by relevance Sort by last modified time
    Searched refs:mv_col_min (Results 1 - 25 of 48) sorted by null

1 2

  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
block.h 112 int mv_col_min; member in struct:macroblock
mcomp.c 224 int minc = MAX(x->mv_col_min * 4,
248 buf_c1 = ((bestmv->as_mv.col - 3) < x->mv_col_min)?(bestmv->as_mv.col - x->mv_col_min):3;
815 all_in &= ((bc-range) >= x->mv_col_min);\
821 if (this_mv.as_mv.col < x->mv_col_min) continue;\
892 vp8_clamp_mv(ref_mv, x->mv_col_min, x->mv_col_max, x->mv_row_min, x->mv_row_max);
    [all...]
rdopt.c     [all...]
pickinter.c 871 int tmp_col_min = x->mv_col_min;
950 if (x->mv_col_min < col_min )
951 x->mv_col_min = col_min;
    [all...]
temporal_filter.c 279 cpi->mb.mv_col_min = -((mb_col * 16) + (16 - 5));
  /external/libvpx/libvpx/vp8/encoder/
block.h 112 int mv_col_min; member in struct:macroblock
mcomp.c 223 int minc = MAX(x->mv_col_min * 4,
247 buf_c1 = ((bestmv->as_mv.col - 3) < x->mv_col_min)?(bestmv->as_mv.col - x->mv_col_min):3;
814 all_in &= ((bc-range) >= x->mv_col_min);\
820 if (this_mv.as_mv.col < x->mv_col_min) continue;\
891 vp8_clamp_mv(ref_mv, x->mv_col_min, x->mv_col_max, x->mv_row_min, x->mv_row_max);
    [all...]
rdopt.c     [all...]
pickinter.c 870 int tmp_col_min = x->mv_col_min;
949 if (x->mv_col_min < col_min )
950 x->mv_col_min = col_min;
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
block.h 112 int mv_col_min; member in struct:macroblock
mcomp.c 223 int minc = MAX(x->mv_col_min * 4,
247 buf_c1 = ((bestmv->as_mv.col - 3) < x->mv_col_min)?(bestmv->as_mv.col - x->mv_col_min):3;
814 all_in &= ((bc-range) >= x->mv_col_min);\
820 if (this_mv.as_mv.col < x->mv_col_min) continue;\
893 vp8_clamp_mv(ref_mv, x->mv_col_min, x->mv_col_max, x->mv_row_min, x->mv_row_max);
    [all...]
rdopt.c     [all...]
pickinter.c 873 int tmp_col_min = x->mv_col_min;
952 if (x->mv_col_min < col_min )
953 x->mv_col_min = col_min;
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_block.h 134 int mv_col_min; member in struct:macroblock
vp9_mbgraph.c 32 const int tmp_col_min = x->mv_col_min;
69 x->mv_col_min = tmp_col_min;
263 x->mv_col_min = -BORDER_MV_PIXELS_B16;
283 x->mv_col_min -= 16;
vp9_mcomp.c 44 if (x->mv_col_min < col_min)
45 x->mv_col_min = col_min;
291 const int minc = MAX(x->mv_col_min * 8, ref_mv->col - MV_MAX);
390 const int minc = MAX(x->mv_col_min * 8, ref_mv->col - MV_MAX);
467 ((col - range) >= x->mv_col_min) &
472 return (mv->col >= x->mv_col_min) && (mv->col <= x->mv_col_max) &&
521 clamp_mv(ref_mv, x->mv_col_min, x->mv_col_max, x->mv_row_min, x->mv_row_max);
    [all...]
vp9_pickmode.c 42 int tmp_col_min = x->mv_col_min;
90 x->mv_col_min = tmp_col_min;
  /external/libvpx/libvpx/vp9/encoder/
vp9_mbgraph.c 33 const int tmp_col_min = x->mv_col_min;
70 x->mv_col_min = tmp_col_min;
270 x->mv_col_min = -BORDER_MV_PIXELS_B16;
290 x->mv_col_min -= 16;
vp9_mcomp.c 44 if (x->mv_col_min < col_min)
45 x->mv_col_min = col_min;
293 const int minc = MAX(x->mv_col_min * 8, ref_mv->col - MV_MAX);
392 const int minc = MAX(x->mv_col_min * 8, ref_mv->col - MV_MAX);
469 ((col - range) >= x->mv_col_min) &
474 return (mv->col >= x->mv_col_min) && (mv->col <= x->mv_col_max) &&
527 clamp_mv(ref_mv, x->mv_col_min, x->mv_col_max, x->mv_row_min, x->mv_row_max);
    [all...]
vp9_block.h 146 int mv_col_min; member in struct:macroblock
vp9_pickmode.c 43 int tmp_col_min = x->mv_col_min;
121 x->mv_col_min = tmp_col_min;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_mbgraph.c 33 const int tmp_col_min = x->mv_col_min;
70 x->mv_col_min = tmp_col_min;
270 x->mv_col_min = -BORDER_MV_PIXELS_B16;
290 x->mv_col_min -= 16;
vp9_mcomp.c 44 if (x->mv_col_min < col_min)
45 x->mv_col_min = col_min;
293 const int minc = MAX(x->mv_col_min * 8, ref_mv->col - MV_MAX);
392 const int minc = MAX(x->mv_col_min * 8, ref_mv->col - MV_MAX);
469 ((col - range) >= x->mv_col_min) &
474 return (mv->col >= x->mv_col_min) && (mv->col <= x->mv_col_max) &&
527 clamp_mv(ref_mv, x->mv_col_min, x->mv_col_max, x->mv_row_min, x->mv_row_max);
    [all...]
vp9_pickmode.c 43 int tmp_col_min = x->mv_col_min;
121 x->mv_col_min = tmp_col_min;
vp9_block.h 146 int mv_col_min; member in struct:macroblock

Completed in 527 milliseconds

1 2