HomeSort by relevance Sort by last modified time
    Searched full:framenrglimit (Results 1 - 1 of 1) sorted by null

  /external/webrtc/src/modules/audio_processing/agc/
analog_agc.c 408 WebRtc_UWord32 frameNrgLimit = 5500;
422 frameNrgLimit = frameNrgLimit << 1;
431 if (frameNrg < frameNrgLimit)
447 } else if (frameNrg <= frameNrgLimit)
    [all...]

Completed in 167 milliseconds