Searched refs:half_in2 (Results 1 – 1 of 1) sorted by relevance
135 int32_t half_in2[kMaxBandFrameLength]; in WebRtcSpl_AnalysisQMF() local145 half_in2[i] = WEBRTC_SPL_LSHIFT_W32((int32_t)in_data[k], 10); in WebRtcSpl_AnalysisQMF()152 WebRtcSpl_AllPassQMF(half_in2, band_length, filter2, in WebRtcSpl_AnalysisQMF()173 int32_t half_in2[kMaxBandFrameLength]; in WebRtcSpl_SynthesisQMF() local187 half_in2[i] = WEBRTC_SPL_LSHIFT_W32(tmp, 10); in WebRtcSpl_SynthesisQMF()193 WebRtcSpl_AllPassQMF(half_in2, band_length, filter2, in WebRtcSpl_SynthesisQMF()