Lines Matching defs:slice_h
36 int slice_h;
56 int num_slices, slice_h;
178 int slice_h = tctx->slice_h;
191 for (y = 0; y < (slice_h >> !!p); y += 8) {
353 ctx->slice_h = 16 * (ctx->aligned_height >> 4) / nslices;
354 if (ctx->slice_h % 16)
355 ctx->slice_h = FFALIGN(ctx->slice_h - 16, 16);
378 int y_off = ctx->slice_h * slice;
379 int slice_h = ctx->slice_h;
387 slice_h = FFALIGN(avctx->height - ctx->slice_h * (nslices - 1), 16);
401 ctx->slice_data[slice].slice_h = slice_h;