Home | History | Annotate | Download | only in encoder

Lines Matching defs:xd

288   MACROBLOCKD *xd = &x->e_mbd;
298 const int y_stride = xd->plane[0].pre[0].stride;
300 uint8_t *y = xd->plane[0].pre[0].buf + offset;
386 MACROBLOCKD *xd = &x->e_mbd;
395 const int y_stride = xd->plane[0].pre[0].stride;
397 uint8_t *y = xd->plane[0].pre[0].buf + offset;
480 MACROBLOCKD *const xd = &x->e_mbd;
491 const int y_stride = xd->plane[0].pre[0].stride;
493 uint8_t *const y = xd->plane[0].pre[0].buf + offset;
583 MACROBLOCKD *xd = &x->e_mbd;
593 const int y_stride = xd->plane[0].pre[0].stride;
595 uint8_t *y = xd->plane[0].pre[0].buf + offset;
730 const MACROBLOCKD* const xd = &x->e_mbd;
737 int in_what_stride = xd->plane[0].pre[0].stride;
761 base_offset = (uint8_t *)(xd->plane[0].pre[0].buf);
1079 const MACROBLOCKD* const xd = &x->e_mbd;
1083 int in_what_stride = xd->plane[0].pre[0].stride;
1116 in_what = (uint8_t *)(xd->plane[0].pre[0].buf +
1117 (ref_row * (xd->plane[0].pre[0].stride)) + ref_col);
1221 const MACROBLOCKD* const xd = &x->e_mbd;
1225 int in_what_stride = xd->plane[0].pre[0].stride;
1260 in_what = (uint8_t *)(xd->plane[0].pre[0].buf +
1261 (ref_row * (xd->plane[0].pre[0].stride)) + ref_col);
1466 const MACROBLOCKD* const xd = &x->e_mbd;
1470 int in_what_stride = xd->plane[0].pre[0].stride;
1471 int mv_stride = xd->plane[0].pre[0].stride;
1497 in_what = xd->plane[0].pre[0].buf;
1498 bestaddress = in_what + (ref_row * xd->plane[0].pre[0].stride) + ref_col;
1555 const MACROBLOCKD* const xd = &x->e_mbd;
1559 int in_what_stride = xd->plane[0].pre[0].stride;
1560 int mv_stride = xd->plane[0].pre[0].stride;
1588 in_what = xd->plane[0].pre[0].buf;
1589 bestaddress = in_what + (ref_row * xd->plane[0].pre[0].stride) + ref_col;
1677 const MACROBLOCKD* const xd = &x->e_mbd;
1681 int in_what_stride = xd->plane[0].pre[0].stride;
1682 int mv_stride = xd->plane[0].pre[0].stride;
1711 in_what = xd->plane[0].pre[0].buf;
1712 bestaddress = in_what + (ref_row * xd->plane[0].pre[0].stride) + ref_col;
1824 const MACROBLOCKD* const xd = &x->e_mbd;
1830 int in_what_stride = xd->plane[0].pre[0].stride;
1832 uint8_t *best_address = xd->plane[0].pre[0].buf +
1833 (ref_mv->as_mv.row * xd->plane[0].pre[0].stride) +
1908 const MACROBLOCKD* const xd = &x->e_mbd;
1914 int in_what_stride = xd->plane[0].pre[0].stride;
1916 uint8_t *best_address = xd->plane[0].pre[0].buf +
1917 (ref_mv->as_mv.row * xd->plane[0].pre[0].stride) +
2026 const MACROBLOCKD* const xd = &x->e_mbd;
2033 int in_what_stride = xd->plane[0].pre[0].stride;
2035 uint8_t *best_address = xd->plane[0].pre[0].buf +
2036 (ref_mv->as_mv.row * xd->plane[0].pre[0].stride) +