Home | History | Annotate | Download | only in encoder

Lines Matching refs:bmi

698     b->bmi.as_mode = *best_mode;
753 mic->bmi[i].as_mode = best_mode;
966 as they have not yet made it to the bmi array in our MB_MODE_INFO. */
995 this_mv->as_int = col ? d[-1].bmi.mv.as_int : (uint32_t)left_block_mv(mic, i);
998 this_mv->as_int = row ? d[-4].bmi.mv.as_int : (uint32_t)above_block_mv(mic, i, mis);
1011 left_mv.as_int = col ? d[-1].bmi.mv.as_int :
1021 d->bmi.mv.as_int = this_mv->as_int;
1023 x->partition_info->bmi[i].mode = m;
1024 x->partition_info->bmi[i].mv.as_int = this_mv->as_int;
1216 bsi->mvp.as_int = x->e_mbd.block[i-1].bmi.mv.as_int;
1218 bsi->mvp.as_int = x->e_mbd.block[i-4].bmi.mv.as_int;
1285 mode_mv[NEW4X4].as_int = e->bmi.mv.as_int;
1292 e->bmi.mv.as_int = mode_mv[NEW4X4].as_int;
1365 bsi->mvs[i].as_mv = x->partition_info->bmi[i].mv.as_mv;
1366 bsi->modes[i] = x->partition_info->bmi[i].mode;
1495 bd->bmi.mv.as_int = bsi.mvs[i].as_int;
1513 x->partition_info->bmi[i].mode = bsi.modes[j];
1514 x->partition_info->bmi[i].mv.as_mv = bsi.mvs[j].as_mv;
1519 x->partition_info->bmi[15].mv.as_int = bsi.mvs[15].as_int;
1745 if (x->partition_info->bmi[i].mode == NEW4X4)
1747 x->MVcount[0][mv_max+((x->partition_info->bmi[i].mv.as_mv.row
1749 x->MVcount[1][mv_max+((x->partition_info->bmi[i].mv.as_mv.col
1937 best_mode->bmodes[i] = x->e_mbd.block[i].bmi;
2288 bestsme = cpi->diamond_search_sad(x, b, d, &mvp_full, &d->bmi.mv,
2292 mode_mv[NEWMV].as_int = d->bmi.mv.as_int;
2314 &d->bmi.mv, step_param + n, sadpb, &num00,
2325 mode_mv[NEWMV].as_int = d->bmi.mv.as_int;
2329 d->bmi.mv.as_int = mode_mv[NEWMV].as_int;
2342 thissme = cpi->refining_search_sad(x, b, d, &d->bmi.mv, sadpb,
2349 mode_mv[NEWMV].as_int = d->bmi.mv.as_int;
2353 d->bmi.mv.as_int = mode_mv[NEWMV].as_int;
2366 cpi->find_fractional_mv_step(x, b, d, &d->bmi.mv, &best_ref_mv,
2372 mode_mv[NEWMV].as_int = d->bmi.mv.as_int;
2591 xd->mode_info_context->bmi[i].as_mode = best_mode.bmodes[i].as_mode;
2597 xd->mode_info_context->bmi[i].mv.as_int = best_mode.bmodes[i].mv.as_int;
2602 x->partition_info->bmi[15].mv.as_int;