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

12

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_block.h92 int mv_row_min; member in struct:macroblock
H A Dvp9_mbgraph.c34 const int tmp_row_min = x->mv_row_min;
74 x->mv_row_min = tmp_row_min;
244 x->mv_row_min = -BORDER_MV_PIXELS_B16;
289 x->mv_row_min -= 16;
H A Dvp9_mcomp.c48 if (x->mv_row_min < row_min)
49 x->mv_row_min = row_min;
281 const int minr = MAX(x->mv_row_min * 8, ref_mv->row - MV_MAX); \
460 return ((row - range) >= x->mv_row_min) &
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);
1188 start_row = MAX(-range, x->mv_row_min - ref_mv->row);
1267 clamp_mv(ref_mv, x->mv_col_min, x->mv_col_max, x->mv_row_min,
[all...]
H A Dvp9_pickmode.c132 const int tmp_row_min = x->mv_row_min;
168 x->mv_row_min = tmp_row_min;
H A Dvp9_temporal_filter.c235 cpi->mb.mv_row_min = -((mb_row * 16) + (17 - 2 * VP9_INTERP_EXTEND));
H A Dvp9_rdopt.c1197 return (mv->row >> 3) < x->mv_row_min ||
1427 x->mv_row_min, x->mv_row_max);
1785 int tmp_row_min = x->mv_row_min;
1864 x->mv_row_min = tmp_row_min;
1947 int tmp_row_min = x->mv_row_min;
1987 x->mv_row_min = tmp_row_min;
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dblock.h114 int mv_row_min; member in struct:macroblock
H A Dmcomp.c228 int minr = MAX(x->mv_row_min * 4,
246 buf_r1 = ((bestmv->as_mv.row - 3) < x->mv_row_min)?(bestmv->as_mv.row - x->mv_row_min):3;
813 all_in &= ((br-range) >= x->mv_row_min);\
823 if (this_mv.as_mv.row < x->mv_row_min) 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);
1244 all_in &= ((best_mv->as_mv.row + ss[i].mv.row)> x->mv_row_min);
[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) ||
1426 int tmp_row_min = x->mv_row_min;
1434 if (x->mv_row_min < row_min )
1435 x->mv_row_min = row_min;
1479 x->mv_row_min = tmp_row_min;
2250 int tmp_row_min = x->mv_row_min;
2272 if (x->mv_row_min < row_min )
2273 x->mv_row_min = row_min;
2354 x->mv_row_min
[all...]
H A Dpickinter.c882 int tmp_row_min = x->mv_row_min;
963 if (x->mv_row_min < row_min )
964 x->mv_row_min = row_min;
1033 x->mv_row_min = tmp_row_min;
1064 if (((mode_mv[this_mode].as_mv.row >> 3) < x->mv_row_min) ||
H A Dtemporal_filter.c265 cpi->mb.mv_row_min = -((mb_row * 16) + (16 - 5));
H A Dethreading.c147 x->mv_row_min = -((mb_row * 16) + (VP8BORDERINPIXELS - 16));
341 z->mv_row_min = x->mv_row_min;
H A Dencodeframe.c422 x->mv_row_min = -((mb_row * 16) + (VP8BORDERINPIXELS - 16));
/external/libvpx/libvpx/vp8/encoder/
H A Dblock.h114 int mv_row_min; member in struct:macroblock
H A Dmcomp.c227 int minr = MAX(x->mv_row_min * 4,
245 buf_r1 = ((bestmv->as_mv.row - 3) < x->mv_row_min)?(bestmv->as_mv.row - x->mv_row_min):3;
812 all_in &= ((br-range) >= x->mv_row_min);\
822 if (this_mv.as_mv.row < x->mv_row_min) 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);
1243 all_in &= ((best_mv->as_mv.row + ss[i].mv.row)> x->mv_row_min);
[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) ||
1427 int tmp_row_min = x->mv_row_min;
1435 if (x->mv_row_min < row_min )
1436 x->mv_row_min = row_min;
1480 x->mv_row_min = tmp_row_min;
2250 int tmp_row_min = x->mv_row_min;
2272 if (x->mv_row_min < row_min )
2273 x->mv_row_min = row_min;
2354 x->mv_row_min
[all...]
H A Dpickinter.c872 int tmp_row_min = x->mv_row_min;
953 if (x->mv_row_min < row_min )
954 x->mv_row_min = row_min;
1023 x->mv_row_min = tmp_row_min;
1054 if (((mode_mv[this_mode].as_mv.row >> 3) < x->mv_row_min) ||
H A Dtemporal_filter.c264 cpi->mb.mv_row_min = -((mb_row * 16) + (16 - 5));
H A Dethreading.c147 x->mv_row_min = -((mb_row * 16) + (VP8BORDERINPIXELS - 16));
326 z->mv_row_min = x->mv_row_min;
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_mbgraph.c35 const int tmp_row_min = x->mv_row_min;
72 x->mv_row_min = tmp_row_min;
249 x->mv_row_min = -BORDER_MV_PIXELS_B16;
298 x->mv_row_min -= 16;
H A Dvp9_mcomp.c48 if (x->mv_row_min < row_min)
49 x->mv_row_min = row_min;
295 const int minr = MAX(x->mv_row_min * 8, ref_mv->row - MV_MAX);
394 const int minr = MAX(x->mv_row_min * 8, ref_mv->row - MV_MAX);
467 return ((row - range) >= x->mv_row_min) &
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);
924 start_row = MAX(-range, x->mv_row_min - ref_row);
1002 clamp_mv(ref_mv, x->mv_col_min, x->mv_col_max, x->mv_row_min,
[all...]
H A Dvp9_block.h148 int mv_row_min; member in struct:macroblock
H A Dvp9_pickmode.c45 int tmp_row_min = x->mv_row_min;
123 x->mv_row_min = tmp_row_min;
H A Dvp9_temporal_filter.c234 cpi->mb.mv_row_min = -((mb_row * 16) + (17 - 2 * VP9_INTERP_EXTEND));
H A Dvp9_rdopt.c1640 return (mv->row >> 3) < x->mv_row_min ||
1890 x->mv_row_min, x->mv_row_max);
2387 int tmp_row_min = x->mv_row_min;
2506 x->mv_row_min = tmp_row_min;
2588 int tmp_row_min = x->mv_row_min;
2630 x->mv_row_min = tmp_row_min;

Completed in 9047 milliseconds

12