Searched refs:qmf_coeffs (Results 1 – 2 of 2) sorted by relevance
236 static const int qmf_coeffs[12] = in WebRtc_g722_decode() local385 xout2 += s->x[2*i]*qmf_coeffs[i]; in WebRtc_g722_decode()386 xout1 += s->x[2*i + 1]*qmf_coeffs[11 - i]; in WebRtc_g722_decode()
251 static const int qmf_coeffs[12] = in WebRtc_g722_encode() local315 sumodd += s->x[2*i]*qmf_coeffs[i]; in WebRtc_g722_encode()316 sumeven += s->x[2*i + 1]*qmf_coeffs[11 - i]; in WebRtc_g722_encode()