OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:COS_GRID_POINTS
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
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] = {
defines.h
53
#define
COS_GRID_POINTS
60
poly_to_lsp.c
86
for (j = 1; j <
COS_GRID_POINTS
&& foundFreqs < 10; j++) {
Completed in 59 milliseconds