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

  /external/chromium_org/third_party/webrtc/modules/audio_processing/ns/
ns_core.h 98 float initMagnEst[HALF_ANAL_BLOCKL]; // initial magnitude spectrum estimate
nsx_core.c 624 // Scale up to initMagnEst, which is not block averaged
710 inst->initMagnEst[i] = 0; //initial average magnitude spectrum
    [all...]
nsx_core.h 71 uint32_t initMagnEst[HALF_ANAL_BLOCKL];
ns_core.c 157 inst->initMagnEst[i] = (float)0.0; // initial average mag spectrum
    [all...]
  /external/webrtc/src/modules/audio_processing/ns/
ns_core.h 96 float initMagnEst[HALF_ANAL_BLOCKL]; //initial magnitude spectrum estimate
nsx_core.h 69 WebRtc_UWord32 initMagnEst[HALF_ANAL_BLOCKL];//initial magnitude spectrum estimate
nsx_core.c     [all...]
ns_core.c 151 inst->initMagnEst[i] = (float)0.0; //initial average mag spectrum
    [all...]

Completed in 926 milliseconds