Home | History | Annotate | Download | only in encoder

Lines Matching refs:ref_mv

498     uint8_t *frame_ptr_buf, int stride, MV *ref_mv, MV *blk_mvs,
536 &best_ref_mv1, ref_mv, 0, 0);
543 // ref_mv.
545 x, ref_mv, &best_ref_mv1, cpi->common.allow_high_precision_mv,
551 best_ref_mv1.row = ref_mv->row;
552 best_ref_mv1.col = ref_mv->col;
647 MV ref_mv;
686 ref_mv.row = 0;
687 ref_mv.col = 0;
705 &ref_mv, blk_mvs, blk_bestsme);
749 mb_uv_width, mb_uv_height, ref_mv.row, ref_mv.col, predictor, scale,