Lines Matching refs:b_stride
51 mv = h->cur_pic_ptr->motion_val[list][h->mb2b_xy[xy] + 3 + y4 * h->b_stride]; \
265 int b_stride = h->b_stride;
276 A = mv[h->mb2b_xy[sl->left_mb_xy[LTOP]] + 3 + b_stride * sl->left_block[0]];
289 B = mv[h->mb2b_xy[sl->top_mb_xy] + 3 * b_stride];
305 C = mv[h->mb2b_xy[sl->topright_mb_xy] + 3 * b_stride];
314 C = mv[h->mb2b_xy[sl->topleft_mb_xy] + 3 + b_stride +
315 (sl->topleft_partition & 2 * b_stride)];
607 int b_stride = h->b_stride;
618 const int b_xy = h->mb2b_xy[top_xy] + 3 * b_stride;
637 mv[b_xy + b_stride * left_block[0 + i * 2]]);
639 mv[b_xy + b_stride * left_block[1 + i * 2]]);
654 AV_COPY32(mv_cache[-1], mv[b_xy + b_stride * left_block[0]]);
664 const int b_xy = h->mb2b_xy[topright_xy] + 3 * b_stride;
674 const int b_xy = h->mb2b_xy[topleft_xy] + 3 + b_stride +
675 (sl->topleft_partition & 2 * b_stride);