Searched refs:WebRtcIsac_kTransform (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
H A Dpitch_lag_tables.c265 const double WebRtcIsac_kTransform[4][4] = { variable
H A Dpitch_lag_tables.h109 extern const double WebRtcIsac_kTransform[4][4];
H A Dentropy_coding.c1562 C += WebRtcIsac_kTransform[k][j] * S[j];
1740 C += WebRtcIsac_kTransform[k][j] * PitchLags[j];
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
H A Dpitch_lag_tables.c265 const double WebRtcIsac_kTransform[4][4] = { variable
H A Dpitch_lag_tables.h109 extern const double WebRtcIsac_kTransform[4][4];
H A Dentropy_coding.c1557 C += WebRtcIsac_kTransform[k][j] * S[j];
1735 C += WebRtcIsac_kTransform[k][j] * PitchLags[j];

Completed in 209 milliseconds