Searched refs:low_band (Results 1 – 2 of 2) sorted by relevance
128 int16_t* low_band, int16_t* high_band, in WebRtcSpl_AnalysisQMF() argument160 low_band[i] = WebRtcSpl_SatW32ToW16(tmp); in WebRtcSpl_AnalysisQMF()167 void WebRtcSpl_SynthesisQMF(const int16_t* low_band, const int16_t* high_band, in WebRtcSpl_SynthesisQMF() argument184 tmp = (int32_t)low_band[i] + (int32_t)high_band[i]; in WebRtcSpl_SynthesisQMF()186 tmp = (int32_t)low_band[i] - (int32_t)high_band[i]; in WebRtcSpl_SynthesisQMF()
913 int16_t* low_band,917 void WebRtcSpl_SynthesisQMF(const int16_t* low_band,