Lines Matching refs:slice_count
35 unsigned slice_count;
229 for (i = 0; i < ctx_pic->slice_count; i++) {
240 if (i < ctx_pic->slice_count - 1)
279 if (i < ctx_pic->slice_count)
308 ctx_pic->slice_count * sizeof(*ctx_pic->slice),
326 ctx_pic->slice_count = 0;
341 if (ctx_pic->slice_count >= MAX_SLICES) {
343 ctx_pic->slice_count);
358 fill_slice(avctx, &ctx_pic->slice[ctx_pic->slice_count++], position, size);
368 if (ctx_pic->slice_count <= 0 || ctx_pic->bitstream_size <= 0)