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

1 2

  /external/libvpx/libvpx/vp8/encoder/
block.h 115 int mv_row_max; member in struct:macroblock
mcomp.c 233 int maxr = VPXMIN(x->mv_row_max * 4,
250 buf_r2 = ((bestmv->as_mv.row + 3) > x->mv_row_max)?(x->mv_row_max - bestmv->as_mv.row):3;
817 all_in &= ((br+range) <= x->mv_row_max);\
827 if (this_mv.as_mv.row > x->mv_row_max) 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 268 cpi->mb.mv_row_max = ((cpi->common.mb_rows - 1 - mb_row) * 16)
ethreading.c 146 x->mv_row_max = ((cm->mb_rows - 1 - mb_row) * 16) + (VP8BORDERINPIXELS - 16);
344 z->mv_row_max = x->mv_row_max;
encodeframe.c 425 x->mv_row_max = ((cm->mb_rows - 1 - mb_row) * 16)
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_block.h 101 int mv_row_max; member in struct:macroblock
vp9_mbgraph.c 40 const int tmp_row_max = x->mv_row_max;
81 x->mv_row_max = tmp_row_max;
251 x->mv_row_max = (cm->mb_rows - 1) * 8 + BORDER_MV_PIXELS_B16;
296 x->mv_row_max -= 16;
vp9_mcomp.c 54 if (x->mv_row_max > row_max)
55 x->mv_row_max = row_max;
304 const int maxr = VPXMIN(x->mv_row_max * 8, ref_mv->row + MV_MAX); \
675 const int maxr = VPXMIN(x->mv_row_max * 8, ref_mv->row + MV_MAX);
799 ((row + range) <= x->mv_row_max) &
806 (mv->row >= x->mv_row_min) && (mv->row <= x->mv_row_max);
    [all...]
vp9_pickmode.c 142 const int tmp_row_max = x->mv_row_max;
174 x->mv_row_max = tmp_row_max;
    [all...]
vp9_rdopt.c     [all...]
vp9_temporal_filter.c 329 cpi->td.mb.mv_row_max = ((mb_rows - 1 - mb_row) * 16)
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
block.h 115 int mv_row_max; member in struct:macroblock
mcomp.c 229 int maxr = MIN(x->mv_row_max * 4,
246 buf_r2 = ((bestmv->as_mv.row + 3) > x->mv_row_max)?(x->mv_row_max - bestmv->as_mv.row):3;
813 all_in &= ((br+range) <= x->mv_row_max);\
823 if (this_mv.as_mv.row > x->mv_row_max) 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 876 int tmp_row_max = x->mv_row_max;
958 if (x->mv_row_max > row_max )
959 x->mv_row_max = row_max;
    [all...]
temporal_filter.c 265 cpi->mb.mv_row_max = ((cpi->common.mb_rows - 1 - mb_row) * 16)
ethreading.c 148 x->mv_row_max = ((cm->mb_rows - 1 - mb_row) * 16) + (VP8BORDERINPIXELS - 16);
327 z->mv_row_max = x->mv_row_max;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_mbgraph.c 36 const int tmp_row_max = x->mv_row_max;
73 x->mv_row_max = tmp_row_max;
250 x->mv_row_max = (cm->mb_rows - 1) * 8 + BORDER_MV_PIXELS_B16;
299 x->mv_row_max -= 16;
vp9_mcomp.c 50 if (x->mv_row_max > row_max)
51 x->mv_row_max = row_max;
296 const int maxr = MIN(x->mv_row_max * 8, ref_mv->row + MV_MAX);
395 const int maxr = MIN(x->mv_row_max * 8, ref_mv->row + MV_MAX);
468 ((row + range) <= x->mv_row_max) &
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 46 int tmp_row_max = x->mv_row_max;
124 x->mv_row_max = tmp_row_max;
vp9_block.h 149 int mv_row_max; member in struct:macroblock
vp9_temporal_filter.c 235 cpi->mb.mv_row_max = ((cpi->common.mb_rows - 1 - mb_row) * 16)
vp9_rdopt.c     [all...]

Completed in 3301 milliseconds

1 2