HomeSort by relevance Sort by last modified time
    Searched refs:mv_row_max (Results 1 - 8 of 8) sorted by null

  /external/libvpx/vp8/encoder/
block.h 100 int mv_row_max; member in struct:__anon8477
mcomp.c 216 int maxr = MIN(x->mv_row_max << 2, (ref_mv->row >> 1) + ((1 << mvlong_width) - 1));
802 if (br > x->mv_row_max) br = x->mv_row_max;
824 if (nr > x->mv_row_max) continue;
855 if (nr > x->mv_row_max) continue;
889 if (nr > x->mv_row_max) continue;
955 (ref_row > x->mv_row_min) && (ref_row < x->mv_row_max))
979 (this_row_offset > x->mv_row_min) && (this_row_offset < x->mv_row_max))
1071 (ref_row > x->mv_row_min) && (ref_row < x->mv_row_max))
1093 all_in &= ((best_mv->row + ss[i+1].mv.row) < x->mv_row_max);
    [all...]
pickinter.c 697 int tmp_row_max = x->mv_row_max;
723 if (x->mv_row_max > row_max )
724 x->mv_row_max = row_max;
782 x->mv_row_max = tmp_row_max;
806 if (((mode_mv[this_mode].row >> 3) < x->mv_row_min) || ((mode_mv[this_mode].row >> 3) > x->mv_row_max) ||
rdopt.c     [all...]
temporal_filter.c 313 cpi->mb.mv_row_max = ((cpi->common.mb_rows - 1 - mb_row) * 16)
ethreading.c 140 x->mv_row_max = ((cm->mb_rows - 1 - mb_row) * 16) + (VP8BORDERINPIXELS - 16);
301 z->mv_row_max = x->mv_row_max;
encodeframe.c 512 x->mv_row_max = ((cm->mb_rows - 1 - mb_row) * 16)
    [all...]
firstpass.c 560 x->mv_row_max = ((cm->mb_rows - 1 - mb_row) * 16) + (VP8BORDERINPIXELS - 16);
    [all...]

Completed in 149 milliseconds