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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dblock.h115 int mv_row_max; member in struct:macroblock
H A Dmcomp.c229 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);
1089 vp8_clamp_mv(ref_mv, x->mv_col_min, x->mv_col_max, x->mv_row_min, x->mv_row_max);
1122 (this_row_offset > x->mv_row_min) && (this_row_offset < x->mv_row_max))
1213 vp8_clamp_mv(ref_mv, x->mv_col_min, x->mv_col_max, x->mv_row_min, x->mv_row_max);
1246 all_in &= ((best_mv->as_mv.row + ss[i+1].mv.row) < x->mv_row_max);
[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);
1311 if (((mode_mv[this_mode].as_mv.row >> 3) < x->mv_row_min) || ((mode_mv[this_mode].as_mv.row >> 3) > x->mv_row_max) ||
1433 int tmp_row_max = x->mv_row_max;
1442 if (x->mv_row_max > row_max )
1443 x->mv_row_max = row_max;
1486 x->mv_row_max = tmp_row_max;
2256 int tmp_row_max = x->mv_row_max;
2279 if (x->mv_row_max > row_max )
2280 x->mv_row_max = row_max;
2360 x->mv_row_max
[all...]
H A Dpickinter.c876 int tmp_row_max = x->mv_row_max;
958 if (x->mv_row_max > row_max )
959 x->mv_row_max = row_max;
1027 x->mv_row_max = tmp_row_max;
1058 ((mode_mv[this_mode].as_mv.row >> 3) > x->mv_row_max) ||
H A Dtemporal_filter.c265 cpi->mb.mv_row_max = ((cpi->common.mb_rows - 1 - mb_row) * 16)
H A Dethreading.c148 x->mv_row_max = ((cm->mb_rows - 1 - mb_row) * 16) + (VP8BORDERINPIXELS - 16);
327 z->mv_row_max = x->mv_row_max;
H A Dencodeframe.c424 x->mv_row_max = ((cm->mb_rows - 1 - mb_row) * 16)
H A Dfirstpass.c594 x->mv_row_max = ((cm->mb_rows - 1 - mb_row) * 16) + (VP8BORDERINPIXELS - 16);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_mbgraph.c36 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;
H A Dvp9_mcomp.c50 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);
909 clamp_mv(ref_mv, x->mv_col_min, x->mv_col_max, x->mv_row_min, x->mv_row_max);
926 end_row = MIN(range, x->mv_row_max - ref_row);
1011 clamp_mv(ref_mv, x->mv_col_min, x->mv_col_max, x->mv_row_min, x->mv_row_max);
[all...]
H A Dvp9_pickmode.c46 int tmp_row_max = x->mv_row_max;
124 x->mv_row_max = tmp_row_max;
H A Dvp9_block.h149 int mv_row_max; member in struct:macroblock
H A Dvp9_temporal_filter.c235 cpi->mb.mv_row_max = ((cpi->common.mb_rows - 1 - mb_row) * 16)
H A Dvp9_rdopt.c1641 (mv->row >> 3) > x->mv_row_max ||
1890 x->mv_row_min, x->mv_row_max);
2388 int tmp_row_max = x->mv_row_max;
2507 x->mv_row_max = tmp_row_max;
2589 int tmp_row_max = x->mv_row_max;
2631 x->mv_row_max = tmp_row_max;
H A Dvp9_firstpass.c577 x->mv_row_max = ((cm->mb_rows - 1 - mb_row) * 16)
H A Dvp9_encodeframe.c237 x->mv_row_max = (cm->mi_rows - mi_row) * MI_SIZE + VP9_INTERP_EXTEND;

Completed in 211 milliseconds