Lines Matching refs:top_xy

360     int topleft_xy, top_xy, topright_xy, left_xy[LEFT_MBS];  in fill_decode_neighbors()  local
370 top_xy = mb_xy - (h->mb_stride << MB_FIELD(sl)); in fill_decode_neighbors()
375 topleft_xy = top_xy - 1; in fill_decode_neighbors()
376 topright_xy = top_xy + 1; in fill_decode_neighbors()
398 topleft_xy += h->mb_stride & (((h->cur_pic.mb_type[top_xy - 1] >> 7) & 1) - 1); in fill_decode_neighbors()
399 topright_xy += h->mb_stride & (((h->cur_pic.mb_type[top_xy + 1] >> 7) & 1) - 1); in fill_decode_neighbors()
400 top_xy += h->mb_stride & (((h->cur_pic.mb_type[top_xy] >> 7) & 1) - 1); in fill_decode_neighbors()
414 sl->top_mb_xy = top_xy; in fill_decode_neighbors()
421 sl->top_type = h->cur_pic.mb_type[top_xy]; in fill_decode_neighbors()
429 if (h->slice_table[top_xy] != sl->slice_num) in fill_decode_neighbors()
436 if (h->slice_table[top_xy] != sl->slice_num) in fill_decode_neighbors()
448 int topleft_xy, top_xy, topright_xy, left_xy[LEFT_MBS]; in fill_decode_caches() local
456 top_xy = sl->top_mb_xy; in fill_decode_caches()
513 … AV_COPY32(sl->intra4x4_pred_mode_cache + 4 + 8 * 0, sl->intra4x4_pred_mode + h->mb2br_xy[top_xy]); in fill_decode_caches()
545 nnz = h->non_zero_count[top_xy]; in fill_decode_caches()
593 sl->top_cbp = h->cbp_table[top_xy]; in fill_decode_caches()
620 const int b_xy = h->mb2b_xy[top_xy] + 3 * b_stride; in fill_decode_caches()
623 ref_cache[1 - 1 * 8] = ref[4 * top_xy + 2]; in fill_decode_caches()
625 ref_cache[3 - 1 * 8] = ref[4 * top_xy + 3]; in fill_decode_caches()
701 const int b_xy = h->mb2br_xy[top_xy]; in fill_decode_caches()
733 int b8_xy = 4 * top_xy; in fill_decode_caches()