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

  /external/webrtc/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/webrtc/webrtc/modules/audio_processing/aecm/
aecm_core.h 275 // - far_q : Q-domain of far end spectrum
279 int far_q);
295 // - far_q : The Q-domain of the aligned far end spectrum
301 const uint16_t* WebRtcAecm_AlignedFarend(AecmCore* self, int* far_q, int delay);
328 // - far_q : Q-domain of farend spectrum.
337 const int16_t far_q,
362 // - far_spectrum : Absolute value of the farend signal in Q(far_q)
363 // - far_q : Q-domain of the farend signal
368 // - echoEst : Estimated echo in Q(far_q+RESOLUTION_CHANNEL16).
372 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];
710 // @param far_q [in] Q-domain of farend spectrum.
717 const int16_t far_q,
751 aecm->farLogEnergy = LogOfEnergyInQ8(tmpFar, far_q);
755 RESOLUTION_CHANNEL16 + far_q);
    [all...]
aecm_core_c.c 323 int far_q; local
353 far_q = TimeToFrequencyDomain(aecm,
389 WebRtcAecm_UpdateFarHistory(aecm, xfa, far_q);
393 far_q) == -1) {
418 far_spectrum_ptr = WebRtcAecm_AlignedFarend(aecm, &far_q, delay);
419 zerosXBuf = (int16_t) far_q;
aecm_core_mips.c 835 int far_q; local
    [all...]

Completed in 147 milliseconds