Lines Matching refs:top_xy
358 int topleft_xy, top_xy, topright_xy, left_xy[LEFT_MBS];
368 top_xy = mb_xy - (h->mb_stride << MB_FIELD(sl));
373 topleft_xy = top_xy - 1;
374 topright_xy = top_xy + 1;
396 topleft_xy += h->mb_stride & (((h->cur_pic.mb_type[top_xy - 1] >> 7) & 1) - 1);
397 topright_xy += h->mb_stride & (((h->cur_pic.mb_type[top_xy + 1] >> 7) & 1) - 1);
398 top_xy += h->mb_stride & (((h->cur_pic.mb_type[top_xy] >> 7) & 1) - 1);
412 sl->top_mb_xy = top_xy;
419 sl->top_type = h->cur_pic.mb_type[top_xy];
427 if (h->slice_table[top_xy] != sl->slice_num)
434 if (h->slice_table[top_xy] != sl->slice_num)
446 int topleft_xy, top_xy, topright_xy, left_xy[LEFT_MBS];
454 top_xy = sl->top_mb_xy;
511 AV_COPY32(sl->intra4x4_pred_mode_cache + 4 + 8 * 0, sl->intra4x4_pred_mode + h->mb2br_xy[top_xy]);
543 nnz = h->non_zero_count[top_xy];
591 sl->top_cbp = h->cbp_table[top_xy];
618 const int b_xy = h->mb2b_xy[top_xy] + 3 * b_stride;
621 ref_cache[1 - 1 * 8] = ref[4 * top_xy + 2];
623 ref_cache[3 - 1 * 8] = ref[4 * top_xy + 3];
699 const int b_xy = h->mb2br_xy[top_xy];
731 int b8_xy = 4 * top_xy;