Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/g722/
Dg722_decode.c241 static const int qmf_coeffs[12] = in WebRtc_g722_decode() local
390 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()
Dg722_encode.c256 static const int qmf_coeffs[12] = in WebRtc_g722_encode() local
320 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()