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

  /external/libvpx/libvpx/vp9/encoder/
vp9_block.h 60 int row_min; member in struct:__anon29859
vp9_mcomp.c 39 int row_min = (mv->row >> 3) - MAX_FULL_PEL_VAL + (mv->row & 7 ? 1 : 0); local
44 row_min = VPXMAX(row_min, (MV_LOW >> 3) + 1);
52 if (mv_limits->row_min < row_min) mv_limits->row_min = row_min;
63 subpel_mv_limits->row_min = VPXMAX(umv_window_limits->row_min * 8,
70 subpel_mv_limits->row_min = VPXMAX(MV_LOW + 1, subpel_mv_limits->row_min)
    [all...]
vp9_mbgraph.c 230 x->mv_limits.row_min = -BORDER_MV_PIXELS_B16;
281 x->mv_limits.row_min -= 16;
vp9_temporal_filter.c 640 td->mb.mv_limits.row_min = -((mb_row * BH) + (17 - 2 * VP9_INTERP_EXTEND));
    [all...]
vp9_pickmode.c 188 x->mv_limits.row_min = VPXMAX(x->mv_limits.row_min, -10);
    [all...]
vp9_firstpass.c 872 x->mv_limits.row_min = -((mb_row * 16) + BORDER_MV_PIXELS_B16);
    [all...]
vp9_rdopt.c     [all...]
vp9_encodeframe.c 271 mv_limits->row_min = -(((mi_row + mi_height) * MI_SIZE) + VP9_INTERP_EXTEND);
    [all...]
vp9_encoder.c     [all...]
  /external/libaom/libaom/av1/encoder/
partition_strategy.h 96 x->mv_limits.row_min =
mcomp.c 45 int row_min = (mv->row >> 3) - MAX_FULL_PEL_VAL + (mv->row & 7 ? 1 : 0); local
50 row_min = AOMMAX(row_min, (MV_LOW >> 3) + 1);
58 if (mv_limits->row_min < row_min) mv_limits->row_min = row_min;
63 int *col_max, int *row_min, int *row_max,
68 const int minr = AOMMAX(mv_limits->row_min * 8, ref_mv->row - max_mv);
73 *row_min = AOMMAX(MV_LOW + 1, minr)
    [all...]
mbgraph.c 237 x->mv_limits.row_min = -BORDER_MV_PIXELS_B16;
280 x->mv_limits.row_min -= 16;
block.h 89 int row_min; member in struct:__anon26577
firstpass.c 441 x->mv_limits.row_min = -((mb_row * 16) + BORDER_MV_PIXELS_B16);
tpl_model.c 443 x->mv_limits.row_min = -((mi_row * MI_SIZE) + (17 - 2 * AOM_INTERP_EXTEND));
temporal_filter.c 833 cpi->td.mb.mv_limits.row_min =
    [all...]
rdopt.c     [all...]
encodeframe.c 232 x->mv_limits.row_min =
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
mcomp.c 1306 int row_min = ref_row - distance; local
1393 int row_min = ref_row - distance; local
1514 int row_min = ref_row - distance; local
    [all...]
rdopt.c 1234 int row_min = ((best_ref_mv->as_mv.row + 7) >> 3) - MAX_FULL_PEL_VAL; local
2029 int row_min = ((best_ref_mv.as_mv.row + 7) >> 3) - MAX_FULL_PEL_VAL; local
    [all...]
pickinter.c 911 int row_min = ((best_ref_mv.as_mv.row + 7) >> 3) - MAX_FULL_PEL_VAL; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_diamond_search_sad_avx.c 80 const int_mv minmv = pack_int_mv(x->mv_limits.row_min, x->mv_limits.col_min);

Completed in 504 milliseconds