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

1 2

  /external/libvpx/libvpx/vp8/encoder/
block.h 114 int mv_row_min; member in struct:macroblock
mcomp.c 231 int minr = VPXMAX(x->mv_row_min * 4,
249 buf_r1 = ((bestmv->as_mv.row - 3) < x->mv_row_min)?(bestmv->as_mv.row - x->mv_row_min):3;
816 all_in &= ((br-range) >= x->mv_row_min);\
826 if (this_mv.as_mv.row < x->mv_row_min) continue;\
897 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     [all...]
temporal_filter.c 267 cpi->mb.mv_row_min = -((mb_row * 16) + (16 - 5));
ethreading.c 145 x->mv_row_min = -((mb_row * 16) + (VP8BORDERINPIXELS - 16));
343 z->mv_row_min = x->mv_row_min;
encodeframe.c 424 x->mv_row_min = -((mb_row * 16) + (VP8BORDERINPIXELS - 16));
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_block.h 100 int mv_row_min; member in struct:macroblock
vp9_mbgraph.c 39 const int tmp_row_min = x->mv_row_min;
80 x->mv_row_min = tmp_row_min;
250 x->mv_row_min = -BORDER_MV_PIXELS_B16;
295 x->mv_row_min -= 16;
vp9_mcomp.c 52 if (x->mv_row_min < row_min)
53 x->mv_row_min = row_min;
303 const int minr = VPXMAX(x->mv_row_min * 8, ref_mv->row - MV_MAX); \
674 const int minr = VPXMAX(x->mv_row_min * 8, ref_mv->row - MV_MAX);
798 return ((row - range) >= x->mv_row_min) &
806 (mv->row >= x->mv_row_min) && (mv->row <= x->mv_row_max);
    [all...]
vp9_pickmode.c 141 const int tmp_row_min = x->mv_row_min;
173 x->mv_row_min = tmp_row_min;
    [all...]
vp9_rdopt.c     [all...]
vp9_temporal_filter.c 328 cpi->td.mb.mv_row_min = -((mb_row * 16) + (17 - 2 * VP9_INTERP_EXTEND));
  /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...]
temporal_filter.c 264 cpi->mb.mv_row_min = -((mb_row * 16) + (16 - 5));
ethreading.c 147 x->mv_row_min = -((mb_row * 16) + (VP8BORDERINPIXELS - 16));
326 z->mv_row_min = x->mv_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
vp9_temporal_filter.c 234 cpi->mb.mv_row_min = -((mb_row * 16) + (17 - 2 * VP9_INTERP_EXTEND));
vp9_rdopt.c     [all...]

Completed in 84 milliseconds

1 2