Searched refs:passthrough_channels (Results 1 – 1 of 1) sorted by relevance
166 int passthrough_channels = std::min(input_channels_, output_channels_); in CreateTransformationMatrix() local167 for (int i = 0; i < passthrough_channels; ++i) in CreateTransformationMatrix()