HomeSort by relevance Sort by last modified time
    Searched defs:NsxInst_t (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/webrtc/modules/audio_processing/ns/
nsx_core.h 110 } NsxInst_t;
132 int32_t WebRtcNsx_InitCore(NsxInst_t* inst, uint32_t fs);
149 int WebRtcNsx_set_policy_core(NsxInst_t* inst, int mode);
169 int WebRtcNsx_ProcessCore(NsxInst_t* inst,
180 typedef void (*NoiseEstimation)(NsxInst_t* inst,
187 typedef void (*PrepareSpectrum)(NsxInst_t* inst,
193 typedef void (*SynthesisUpdate)(NsxInst_t* inst,
199 typedef void (*AnalysisUpdate)(NsxInst_t* inst,
205 typedef void (*Denormalize) (NsxInst_t* inst, int16_t* in, int factor);
209 typedef void (*NormalizeRealBuffer) (NsxInst_t* inst
    [all...]
  /external/webrtc/src/modules/audio_processing/ns/
nsx_core.h 102 } NsxInst_t;
124 WebRtc_Word32 WebRtcNsx_InitCore(NsxInst_t* inst, WebRtc_UWord32 fs);
141 int WebRtcNsx_set_policy_core(NsxInst_t* inst, int mode);
161 int WebRtcNsx_ProcessCore(NsxInst_t* inst,
172 typedef void (*NoiseEstimation)(NsxInst_t* inst,
179 typedef void (*PrepareSpectrum)(NsxInst_t* inst,
185 typedef void (*SynthesisUpdate)(NsxInst_t* inst,
191 typedef void (*AnalysisUpdate)(NsxInst_t* inst,
197 typedef void (*Denormalize)(NsxInst_t* inst,
204 typedef void (*CreateComplexBuffer)(NsxInst_t* inst
    [all...]

Completed in 122 milliseconds