Lines Matching refs:bmi
603 d->bmi.mv.as_mv.row = 0;
604 d->bmi.mv.as_mv.col = 0;
609 &d->bmi.mv.as_mv, lst_yv12,
622 d->bmi.mv.as_mv.row = tmp_mv.row;
623 d->bmi.mv.as_mv.col = tmp_mv.col;
636 //d->bmi.mv.as_mv.row = tmp_mv.row;
637 //d->bmi.mv.as_mv.col = tmp_mv.col;
669 d->bmi.mv.as_mv.row <<= 3;
670 d->bmi.mv.as_mv.col <<= 3;
672 vp8_set_mbmode_and_mvs(x, NEWMV, &d->bmi.mv.as_mv);
674 sum_mvr += d->bmi.mv.as_mv.row;
675 sum_mvr_abs += abs(d->bmi.mv.as_mv.row);
676 sum_mvc += d->bmi.mv.as_mv.col;
677 sum_mvc_abs += abs(d->bmi.mv.as_mv.col);
678 sum_mvrs += d->bmi.mv.as_mv.row * d->bmi.mv.as_mv.row;
679 sum_mvcs += d->bmi.mv.as_mv.col * d->bmi.mv.as_mv.col;
682 best_ref_mv.as_int = d->bmi.mv.as_int;
685 if (d->bmi.mv.as_int)
692 if (d->bmi.mv.as_mv.row > 0)
694 else if (d->bmi.mv.as_mv.row < 0)
699 if (d->bmi.mv.as_mv.row > 0)
701 else if (d->bmi.mv.as_mv.row < 0)
708 if (d->bmi.mv.as_mv.col > 0)
710 else if (d->bmi.mv.as_mv.col < 0)
715 if (d->bmi.mv.as_mv.col > 0)
717 else if (d->bmi.mv.as_mv.col < 0)