Lines Matching refs:slice_num
2119 sl->slice_num = ++h->current_slice;
2121 if (sl->slice_num)
2122 h->slice_row[(sl->slice_num-1)&(MAX_SLICES-1)]= sl->resync_mb_y;
2123 if ( h->slice_row[sl->slice_num&(MAX_SLICES-1)] + 3 >= sl->resync_mb_y
2124 && h->slice_row[sl->slice_num&(MAX_SLICES-1)] <= sl->resync_mb_y
2125 && sl->slice_num >= MAX_SLICES) {
2127 av_log(h->avctx, AV_LOG_WARNING, "Possibly too many slices (%d >= %d), increase MAX_SLICES and recompile if there are artifacts\n", sl->slice_num, MAX_SLICES);
2132 int *ref2frm = h->ref2frm[sl->slice_num & (MAX_SLICES - 1)][j];
2166 sl->slice_num,
2393 const int *ref2frm = &h->ref2frm[sl->slice_num & (MAX_SLICES - 1)][list][(MB_MBAFF(sl) ? 20 : 2)];
2468 if (h->slice_table[top_xy] != sl->slice_num)
2470 if (h->slice_table[left_xy[LBOT]] != sl->slice_num)
2629 int mb_type = (h->slice_table[mb_xy - 1] == sl->slice_num) ?
2631 (h->slice_table[mb_xy - h->mb_stride] == sl->slice_num) ?