| Index: webrtc/common_audio/signal_processing/include/signal_processing_library.h
|
| diff --git a/webrtc/common_audio/signal_processing/include/signal_processing_library.h b/webrtc/common_audio/signal_processing/include/signal_processing_library.h
|
| index 2e96883e6de96a1620d85a4f3118d4004b7bfc4f..e8c6b4368bfc59e3f6502d63c792352060184811 100644
|
| --- a/webrtc/common_audio/signal_processing/include/signal_processing_library.h
|
| +++ b/webrtc/common_audio/signal_processing/include/signal_processing_library.h
|
| @@ -254,7 +254,7 @@ int32_t WebRtcSpl_MinValueW32_mips(const int32_t* vector, size_t length);
|
| // Return value : Index to the maximum absolute value in vector.
|
| // If there are multiple equal maxima, return the index of the
|
| // first. -32768 will always have precedence over 32767 (despite
|
| -// -32768 presenting an int16 absolute value of 32767).
|
| +// -32768 presenting an int16_t absolute value of 32767).
|
| size_t WebRtcSpl_MaxAbsIndexW16(const int16_t* vector, size_t length);
|
|
|
| // Returns the vector index to the maximum sample value of a 16-bit vector.
|
|
|