Lines Matching defs:plane
609 } else { /* chroma plane */
716 static int estimate_slice_plane(ProresContext *ctx, int *error, int plane,
727 bits = estimate_dcs(error, td->blocks[plane], blocks_per_slice, qmat[0]);
728 bits += estimate_acs(error, td->blocks[plane], blocks_per_slice,
867 ctx->quants[q], td); /* estimate luma plane */
868 for (i = 1; i < ctx->num_planes - !!ctx->alpha_bits; i++) { /* estimate chroma plane */
904 qmat, td);/* estimate luma plane */
905 for (i = 1; i < ctx->num_planes - !!ctx->alpha_bits; i++) { /* estimate chroma plane */
1324 // The alpha plane is run-coded and might exceed the bit budget.
1384 { "alpha_bits", "bits for alpha plane", OFFSET(alpha_bits), AV_OPT_TYPE_INT,