|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include "webrtc/modules/audio_coding/neteq/cross_correlation.h"#include <cstdlib>#include <limits>#include "webrtc/common_audio/signal_processing/include/signal_processing_library.h"Namespaces | |
| webrtc | |
Functions | |
| int | webrtc::CrossCorrelationWithAutoShift (const int16_t *sequence_1, const int16_t *sequence_2, size_t sequence_1_length, size_t cross_correlation_length, int cross_correlation_step, int32_t *cross_correlation) |
1.8.13