OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WINLEN
(Results
1 - 8
of
8
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
lpc_analysis.c
27
static const double kLpcCorrWindow[
WINLEN
] = {
215
double DataLo[
WINLEN
], DataHi[
WINLEN
];
248
maskdata->DataBufferLo[pos1 +
WINLEN
- QLOOKAHEAD] = inLo[pos1];
253
for (pos1 = 0; pos1 <
WINLEN
- UPDATE/2; pos1++) {
268
WebRtcIsac_AutoCorr(corrlo, DataLo,
WINLEN
, ORDERLO+1); /* computing autocorrelation */
269
WebRtcIsac_AutoCorr(corrhi, DataHi,
WINLEN
, ORDERHI);
397
double data[
WINLEN
];
422
for(pos1 = 0; pos1 <
WINLEN
- UPDATE/2; pos1++)
437
WebRtcIsac_AutoCorr(corrSubFrame, data,
WINLEN
, UB_LPC_ORDER+1)
[
all
...]
settings.h
69
#define
WINLEN
256
structs.h
37
double DataBufferLo[
WINLEN
];
38
double DataBufferHi[
WINLEN
];
intialize.c
23
for (k = 0; k <
WINLEN
; k++) {
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
settings.h
60
#define
WINLEN
256
structs.h
55
int16_t DataBufferLoQ0[
WINLEN
];
56
int16_t DataBufferHiQ0[
WINLEN
];
lpc_masking_model.c
291
static const int16_t kWindowAutocorr[
WINLEN
] = {
551
int16_t DataLoQ6[
WINLEN
], DataHiQ6[
WINLEN
];
607
maskdata->DataBufferLoQ0[pos1 +
WINLEN
- QLOOKAHEAD] = inLoQ0[pos1];
613
for (pos1 = 0; pos1 <
WINLEN
- UPDATE/2; pos1++) {
643
WebRtcIsacfix_AutocorrFix(corrloQQ,DataLoQ6,
WINLEN
, ORDERLO+1, &scale);
653
WebRtcIsacfix_AutocorrFix(corrhiQQ,DataHiQ6,
WINLEN
, ORDERHI, &scale);
initialize.c
27
for (k = 0; k <
WINLEN
; k++) {
Completed in 182 milliseconds