HomeSort by relevance Sort by last modified time
    Searched refs:PointwiseAbsoluteValue (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/modules/audio_processing/beamformer/
matrix.h 239 Matrix& PointwiseAbsoluteValue() {
247 Matrix& PointwiseAbsoluteValue(const Matrix& operand) {
249 return PointwiseAbsoluteValue();
matrix_unittest.cc 250 actual_result.PointwiseAbsoluteValue(operand_mat);
254 operand_mat.PointwiseAbsoluteValue();

Completed in 2478 milliseconds