Home | History | Annotate | Download | only in encoder

Lines Matching defs:xd

288     MACROBLOCKD *const xd = &mb->e_mbd;
290 int cost = mb->mbmode_cost [xd->frame_type] [B_PRED];
295 intra_prediction_down_copy(xd, xd->dst.y_buffer - xd->dst.y_stride + 16);
301 MODE_INFO *const mic = xd->mode_info_context;
302 const int mis = xd->mode_info_stride;
495 MACROBLOCKD *xd = &x->e_mbd;
498 if (xd->mode_info_context->mbmi.mode == NEWMV)
500 x->MVcount[0][mv_max+((xd->mode_info_context->mbmi.mv.as_mv.row -
502 x->MVcount[1][mv_max+((xd->mode_info_context->mbmi.mv.as_mv.col -
510 void get_lower_res_motion_info(VP8_COMP *cpi, MACROBLOCKD *xd, int *dissim,
556 vp8_clamp_mv2(parent_ref_mv, xd);
563 MACROBLOCKD *xd = &x->e_mbd;
565 unsigned int threshold = (xd->block[0].dequant[1]
566 * xd->block[0].dequant[1] >>4);
683 MACROBLOCKD *xd = &x->e_mbd;
781 get_lower_res_motion_info(cpi, xd, &dissim, &parent_ref_frame,
1048 vp8_build_intra_predictors_mby_s(xd,
1049 xd->dst.y_buffer - xd->dst.y_stride,
1050 xd->dst.y_buffer - 1,
1051 xd->dst.y_stride,
1052 xd->predictor,
1123 vp8_cal_sad(cpi,xd,x, recon_yoffset ,&near_sadidx[0] );
1258 vp8_clamp_mv2(&mode_mv[this_mode], xd);
1509 != cpi->common.ref_frame_sign_bias[xd->mode_info_context->mbmi.ref_frame])
1523 MACROBLOCKD *xd = &x->e_mbd;
1525 xd->mode_info_context->mbmi.ref_frame = INTRA_FRAME;
1531 xd->mode_info_context->mbmi.mode = mode;
1532 vp8_build_intra_predictors_mby_s(xd,
1533 xd->dst.y_buffer - xd->dst.y_stride,
1534 xd->dst.y_buffer - 1,
1535 xd->dst.y_stride,
1536 xd->predictor,
1539 (*(b->base_src), b->src_stride, xd->predictor, 16, &sse);
1540 rate = x->mbmode_cost[xd->frame_type][mode];
1551 xd->mode_info_context->mbmi.mode = best_mode;
1557 xd->mode_info_context->mbmi.mode = B_PRED;