HomeSort by relevance Sort by last modified time
    Searched refs:qmf_coeffs (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/modules/audio_coding/codecs/g722/
g722_decode.c 241 static const int qmf_coeffs[12] = local
390 xout2 += s->x[2*i]*qmf_coeffs[i];
391 xout1 += s->x[2*i + 1]*qmf_coeffs[11 - i];
g722_encode.c 256 static const int qmf_coeffs[12] = local
320 sumodd += s->x[2*i]*qmf_coeffs[i];
321 sumeven += s->x[2*i + 1]*qmf_coeffs[11 - i];

Completed in 37 milliseconds