Searched refs:half_in1 (Results 1 – 1 of 1) sorted by relevance
134 int32_t half_in1[kMaxBandFrameLength]; in WebRtcSpl_AnalysisQMF() local146 half_in1[i] = WEBRTC_SPL_LSHIFT_W32((int32_t)in_data[k + 1], 10); in WebRtcSpl_AnalysisQMF()150 WebRtcSpl_AllPassQMF(half_in1, band_length, filter1, in WebRtcSpl_AnalysisQMF()172 int32_t half_in1[kMaxBandFrameLength]; in WebRtcSpl_SynthesisQMF() local185 half_in1[i] = WEBRTC_SPL_LSHIFT_W32(tmp, 10); in WebRtcSpl_SynthesisQMF()191 WebRtcSpl_AllPassQMF(half_in1, band_length, filter1, in WebRtcSpl_SynthesisQMF()