Home
last modified time | relevance | path

Searched refs:dfaNoisyQDomain (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/aecm/
Daecm_core.c445 aecm->dfaNoisyQDomain = 0; in WebRtcAecm_InitCore()
740 aecm->nearLogEnergy[0] = LogOfEnergyInQ8(nearEner, aecm->dfaNoisyQDomain); in WebRtcAecm_CalcEnergies()
944 tmp16no1 = zerosDfa - 2 + aecm->dfaNoisyQDomain - in WebRtcAecm_UpdateChannel()
953 dfaQ = RESOLUTION_CHANNEL32 + far_q - aecm->dfaNoisyQDomain - in WebRtcAecm_UpdateChannel()
Daecm_core_c.c365 aecm->dfaNoisyQDomainOld = aecm->dfaNoisyQDomain; in WebRtcAecm_ProcessBlock()
366 aecm->dfaNoisyQDomain = (int16_t)zerosDBufNoisy; in WebRtcAecm_ProcessBlock()
373 aecm->dfaCleanQDomain = aecm->dfaNoisyQDomain; in WebRtcAecm_ProcessBlock()
Daecm_core.h68 int16_t dfaNoisyQDomain; member
Daecm_core_mips.c888 aecm->dfaNoisyQDomainOld = aecm->dfaNoisyQDomain; in WebRtcAecm_ProcessBlock()
889 aecm->dfaNoisyQDomain = (int16_t)zerosDBufNoisy; in WebRtcAecm_ProcessBlock()
894 aecm->dfaCleanQDomain = aecm->dfaNoisyQDomain; in WebRtcAecm_ProcessBlock()