Lines Matching defs:xd
31 MACROBLOCKD *const xd = &x->e_mbd;
71 vp9_build_inter_predictors_sby(xd, mb_row, mb_col, BLOCK_16X16);
73 xd->plane[0].dst.buf, xd->plane[0].dst.stride,
88 MACROBLOCKD *const xd = &x->e_mbd;
95 xd->plane[0].pre[0].buf, xd->plane[0].pre[0].stride,
127 MACROBLOCKD *const xd = &x->e_mbd;
133 xd->plane[0].pre[0].buf, xd->plane[0].pre[0].stride,
144 MACROBLOCKD *const xd = &x->e_mbd;
153 xd->mi_8x8[0]->mbmi.mode = mode;
154 vp9_predict_intra_block(xd, 0, 2, TX_16X16, mode,
156 xd->plane[0].dst.buf, xd->plane[0].dst.stride);
158 xd->plane[0].dst.buf, xd->plane[0].dst.stride, best_err);
189 MACROBLOCKD *const xd = &x->e_mbd;
197 xd->plane[0].dst.buf = get_frame_new_buffer(cm)->y_buffer + mb_y_offset;
198 xd->plane[0].dst.stride = get_frame_new_buffer(cm)->y_stride;
210 xd->plane[0].pre[0].buf = golden_ref->y_buffer + mb_y_offset;
211 xd->plane[0].pre[0].stride = golden_ref->y_stride;
226 xd->plane[0].pre[0].buf = alt_ref->y_buffer + mb_y_offset;
227 xd->plane[0].pre[0].stride = alt_ref->y_stride;
244 MACROBLOCKD *const xd = &x->e_mbd;
258 xd->up_available = 0;
259 xd->plane[0].dst.stride = buf->y_stride;
260 xd->plane[0].pre[0].stride = buf->y_stride;
261 xd->plane[1].dst.stride = buf->uv_stride;
262 xd->mi_8x8[0] = &mi_local;
279 xd->left_available = 0;
294 xd->left_available = 1;
301 xd->up_available = 1;