Lines Matching refs:component_size
62 int component_size;
94 ctx->component_size = 4;
97 ctx->component_size = 3;
101 ctx->component_size = 4;
104 ctx->component_size = avctx->bits_per_coded_sample / 8;
125 ctx->component_size = 4;
130 ctx->inflated_size = avctx->width * avctx->height * ctx->component_size;
238 if (pixel_size + ctx->tiles[i].w * (int64_t)ctx->tiles[i].h * ctx->component_size > INT_MAX) {
244 pixel_size += ctx->tiles[i].w * ctx->tiles[i].h * ctx->component_size;
327 ctx->tiles[i].x * ctx->component_size;
329 raw, ctx->tiles[i].w * ctx->component_size,
330 ctx->tiles[i].w * ctx->component_size,
332 raw += ctx->tiles[i].w * ctx->component_size * ctx->tiles[i].h;