Lines Matching refs:slice_count
35 unsigned slice_count;
192 for (i = 0; i < ctx_pic->slice_count; i++) {
202 if (i < ctx_pic->slice_count - 1)
222 if (i < ctx_pic->slice_count)
251 ctx_pic->slice_count * sizeof(*ctx_pic->slice),
271 ctx_pic->slice_count = 0;
285 if (ctx_pic->slice_count >= MAX_SLICES) {
287 ctx_pic->slice_count);
295 fill_slice(avctx, s, &ctx_pic->slice[ctx_pic->slice_count++], position,
307 if (ctx_pic->slice_count <= 0 || ctx_pic->bitstream_size <= 0)