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

  /external/libvpx/libvpx/vp8/encoder/
mcomp.c 222 int_mv *bestmv, int_mv *ref_mv,
230 int br = bestmv->as_mv.row * 4, bc = bestmv->as_mv.col * 4;
256 unsigned char *y_0 = base_pre + d->offset + (bestmv->as_mv.row) * pre_stride +
257 bestmv->as_mv.col;
262 buf_r1 = ((bestmv->as_mv.row - 3) < x->mv_row_min)
263 ? (bestmv->as_mv.row - x->mv_row_min)
265 buf_r2 = ((bestmv->as_mv.row + 3) > x->mv_row_max)
266 ? (x->mv_row_max - bestmv->as_mv.row)
268 buf_c1 = ((bestmv->as_mv.col - 3) < x->mv_col_min
    [all...]
mcomp.h 42 int_mv *bestmv, int_mv *ref_mv,
pickinter.c 124 int_mv *bestmv, int_mv *ref_mv,
138 bestmv->as_mv.row *= 8;
139 bestmv->as_mv.col *= 8;
    [all...]
  /external/libaom/libaom/av1/encoder/
mcomp.c 311 MV *bestmv = &x->best_mv.as_mv; \
316 const int offset = bestmv->row * y_stride + bestmv->col; \
319 int br = bestmv->row * 8; \
320 int bc = bestmv->col * 8; \
329 bestmv->row *= 8; \
330 bestmv->col *= 8;
333 const MACROBLOCKD *xd, const MV *bestmv, const MV *ref_mv,
366 besterr += mv_err_cost(bestmv, ref_mv, mvjcost, mvcost, error_per_bit);
403 besterr = setup_center_error(xd, bestmv, ref_mv, error_per_bit, vfp
739 MV *bestmv = &x->best_mv.as_mv; local
    [all...]
mcomp.h 152 MV *bestmv, const MV *ref_mv, int allow_hp, int error_per_bit,
  /external/libvpx/libvpx/vp9/encoder/
vp9_mcomp.c 278 const int offset = bestmv->row * y_stride + bestmv->col; \
283 int br = bestmv->row * 8; \
284 int bc = bestmv->col * 8; \
297 bestmv->row *= 8; \
298 bestmv->col *= 8;
301 const MACROBLOCKD *xd, const MV *bestmv, const MV *ref_mv,
324 besterr += mv_err_cost(bestmv, ref_mv, mvjcost, mvcost, error_per_bit);
338 besterr += mv_err_cost(bestmv, ref_mv, mvjcost, mvcost, error_per_bit);
371 const MACROBLOCK *x, MV *bestmv, const MV *ref_mv, int allow_hp
    [all...]
vp9_mcomp.h 73 const MACROBLOCK *x, MV *bestmv, const MV *ref_mv, int allow_hp,

Completed in 235 milliseconds