Searched refs:mv_col_min (Results 1 - 16 of 16) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dblock.h112 int mv_col_min; member in struct:macroblock
H A Dmcomp.c223 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);
1089 vp8_clamp_mv(ref_mv, x->mv_col_min, x->mv_col_max, x->mv_row_min, x->mv_row_max);
1121 if ((this_col_offset > x->mv_col_min) && (this_col_offset < x->mv_col_max) &&
1213 vp8_clamp_mv(ref_mv, x->mv_col_min, x->mv_col_max, x->mv_row_min, x->mv_row_max);
1247 all_in &= ((best_mv->as_mv.col + ss[i+2].mv.col) > x->mv_col_min);
[all...]
H A Drdopt.c1276 vp8_clamp_mv(&mvp_full, x->mv_col_min, x->mv_col_max, x->mv_row_min, x->mv_row_max);
1312 ((mode_mv[this_mode].as_mv.col >> 3) < x->mv_col_min) || ((mode_mv[this_mode].as_mv.col >> 3) > x->mv_col_max))
1430 int tmp_col_min = x->mv_col_min;
1436 if (x->mv_col_min < col_min )
1437 x->mv_col_min = col_min;
1483 x->mv_col_min = tmp_col_min;
2253 int tmp_col_min = x->mv_col_min;
2273 if (x->mv_col_min < col_min )
2274 x->mv_col_min = col_min;
2357 x->mv_col_min
[all...]
H A Dpickinter.c873 int tmp_col_min = x->mv_col_min;
952 if (x->mv_col_min < col_min )
953 x->mv_col_min = col_min;
1024 x->mv_col_min = tmp_col_min;
1059 ((mode_mv[this_mode].as_mv.col >> 3) < x->mv_col_min) ||
H A Dtemporal_filter.c278 cpi->mb.mv_col_min = -((mb_col * 16) + (16 - 5));
H A Dethreading.c145 x->mv_col_min = -((mb_col * 16) + (VP8BORDERINPIXELS - 16));
324 z->mv_col_min = x->mv_col_min;
H A Dencodeframe.c447 x->mv_col_min = -((mb_col * 16) + (VP8BORDERINPIXELS - 16));
H A Dfirstpass.c632 x->mv_col_min = -((mb_col * 16) + (VP8BORDERINPIXELS - 16));
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_mbgraph.c33 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;
H A Dvp9_mcomp.c44 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);
909 clamp_mv(ref_mv, x->mv_col_min, x->mv_col_max, x->mv_row_min, x->mv_row_max);
925 start_col = MAX(-range, x->mv_col_min - ref_col);
1011 clamp_mv(ref_mv, x->mv_col_min,
[all...]
H A Dvp9_pickmode.c43 int tmp_col_min = x->mv_col_min;
121 x->mv_col_min = tmp_col_min;
H A Dvp9_block.h146 int mv_col_min; member in struct:macroblock
H A Dvp9_temporal_filter.c247 cpi->mb.mv_col_min = -((mb_col * 16) + (17 - 2 * VP9_INTERP_EXTEND));
H A Dvp9_rdopt.c1642 (mv->col >> 3) < x->mv_col_min ||
1889 clamp_mv(&mvp_full, x->mv_col_min, x->mv_col_max,
2385 int tmp_col_min = x->mv_col_min;
2504 x->mv_col_min = tmp_col_min;
2586 int tmp_col_min = x->mv_col_min;
2628 x->mv_col_min = tmp_col_min;
H A Dvp9_firstpass.c625 x->mv_col_min = -((mb_col * 16) + BORDER_MV_PIXELS_B16);
H A Dvp9_encodeframe.c236 x->mv_col_min = -(((mi_col + mi_width) * MI_SIZE) + VP9_INTERP_EXTEND);

Completed in 102 milliseconds