Lines Matching refs:partition_info
60 PARTITION_INFO partition;
1021 x->partition_info->bmi[i].mode = m;
1022 x->partition_info->bmi[i].mv.as_int = this_mv->as_int;
1363 bsi->mvs[i].as_mv = x->partition_info->bmi[i].mv.as_mv;
1364 bsi->modes[i] = x->partition_info->bmi[i].mode;
1503 x->partition_info->count = vp8_mbsplit_count[bsi.segment_num];
1505 for (i = 0; i < x->partition_info->count; i++)
1511 x->partition_info->bmi[i].mode = bsi.modes[j];
1512 x->partition_info->bmi[i].mv.as_mv = bsi.mvs[j].as_mv;
1517 x->partition_info->bmi[15].mv.as_int = bsi.mvs[15].as_int;
1741 for (i = 0; i < x->partition_info->count; i++)
1743 if (x->partition_info->bmi[i].mode == NEW4X4)
1745 x->MVcount[0][mv_max+((x->partition_info->bmi[i].mv.as_mv.row
1747 x->MVcount[1][mv_max+((x->partition_info->bmi[i].mv.as_mv.col
1928 vpx_memcpy(&best_mode->partition, x->partition_info, sizeof(PARTITION_INFO));
2597 vpx_memcpy(x->partition_info, &best_mode.partition, sizeof(PARTITION_INFO));
2600 x->partition_info->bmi[15].mv.as_int;