Searched refs:c_ix (Results 1 – 4 of 4) sorted by relevance
/external/webrtc/webrtc/modules/audio_processing/beamformer/ |
D | covariance_matrix_generator.cc | 104 for (size_t c_ix = 0; c_ix < geometry.size(); ++c_ix) { in PhaseAlignmentMasks() local 105 float distance = std::cos(angle) * geometry[c_ix].x() + in PhaseAlignmentMasks() 106 std::sin(angle) * geometry[c_ix].y(); in PhaseAlignmentMasks() 110 mat_els[0][c_ix] = complex<float>(cos(phase_shift), sin(phase_shift)); in PhaseAlignmentMasks()
|
D | nonlinear_beamformer.cc | 486 for (size_t c_ix = 0; c_ix < num_input_channels_; ++c_ix) { in ApplyMasks() local 487 output_channel[f_ix] += input[c_ix][f_ix] * delay_sum_mask_els[c_ix]; in ApplyMasks()
|
/external/swiftshader/third_party/LLVM/test/CodeGen/PowerPC/ |
D | 2009-11-15-ProcImpDefsBug.ll | 95 %c_ix.0.3 = phi i32 [ undef, %bb48.3 ], [ undef, %bb49.2 ] ; <i32> [#uses=1] 103 %0 = getelementptr inbounds [5 x i64*]* undef, i32 0, i32 %c_ix.0.3 ; <i64**> [#uses=0]
|
/external/llvm/test/CodeGen/PowerPC/ |
D | 2009-11-15-ProcImpDefsBug.ll | 95 %c_ix.0.3 = phi i32 [ undef, %bb48.3 ], [ undef, %bb49.2 ] ; <i32> [#uses=1] 103 …%0 = getelementptr inbounds [5 x i64*], [5 x i64*]* undef, i32 0, i32 %c_ix.0.3 ; <i64**> [#uses=0]
|