OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:QORDER
(Results
1 - 7
of
7
) sorted by null
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
structs.h
60
double INSTAT1[2*(
QORDER
-1)];
61
double INSTAT2[2*(
QORDER
-1)];
62
double INSTATLA1[2*(
QORDER
-1)];
63
double INSTATLA2[2*(
QORDER
-1)];
67
float INSTAT1_float[2*(
QORDER
-1)];
68
float INSTAT2_float[2*(
QORDER
-1)];
69
float INSTATLA1_float[2*(
QORDER
-1)];
70
float INSTATLA2_float[2*(
QORDER
-1)];
settings.h
92
#define
QORDER
3
94
#define QORDER_ALL (POSTQORDER+
QORDER
-1)
intialize.c
61
for (k = 0; k < 2*(
QORDER
-1); k++) {
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
settings.h
79
#define
QORDER
3
filterbanks.c
128
WebRtc_Word32 tmpState[WEBRTC_SPL_MUL_16_16(2,(
QORDER
-1))]; /* 4 */
161
for (k=0;k<WEBRTC_SPL_MUL_16_16(2, (
QORDER
-1));k++)
164
for (k=0;k<WEBRTC_SPL_MUL_16_16(2, (
QORDER
-1));k++)
structs.h
91
WebRtc_Word32 INSTAT1_fix[2*(
QORDER
-1)];
92
WebRtc_Word32 INSTAT2_fix[2*(
QORDER
-1)];
initialize.c
81
for (k = 0; k < WEBRTC_SPL_MUL_16_16(2,(
QORDER
-1)); k++) {
Completed in 109 milliseconds