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

  /external/chromium_org/third_party/webrtc/modules/audio_processing/aec/
aec_core.h 51 typedef struct AecCore AecCore;
53 int WebRtcAec_CreateAec(AecCore** aec);
54 int WebRtcAec_FreeAec(AecCore* aec);
55 int WebRtcAec_InitAec(AecCore* aec, int sampFreq);
64 void WebRtcAec_BufferFarendPartition(AecCore* aec, const float* farend);
65 void WebRtcAec_ProcessFrame(AecCore* aec,
75 int WebRtcAec_MoveFarReadPtr(AecCore* aec, int elements);
79 int WebRtcAec_GetDelayMetricsCore(AecCore* self, int* median, int* std);
82 int WebRtcAec_echo_state(AecCore* self)
    [all...]
aec_core_internal.h 53 struct AecCore {
157 typedef void (*WebRtcAec_FilterFar_t)(AecCore* aec, float yf[2][PART_LEN1]);
159 typedef void (*WebRtcAec_ScaleErrorSignal_t)(AecCore* aec,
162 typedef void (*WebRtcAec_FilterAdaptation_t)(AecCore* aec,
166 typedef void (*WebRtcAec_OverdriveAndSuppress_t)(AecCore* aec,
172 typedef void (*WebRtcAec_ComfortNoise_t)(AecCore* aec,
179 typedef void (*WebRtcAec_SubbandCoherence_t)(AecCore* aec,
echo_cancellation_internal.h 64 AecCore* aec;
echo_cancellation_unittest.cc 40 AecCore* aec_core = WebRtcAec_aec_core(handle);
aec_core.c 143 static void FilterFar(AecCore* aec, float yf[2][PART_LEN1]) {
167 static void ScaleErrorSignal(AecCore* aec, float ef[2][PART_LEN1]) {
193 // static void FilterAdaptationUnconstrained(AecCore* aec, float *fft,
217 static void FilterAdaptation(AecCore* aec, float* fft, float ef[2][PART_LEN1]) {
267 static void OverdriveAndSuppress(AecCore* aec,
290 static int PartitionDelay(const AecCore* aec) {
328 static void SmoothedPSD(AecCore* aec,
407 static void SubbandCoherence(AecCore* aec,
457 static void ComfortNoise(AecCore* aec,
568 static void InitMetrics(AecCore* self)
    [all...]
aec_core_mips.c 27 void WebRtcAec_ComfortNoise_mips(AecCore* aec,
323 void WebRtcAec_FilterFar_mips(AecCore* aec, float yf[2][PART_LEN1]) {
436 void WebRtcAec_FilterAdaptation_mips(AecCore* aec,
    [all...]
aec_core_neon.c 37 static void FilterFarNEON(AecCore* aec, float yf[2][PART_LEN1]) {
122 static void ScaleErrorSignalNEON(AecCore* aec, float ef[2][PART_LEN1]) {
178 static void FilterAdaptationNEON(AecCore* aec,
368 static void OverdriveAndSuppressNEON(AecCore* aec,
442 static int PartitionDelay(const AecCore* aec) {
496 static void SmoothedPSD(AecCore* aec,
663 static void SubbandCoherenceNEON(AecCore* aec,
aec_core_sse2.c 32 static void FilterFarSSE2(AecCore* aec, float yf[2][PART_LEN1]) {
77 static void ScaleErrorSignalSSE2(AecCore* aec, float ef[2][PART_LEN1]) {
142 static void FilterAdaptationSSE2(AecCore* aec,
357 static void OverdriveAndSuppressSSE2(AecCore* aec,
430 static int PartitionDelay(const AecCore* aec) {
476 static void SmoothedPSD(AecCore* aec,
650 static void SubbandCoherenceSSE2(AecCore* aec,
echo_cancellation.c 596 AecCore* WebRtcAec_aec_core(void* handle) {
  /external/chromium_org/third_party/webrtc/modules/audio_processing/aec/include/
echo_cancellation.h 59 struct AecCore;
249 // - AecCore pointer : NULL for error.
251 struct AecCore* WebRtcAec_aec_core(void* handle);
  /external/chromium_org/third_party/webrtc/modules/audio_processing/
echo_cancellation_impl_unittest.cc 28 AecCore* aec_core = ap->echo_cancellation()->aec_core();
58 AecCore* aec_core = ap->echo_cancellation()->aec_core();
echo_cancellation_impl.h 55 virtual struct AecCore* aec_core() const OVERRIDE;
echo_cancellation_impl.cc 306 struct AecCore* EchoCancellationImpl::aec_core() const {
  /external/chromium_org/third_party/webrtc/modules/audio_processing/include/
audio_processing.h 21 struct AecCore;
474 virtual struct AecCore* aec_core() const = 0;
mock_audio_processing.h 52 struct AecCore*());

Completed in 200 milliseconds