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

12

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_block.h93 int mv_row_max; member in struct:macroblock
H A Dvp9_mbgraph.c35 const int tmp_row_max = x->mv_row_max;
75 x->mv_row_max = tmp_row_max;
245 x->mv_row_max = (cm->mb_rows - 1) * 8 + BORDER_MV_PIXELS_B16;
290 x->mv_row_max -= 16;
H A Dvp9_mcomp.c50 if (x->mv_row_max > row_max)
51 x->mv_row_max = row_max;
282 const int maxr = MIN(x->mv_row_max * 8, ref_mv->row + MV_MAX); \
461 ((row + range) <= x->mv_row_max) &
468 (mv->row >= x->mv_row_min) && (mv->row <= x->mv_row_max);
519 clamp_mv(ref_mv, x->mv_col_min, x->mv_col_max, x->mv_row_min, x->mv_row_max);
720 clamp_mv(ref_mv, x->mv_col_min, x->mv_col_max, x->mv_row_min, x->mv_row_max);
1182 clamp_mv(ref_mv, x->mv_col_min, x->mv_col_max, x->mv_row_min, x->mv_row_max);
1190 end_row = MIN(range, x->mv_row_max - ref_mv->row);
1267 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.c133 const int tmp_row_max = x->mv_row_max;
169 x->mv_row_max = tmp_row_max;
H A Dvp9_temporal_filter.c236 cpi->mb.mv_row_max = ((mb_rows - 1 - mb_row) * 16)
H A Dvp9_rdopt.c1198 (mv->row >> 3) > x->mv_row_max ||
1427 x->mv_row_min, x->mv_row_max);
1786 int tmp_row_max = x->mv_row_max;
1865 x->mv_row_max = tmp_row_max;
1948 int tmp_row_max = x->mv_row_max;
1988 x->mv_row_max = tmp_row_max;
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dblock.h115 int mv_row_max; member in struct:macroblock
H A Dmcomp.c230 int maxr = MIN(x->mv_row_max * 4,
247 buf_r2 = ((bestmv->as_mv.row + 3) > x->mv_row_max)?(x->mv_row_max - bestmv->as_mv.row):3;
814 all_in &= ((br+range) <= x->mv_row_max);\
824 if (this_mv.as_mv.row > x->mv_row_max) continue;\
892 vp8_clamp_mv(ref_mv, x->mv_col_min, x->mv_col_max, x->mv_row_min, x->mv_row_max);
1088 vp8_clamp_mv(ref_mv, x->mv_col_min, x->mv_col_max, x->mv_row_min, x->mv_row_max);
1121 (this_row_offset > x->mv_row_min) && (this_row_offset < x->mv_row_max))
1212 vp8_clamp_mv(ref_mv, x->mv_col_min, x->mv_col_max, x->mv_row_min, x->mv_row_max);
1245 all_in &= ((best_mv->as_mv.row + ss[i+1].mv.row) < x->mv_row_max);
[all...]
H A Drdopt.c1270 vp8_clamp_mv(&mvp_full, x->mv_col_min, x->mv_col_max, x->mv_row_min, x->mv_row_max);
1305 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) ||
1427 int tmp_row_max = x->mv_row_max;
1436 if (x->mv_row_max > row_max )
1437 x->mv_row_max = row_max;
1480 x->mv_row_max = tmp_row_max;
2251 int tmp_row_max = x->mv_row_max;
2274 if (x->mv_row_max > row_max )
2275 x->mv_row_max = row_max;
2355 x->mv_row_max
[all...]
H A Dpickinter.c883 int tmp_row_max = x->mv_row_max;
965 if (x->mv_row_max > row_max )
966 x->mv_row_max = row_max;
1034 x->mv_row_max = tmp_row_max;
1065 ((mode_mv[this_mode].as_mv.row >> 3) > x->mv_row_max) ||
H A Dtemporal_filter.c266 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);
342 z->mv_row_max = x->mv_row_max;
H A Dencodeframe.c423 x->mv_row_max = ((cm->mb_rows - 1 - mb_row) * 16)
/external/libvpx/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;\
891 vp8_clamp_mv(ref_mv, x->mv_col_min, x->mv_col_max, x->mv_row_min, x->mv_row_max);
1087 vp8_clamp_mv(ref_mv, x->mv_col_min, x->mv_col_max, x->mv_row_min, x->mv_row_max);
1120 (this_row_offset > x->mv_row_min) && (this_row_offset < x->mv_row_max))
1211 vp8_clamp_mv(ref_mv, x->mv_col_min, x->mv_col_max, x->mv_row_min, x->mv_row_max);
1244 all_in &= ((best_mv->as_mv.row + ss[i+1].mv.row) < x->mv_row_max);
[all...]
H A Drdopt.c1271 vp8_clamp_mv(&mvp_full, x->mv_col_min, x->mv_col_max, x->mv_row_min, x->mv_row_max);
1306 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) ||
1428 int tmp_row_max = x->mv_row_max;
1437 if (x->mv_row_max > row_max )
1438 x->mv_row_max = row_max;
1481 x->mv_row_max = tmp_row_max;
2251 int tmp_row_max = x->mv_row_max;
2274 if (x->mv_row_max > row_max )
2275 x->mv_row_max = row_max;
2355 x->mv_row_max
[all...]
H A Dpickinter.c873 int tmp_row_max = x->mv_row_max;
955 if (x->mv_row_max > row_max )
956 x->mv_row_max = row_max;
1024 x->mv_row_max = tmp_row_max;
1055 ((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;
/external/libvpx/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);
1002 clamp_mv(ref_mv, x->mv_col_min, x->mv_col_max, x->mv_row_min, x->mv_row_max);
[all...]
H A Dvp9_block.h149 int mv_row_max; member in struct:macroblock
H A Dvp9_pickmode.c46 int tmp_row_max = x->mv_row_max;
124 x->mv_row_max = tmp_row_max;
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;

Completed in 7322 milliseconds

12