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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
poly_to_lsp.c 75 xlow = WebRtcIlbcfix_kCosGrid[0];
87 xlow = WebRtcIlbcfix_kCosGrid[j];
constants.c 484 WebRtcIlbcfix_kCosGrid[i] = cos((2*pi*i)/(float)(2*COS_GRID_POINTS));
487 const int16_t WebRtcIlbcfix_kCosGrid[COS_GRID_POINTS + 1] = {
constants.h 52 extern const int16_t WebRtcIlbcfix_kCosGrid[];

Completed in 593 milliseconds