Searched refs:high_band (Results 1 – 2 of 2) sorted by relevance
128 int16_t* low_band, int16_t* high_band, in WebRtcSpl_AnalysisQMF() argument163 high_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()
914 int16_t* high_band,918 const int16_t* high_band,