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

  /external/webrtc/src/modules/audio_processing/
splitting_filter.cc 17 WebRtc_Word16* low_band,
22 WebRtcSpl_AnalysisQMF(in_data, low_band, high_band, filter_state1, filter_state2);
25 void SplittingFilterSynthesis(const WebRtc_Word16* low_band,
31 WebRtcSpl_SynthesisQMF(low_band, high_band, out_data, filt_state1, filt_state2);
splitting_filter.h 31 * - low_band : The signal from the 0-4 kHz band
35 WebRtc_Word16* low_band,
46 * - low_band : The signal with the 0-8 kHz band
56 void SplittingFilterSynthesis(const WebRtc_Word16* low_band,
  /external/chromium_org/third_party/webrtc/common_audio/signal_processing/
splitting_filter.c 128 int16_t* low_band, int16_t* high_band,
161 low_band[i] = WebRtcSpl_SatW32ToW16(tmp);
169 void WebRtcSpl_SynthesisQMF(const int16_t* low_band, const int16_t* high_band,
186 tmp = (int32_t)low_band[i] + (int32_t)high_band[i];
188 tmp = (int32_t)low_band[i] - (int32_t)high_band[i];
  /external/webrtc/src/common_audio/signal_processing/
splitting_filter.c 119 void WebRtcSpl_AnalysisQMF(const WebRtc_Word16* in_data, WebRtc_Word16* low_band,
150 low_band[i] = WebRtcSpl_SatW32ToW16(tmp);
158 void WebRtcSpl_SynthesisQMF(const WebRtc_Word16* low_band, const WebRtc_Word16* high_band,
174 tmp = (WebRtc_Word32)low_band[i] + (WebRtc_Word32)high_band[i];
176 tmp = (WebRtc_Word32)low_band[i] - (WebRtc_Word32)high_band[i];
  /packages/apps/FMRadio/jni/fmr/
fmr.h 86 int32_t low_band; member in struct:CUST_cfg_ds
fmr_core.cpp 45 #define FMR_low_band(idx) ((pfmr_data[idx])->cfg_data.low_band)
188 if (freq < fmr_data.cfg_data.low_band || freq > fmr_data.cfg_data.high_band) {
  /external/chromium_org/third_party/webrtc/common_audio/signal_processing/include/
signal_processing_library.h     [all...]
  /external/webrtc/src/common_audio/signal_processing/include/
signal_processing_library.h 585 WebRtc_Word16* low_band,
589 void WebRtcSpl_SynthesisQMF(const WebRtc_Word16* low_band,
    [all...]

Completed in 957 milliseconds