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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/g722/
g722_decode.c 246 static const int qmf_coeffs[12] = local
395 xout2 += s->x[2*i]*qmf_coeffs[i];
396 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 133 milliseconds