HomeSort by relevance Sort by last modified time
    Searched defs:AecCore (Results 1 - 2 of 2) 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,

Completed in 48 milliseconds