Searched refs:qmf_coeffs (Results 1 – 2 of 2) sorted by relevance
241 static const int qmf_coeffs[12] = in WebRtc_g722_decode() local390 xout2 += s->x[2*i]*qmf_coeffs[i]; in WebRtc_g722_decode()391 xout1 += s->x[2*i + 1]*qmf_coeffs[11 - i]; in WebRtc_g722_decode()
256 static const int qmf_coeffs[12] = in WebRtc_g722_encode() local320 sumodd += s->x[2*i]*qmf_coeffs[i]; in WebRtc_g722_encode()321 sumeven += s->x[2*i + 1]*qmf_coeffs[11 - i]; in WebRtc_g722_encode()