Lines Matching refs:nslices
276 int slice, nslices;
305 nslices = src[13];
306 if (!nslices) {
353 ctx->slice_h = 16 * (ctx->aligned_height >> 4) / nslices;
358 sdata = src + tsize + FIC_HEADER_SIZE + 4 * nslices;
359 msize = avpkt->size - nslices * 4 - tsize - FIC_HEADER_SIZE;
368 nslices * sizeof(ctx->slice_data[0]));
373 memset(ctx->slice_data, 0, nslices * sizeof(ctx->slice_data[0]));
375 for (slice = 0; slice < nslices; slice++) {
385 if (slice == nslices - 1) {
387 slice_h = FFALIGN(avctx->height - ctx->slice_h * (nslices - 1), 16);
406 NULL, nslices, sizeof(ctx->slice_data[0]))) < 0)
411 for (slice = 0; slice < nslices; slice++) {