Searched refs:WebRtcIlbcfix_kAcosDerivative (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
H A Dlsp_to_lsf.c67 acos(lsp[i])= k*512 + (WebRtcIlbcfix_kAcosDerivative[ind]*offset >> 11)
71 tmp = (int16_t)WEBRTC_SPL_MUL_16_16_RSFT(WebRtcIlbcfix_kAcosDerivative[k],diff, 11);
H A Dconstants.c503 const int16_t WebRtcIlbcfix_kAcosDerivative[64] = { variable
H A Dconstants.h53 extern const int16_t WebRtcIlbcfix_kAcosDerivative[];

Completed in 101 milliseconds