Home
last modified time | relevance | path

Searched refs:COS_GRID_POINTS (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
Dconstants.c487 const int16_t WebRtcIlbcfix_kCosGrid[COS_GRID_POINTS + 1] = {
Dpoly_to_lsp.c86 for (j = 1; j < COS_GRID_POINTS && foundFreqs < 10; j++) { in WebRtcIlbcfix_Poly2Lsp()
Ddefines.h53 #define COS_GRID_POINTS 60 macro