Lines Matching refs:top_xy
2332 int mb_type, int top_xy,
2343 const int b_xy = h->mb2b_xy[top_xy] + 3 * b_stride;
2344 const int b8_xy = 4 * top_xy + 2;
2345 const int *ref2frm = &h->ref2frm[h->slice_table[top_xy] & (MAX_SLICES - 1)][list][(MB_MBAFF(sl) ? 20 : 2)];
2417 int top_xy, left_xy[LEFT_MBS];
2422 top_xy = mb_xy - (h->mb_stride << MB_FIELD(sl));
2433 top_xy += h->mb_stride &
2434 (((h->cur_pic.mb_type[top_xy] >> 7) & 1) - 1);
2440 sl->top_mb_xy = top_xy;
2452 (top_xy < 0 ||
2453 ((qp + h->cur_pic.qscale_table[top_xy] + 1) >> 1) <= qp_thresh)) {
2458 (top_xy < h->mb_stride ||
2459 ((qp + h->cur_pic.qscale_table[top_xy - h->mb_stride] + 1) >> 1) <= qp_thresh))
2464 top_type = h->cur_pic.mb_type[top_xy];
2468 if (h->slice_table[top_xy] != sl->slice_num)
2473 if (h->slice_table[top_xy] == 0xFFFF)
2485 fill_filter_caches_inter(h, sl, mb_type, top_xy, left_xy,
2488 fill_filter_caches_inter(h, sl, mb_type, top_xy, left_xy,
2500 nnz = h->non_zero_count[top_xy];
2517 nnz_cache[5 + 8 * 0] = (h->cbp_table[top_xy] & 0x4000) >> 12;
2519 nnz_cache[7 + 8 * 0] = (h->cbp_table[top_xy] & 0x8000) >> 12;