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

1 2

  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
block.h 114 int mv_row_min; member in struct:macroblock
mcomp.c 228 int minr = MAX(x->mv_row_min * 4,
246 buf_r1 = ((bestmv->as_mv.row - 3) < x->mv_row_min)?(bestmv->as_mv.row - x->mv_row_min):3;
813 all_in &= ((br-range) >= x->mv_row_min);\
823 if (this_mv.as_mv.row < x->mv_row_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 873 int tmp_row_min = x->mv_row_min;
954 if (x->mv_row_min < row_min )
955 x->mv_row_min = row_min;
    [all...]
temporal_filter.c 265 cpi->mb.mv_row_min = -((mb_row * 16) + (16 - 5));
  /external/libvpx/libvpx/vp8/encoder/
block.h 114 int mv_row_min; member in struct:macroblock
mcomp.c 227 int minr = MAX(x->mv_row_min * 4,
245 buf_r1 = ((bestmv->as_mv.row - 3) < x->mv_row_min)?(bestmv->as_mv.row - x->mv_row_min):3;
812 all_in &= ((br-range) >= x->mv_row_min);\
822 if (this_mv.as_mv.row < x->mv_row_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 872 int tmp_row_min = x->mv_row_min;
953 if (x->mv_row_min < row_min )
954 x->mv_row_min = row_min;
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
block.h 114 int mv_row_min; member in struct:macroblock
mcomp.c 227 int minr = MAX(x->mv_row_min * 4,
245 buf_r1 = ((bestmv->as_mv.row - 3) < x->mv_row_min)?(bestmv->as_mv.row - x->mv_row_min):3;
812 all_in &= ((br-range) >= x->mv_row_min);\
822 if (this_mv.as_mv.row < x->mv_row_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 875 int tmp_row_min = x->mv_row_min;
956 if (x->mv_row_min < row_min )
957 x->mv_row_min = row_min;
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_block.h 136 int mv_row_min; member in struct:macroblock
vp9_mbgraph.c 34 const int tmp_row_min = x->mv_row_min;
71 x->mv_row_min = tmp_row_min;
244 x->mv_row_min = -BORDER_MV_PIXELS_B16;
291 x->mv_row_min -= 16;
vp9_mcomp.c 48 if (x->mv_row_min < row_min)
49 x->mv_row_min = row_min;
293 const int minr = MAX(x->mv_row_min * 8, ref_mv->row - MV_MAX);
392 const int minr = MAX(x->mv_row_min * 8, ref_mv->row - MV_MAX);
465 return ((row - range) >= x->mv_row_min) &
473 (mv->row >= x->mv_row_min) && (mv->row <= x->mv_row_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 44 int tmp_row_min = x->mv_row_min;
92 x->mv_row_min = tmp_row_min;
  /external/libvpx/libvpx/vp9/encoder/
vp9_mbgraph.c 35 const int tmp_row_min = x->mv_row_min;
72 x->mv_row_min = tmp_row_min;
249 x->mv_row_min = -BORDER_MV_PIXELS_B16;
298 x->mv_row_min -= 16;
vp9_mcomp.c 48 if (x->mv_row_min < row_min)
49 x->mv_row_min = row_min;
295 const int minr = MAX(x->mv_row_min * 8, ref_mv->row - MV_MAX);
394 const int minr = MAX(x->mv_row_min * 8, ref_mv->row - MV_MAX);
467 return ((row - range) >= x->mv_row_min) &
475 (mv->row >= x->mv_row_min) && (mv->row <= x->mv_row_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 148 int mv_row_min; member in struct:macroblock
vp9_pickmode.c 45 int tmp_row_min = x->mv_row_min;
123 x->mv_row_min = tmp_row_min;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_mbgraph.c 35 const int tmp_row_min = x->mv_row_min;
72 x->mv_row_min = tmp_row_min;
249 x->mv_row_min = -BORDER_MV_PIXELS_B16;
298 x->mv_row_min -= 16;
vp9_mcomp.c 48 if (x->mv_row_min < row_min)
49 x->mv_row_min = row_min;
295 const int minr = MAX(x->mv_row_min * 8, ref_mv->row - MV_MAX);
394 const int minr = MAX(x->mv_row_min * 8, ref_mv->row - MV_MAX);
467 return ((row - range) >= x->mv_row_min) &
475 (mv->row >= x->mv_row_min) && (mv->row <= x->mv_row_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 45 int tmp_row_min = x->mv_row_min;
123 x->mv_row_min = tmp_row_min;
vp9_block.h 148 int mv_row_min; member in struct:macroblock

Completed in 504 milliseconds

1 2