Lines Matching refs:output_channels
407 uint8_t output_channels [ 1]; member
435 a2b->output_channels = mftTag->output_channels[0]; in read_mft_common()
438 if (a2b->output_channels != ARRAY_COUNT(a2b->output_curves)) { in read_mft_common()
466 uint32_t byte_len_all_output_tables = a2b->output_channels * byte_len_per_output_table; in init_a2b_tables()
468 uint64_t grid_size = a2b->output_channels * byte_width; in init_a2b_tables()
497 for (uint32_t i = 0; i < a2b->output_channels; ++i) { in init_a2b_tables()
582 uint8_t output_channels [ 1]; member
606 a2b->output_channels = mABTag->output_channels[0]; in read_tag_mab()
609 if (a2b->output_channels != ARRAY_COUNT(a2b->output_curves)) { in read_tag_mab()
628 if (!read_curves(tag->buf, tag->size, b_curve_offset, a2b->output_channels, in read_tag_mab()
638 a2b->matrix_channels = a2b->output_channels; in read_tag_mab()
694 uint64_t grid_size = a2b->output_channels * clut->grid_byte_width[0]; in read_tag_mab()
712 if (a2b->input_channels != a2b->output_channels) { in read_tag_mab()
799 a2b->output_channels > 0 ? a2b->output_curves + 0 : nullptr, in read_a2b()
800 a2b->output_channels > 1 ? a2b->output_curves + 1 : nullptr, in read_a2b()
801 a2b->output_channels > 2 ? a2b->output_curves + 2 : nullptr, in read_a2b()
2170 if (srcProfile->A2B.output_channels == 3) { in skcms_TransformWithPalette()