Searched refs:output_ch (Results 1 – 5 of 5) sorted by relevance
/external/webrtc/audio/utility/ |
D | channel_mixing_matrix.cc | 103 for (int output_ch = 0; output_ch < output_channels_; ++output_ch) in CreateTransformationMatrix() local 128 for (size_t output_ch = 2; output_ch < matrix_->size(); ++output_ch) { in CreateTransformationMatrix() local 129 (*matrix_)[output_ch][0] = 0.f; in CreateTransformationMatrix() 280 for (int output_ch = 0; output_ch < output_channels_; ++output_ch) { in CreateTransformationMatrix() local 285 if ((*matrix_)[output_ch][input_ch] != 1 || ++input_mappings > 1) in CreateTransformationMatrix() 313 Channels output_ch, in Mix() argument 315 MixWithoutAccounting(input_ch, output_ch, scale); in Mix() 320 Channels output_ch, in MixWithoutAccounting() argument 323 int output_ch_index = ChannelOrder(output_layout_, output_ch); in MixWithoutAccounting()
|
D | channel_mixer.cc | 74 for (size_t output_ch = 0; output_ch < output_channels_; ++output_ch) { in Transform() local 77 const float scale = matrix_[output_ch][input_ch]; in Transform() 83 const size_t index = output_channels_ * i + output_ch; in Transform()
|
D | channel_mixing_matrix.h | 66 void Mix(Channels input_ch, Channels output_ch, float scale); 67 void MixWithoutAccounting(Channels input_ch, Channels output_ch, float scale);
|
/external/llvm-project/llvm/test/CodeGen/Thumb2/ |
D | mve-postinc-lsr.ll | 206 …re readonly %input_row, i8* nocapture readonly %input_col, i16 zeroext %output_ch, i16 zeroext %nu… 294 %conv2 = zext i16 %output_ch to i32 295 %cmp3114 = icmp eq i16 %output_ch, 0 389 …re readonly %input_row, i8* nocapture readonly %input_col, i16 zeroext %output_ch, i16 zeroext %nu… 476 %conv2 = zext i16 %output_ch to i32 477 %cmp3114 = icmp eq i16 %output_ch, 0 681 define i8* @signext(i8* %input_row, i8* %input_col, i16 zeroext %output_ch, i16 zeroext %num_cols, … 771 %conv2 = zext i16 %output_ch to i32 772 %cmp3127 = icmp eq i16 %output_ch, 0 868 define i8* @signext_optsize(i8* %input_row, i8* %input_col, i16 zeroext %output_ch, i16 zeroext %nu… [all …]
|
D | mve-gather-scatter-optimisation.ll | 842 …_y, i16 zeroext %input_ch, i8* nocapture readonly %kernel, i16 zeroext %output_ch, i16 zeroext %ch…
|