Home
last modified time | relevance | path

Searched refs:qmf_coeffs (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/modules/third_party/g722/
Dg722_decode.c236 static const int qmf_coeffs[12] = in WebRtc_g722_decode() local
385 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()
Dg722_encode.c251 static const int qmf_coeffs[12] = in WebRtc_g722_encode() local
315 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()