Home
last modified time | relevance | path

Searched refs:mv_row_max (Results 1 – 8 of 8) sorted by relevance

/external/libvpx/vp8/encoder/
Dmcomp.c216 int maxr = MIN(x->mv_row_max << 2, (ref_mv->row >> 1) + ((1 << mvlong_width) - 1)); in vp8_find_best_sub_pixel_step_iteratively()
799 if (br > x->mv_row_max) br = x->mv_row_max; in vp8_hex_search()
821 if (nr > x->mv_row_max) continue; in vp8_hex_search()
852 if (nr > x->mv_row_max) continue; in vp8_hex_search()
886 if (nr > x->mv_row_max) continue; in vp8_hex_search()
949 (ref_row > x->mv_row_min) && (ref_row < x->mv_row_max)) in vp8_diamond_search_sad()
975 (this_row_offset > x->mv_row_min) && (this_row_offset < x->mv_row_max)) in vp8_diamond_search_sad()
1064 (ref_row > x->mv_row_min) && (ref_row < x->mv_row_max)) in vp8_diamond_search_sadx4()
1088 all_in &= ((best_mv->row + ss[i+1].mv.row) < x->mv_row_max); in vp8_diamond_search_sadx4()
1131 (this_row_offset > x->mv_row_min) && (this_row_offset < x->mv_row_max)) in vp8_diamond_search_sadx4()
[all …]
Dblock.h98 int mv_row_max; member
Dtemporal_filter.c353 cpi->mb.mv_row_max = ((cpi->common.mb_rows - 1 - mb_row) * 16) in vp8cx_temp_blur1_c()
Dethreading.c107 … x->mv_row_max = ((cm->mb_rows - 1 - mb_row) * 16) + (VP8BORDERINPIXELS - 16); in thread_encoding_proc()
Drdopt.c1294 …mode_mv[this_mode].row >> 3) < x->mv_row_min) || ((mode_mv[this_mode].row >> 3) > x->mv_row_max) || in vp8_rd_pick_best_mbsegmentation()
1904 …mode_mv[this_mode].row >> 3) < x->mv_row_min) || ((mode_mv[this_mode].row >> 3) > x->mv_row_max) || in vp8_rd_pick_inter_mode()
Dpickinter.c787 …mode_mv[this_mode].row >> 3) < x->mv_row_min) || ((mode_mv[this_mode].row >> 3) > x->mv_row_max) || in vp8_pick_inter_mode()
Dencodeframe.c405 x->mv_row_max = ((cm->mb_rows - 1 - mb_row) * 16) in encode_mb_row()
Dfirstpass.c617 x->mv_row_max = ((cm->mb_rows - 1 - mb_row) * 16) + (VP8BORDERINPIXELS - 16); in vp8_first_pass()