Lines Matching refs:top_xy

2236                                                       int mb_type, int top_xy,  in fill_filter_caches_inter()  argument
2247 const int b_xy = h->mb2b_xy[top_xy] + 3 * b_stride; in fill_filter_caches_inter()
2248 const int b8_xy = 4 * top_xy + 2; in fill_filter_caches_inter()
2249 …const int *ref2frm = &h->ref2frm[h->slice_table[top_xy] & (MAX_SLICES - 1)][list][(MB_MBAFF(sl) ? … in fill_filter_caches_inter()
2321 int top_xy, left_xy[LEFT_MBS]; in fill_filter_caches() local
2326 top_xy = mb_xy - (h->mb_stride << MB_FIELD(sl)); in fill_filter_caches()
2337 top_xy += h->mb_stride & in fill_filter_caches()
2338 (((h->cur_pic.mb_type[top_xy] >> 7) & 1) - 1); in fill_filter_caches()
2344 sl->top_mb_xy = top_xy; in fill_filter_caches()
2356 (top_xy < 0 || in fill_filter_caches()
2357 ((qp + h->cur_pic.qscale_table[top_xy] + 1) >> 1) <= qp_thresh)) { in fill_filter_caches()
2362 (top_xy < h->mb_stride || in fill_filter_caches()
2363 ((qp + h->cur_pic.qscale_table[top_xy - h->mb_stride] + 1) >> 1) <= qp_thresh)) in fill_filter_caches()
2368 top_type = h->cur_pic.mb_type[top_xy]; in fill_filter_caches()
2372 if (h->slice_table[top_xy] != sl->slice_num) in fill_filter_caches()
2377 if (h->slice_table[top_xy] == 0xFFFF) in fill_filter_caches()
2389 fill_filter_caches_inter(h, sl, mb_type, top_xy, left_xy, in fill_filter_caches()
2392 fill_filter_caches_inter(h, sl, mb_type, top_xy, left_xy, in fill_filter_caches()
2404 nnz = h->non_zero_count[top_xy]; in fill_filter_caches()
2421 nnz_cache[5 + 8 * 0] = (h->cbp_table[top_xy] & 0x4000) >> 12; in fill_filter_caches()
2423 nnz_cache[7 + 8 * 0] = (h->cbp_table[top_xy] & 0x8000) >> 12; in fill_filter_caches()