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

1 2

  /external/libvpx/libvpx/vp8/encoder/
block.h 112 int mv_col_min; member in struct:macroblock
mcomp.c 227 int minc = VPXMAX(x->mv_col_min * 4,
251 buf_c1 = ((bestmv->as_mv.col - 3) < x->mv_col_min)?(bestmv->as_mv.col - x->mv_col_min):3;
818 all_in &= ((bc-range) >= x->mv_col_min);\
824 if (this_mv.as_mv.col < x->mv_col_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 281 cpi->mb.mv_col_min = -((mb_col * 16) + (16 - 5));
ethreading.c 143 x->mv_col_min = -((mb_col * 16) + (VP8BORDERINPIXELS - 16));
341 z->mv_col_min = x->mv_col_min;
encodeframe.c 448 x->mv_col_min = -((mb_col * 16) + (VP8BORDERINPIXELS - 16));
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_block.h 98 int mv_col_min; member in struct:macroblock
vp9_mbgraph.c 37 const int tmp_col_min = x->mv_col_min;
78 x->mv_col_min = tmp_col_min;
269 x->mv_col_min = -BORDER_MV_PIXELS_B16;
287 x->mv_col_min -= 16;
vp9_mcomp.c 48 if (x->mv_col_min < col_min)
49 x->mv_col_min = col_min;
301 const int minc = VPXMAX(x->mv_col_min * 8, ref_mv->col - MV_MAX); \
672 const int minc = VPXMAX(x->mv_col_min * 8, ref_mv->col - MV_MAX);
800 ((col - range) >= x->mv_col_min) &
805 return (mv->col >= x->mv_col_min) && (mv->col <= x->mv_col_max) &&
    [all...]
vp9_pickmode.c 139 const int tmp_col_min = x->mv_col_min;
171 x->mv_col_min = tmp_col_min;
    [all...]
vp9_rdopt.c     [all...]
vp9_temporal_filter.c 339 cpi->td.mb.mv_col_min = -((mb_col * 16) + (17 - 2 * VP9_INTERP_EXTEND));
  /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...]
temporal_filter.c 278 cpi->mb.mv_col_min = -((mb_col * 16) + (16 - 5));
ethreading.c 145 x->mv_col_min = -((mb_col * 16) + (VP8BORDERINPIXELS - 16));
324 z->mv_col_min = x->mv_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
vp9_temporal_filter.c 247 cpi->mb.mv_col_min = -((mb_col * 16) + (17 - 2 * VP9_INTERP_EXTEND));
vp9_rdopt.c     [all...]

Completed in 96 milliseconds

1 2