Lines Matching refs:slice_count
36 unsigned slice_count;
343 for (i = 0; i < ctx_pic->slice_count; i++) {
370 if (i < ctx_pic->slice_count - 1)
400 if (i < ctx_pic->slice_count)
432 slice_size = ctx_pic->slice_count * sizeof(*ctx_pic->slice_short);
435 slice_size = ctx_pic->slice_count * sizeof(*ctx_pic->slice_long);
461 ctx_pic->slice_count = 0;
478 if (ctx_pic->slice_count >= MAX_SLICES)
487 fill_slice_short(&ctx_pic->slice_short[ctx_pic->slice_count],
490 fill_slice_long(avctx, &ctx_pic->slice_long[ctx_pic->slice_count],
492 ctx_pic->slice_count++;
507 if (ctx_pic->slice_count <= 0 || ctx_pic->bitstream_size <= 0)