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

  /external/webrtc/src/modules/audio_processing/utility/
delay_estimator_wrapper.h 73 // - far_q : The Q-domain of the far-end data.
88 int far_q,
delay_estimator_wrapper.c 246 int far_q,
267 if (far_q > 15) {
268 // If |far_q| is larger than 15 we cannot guarantee no wrap around.
279 far_q,
  /external/chromium_org/third_party/webrtc/modules/audio_processing/utility/
delay_estimator_wrapper.h 59 // - far_q : The Q-domain of the far-end data.
67 int far_q);
delay_estimator_wrapper.c 203 int far_q) {
218 if (far_q > 15) {
219 // If |far_q| is larger than 15 we cannot guarantee no wrap around.
225 far_q, &(self->far_spectrum_initialized));
  /external/chromium_org/third_party/webrtc/modules/audio_processing/aecm/
aecm_core.h 287 // - far_q : Q-domain of far end spectrum
291 int far_q);
307 // - far_q : The Q-domain of the aligned far end spectrum
314 int* far_q,
342 // - far_q : Q-domain of farend spectrum.
351 const int16_t far_q,
376 // - far_spectrum : Absolute value of the farend signal in Q(far_q)
377 // - far_q : Q-domain of the farend signal
382 // - echoEst : Estimated echo in Q(far_q+RESOLUTION_CHANNEL16).
386 const int16_t far_q,
    [all...]
aecm_core.c 153 // - far_q : Q-domain of far end spectrum
157 int far_q) {
164 self->far_q_domains[self->far_history_pos] = far_q;
182 // - far_q : The Q-domain of the aligned far end spectrum
189 int* far_q,
200 *far_q = self->far_q_domains[buffer_position];
725 // @param far_q [in] Q-domain of farend spectrum.
732 const int16_t far_q,
786 tmp16 -= WEBRTC_SPL_LSHIFT_W16(far_q, 8);
798 tmp16 -= WEBRTC_SPL_LSHIFT_W16(RESOLUTION_CHANNEL16 + far_q, 8)
    [all...]
aecm_core_c.c 330 int far_q; local
360 far_q = TimeToFrequencyDomain(aecm,
396 WebRtcAecm_UpdateFarHistory(aecm, xfa, far_q);
400 far_q) == -1) {
425 far_spectrum_ptr = WebRtcAecm_AlignedFarend(aecm, &far_q, delay);
426 zerosXBuf = (int16_t) far_q;
aecm_core_mips.c 837 int far_q; local
    [all...]
  /external/webrtc/src/modules/audio_processing/aecm/
aecm_core.c 213 // - far_q : Q-domain of far end spectrum
217 int far_q) {
224 self->far_q_domains[self->far_history_pos] = far_q;
242 // - far_q : The Q-domain of the aligned far end spectrum
248 static const uint16_t* AlignedFarend(AecmCore_t* self, int* far_q, int delay) {
258 *far_q = self->far_q_domains[buffer_position];
849 // @param far_q [in] Q-domain of farend spectrum.
856 const WebRtc_Word16 far_q,
1547 int far_q; local
    [all...]

Completed in 114 milliseconds