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

  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
lsf_to_lsp.c 57 lsp[i] = WebRtcIlbcfix_kCos[k] + (int16_t)(tmpW32 >> 12);
lsp_to_lsf.c 39 /* set the index to maximum index value in WebRtcIlbcfix_kCos */
49 cosTblPtr=(int16_t*)&WebRtcIlbcfix_kCos[k];
constants.c 453 WebRtcIlbcfix_kCos[i] = cos(pi*i/64.0)
457 const int16_t WebRtcIlbcfix_kCos[64] = {
470 WebRtcIlbcfix_kCos[] values to get a more exact y = cos(x)
constants.h 50 extern const int16_t WebRtcIlbcfix_kCos[];

Completed in 538 milliseconds