Lines Matching refs:mb_xy
357 const int mb_xy = sl->mb_xy;
368 top_xy = mb_xy - (h->mb_stride << MB_FIELD(sl));
375 left_xy[LBOT] = left_xy[LTOP] = mb_xy - 1;
378 const int left_mb_field_flag = IS_INTERLACED(h->cur_pic.mb_type[mb_xy - 1]);
382 left_xy[LBOT] = left_xy[LTOP] = mb_xy - h->mb_stride - 1;
804 const int mb_xy = sl->mb_xy;
807 memset(h->non_zero_count[mb_xy], 0, 48);
829 h->cur_pic.mb_type[mb_xy] = mb_type;
830 h->cur_pic.qscale_table[mb_xy] = sl->qscale;
831 h->slice_table[mb_xy] = sl->slice_num;