Lines Matching refs:slice_h
35 int slice_h; member
55 int num_slices, slice_h; member
177 int slice_h = tctx->slice_h; in fic_decode_slice() local
190 for (y = 0; y < (slice_h >> !!p); y += 8) { in fic_decode_slice()
352 ctx->slice_h = 16 * (ctx->aligned_height >> 4) / nslices; in fic_decode_frame()
353 if (ctx->slice_h % 16) in fic_decode_frame()
354 ctx->slice_h = FFALIGN(ctx->slice_h - 16, 16); in fic_decode_frame()
377 int y_off = ctx->slice_h * slice; in fic_decode_frame()
378 int slice_h = ctx->slice_h; in fic_decode_frame() local
386 slice_h = FFALIGN(avctx->height - ctx->slice_h * (nslices - 1), 16); in fic_decode_frame()
400 ctx->slice_data[slice].slice_h = slice_h; in fic_decode_frame()