HomeSort by relevance Sort by last modified time
    Searched full:winlen (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/third_party/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...]
structs.h 36 double DataBufferLo[WINLEN];
37 double DataBufferHi[WINLEN];
intialize.c 23 for (k = 0; k < WINLEN; k++) {
settings.h 69 #define WINLEN 256
  /external/webrtc/src/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...]
structs.h 37 double DataBufferLo[WINLEN];
38 double DataBufferHi[WINLEN];
intialize.c 23 for (k = 0; k < WINLEN; k++) {
settings.h 69 #define WINLEN 256
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
initialize.c 27 for (k = 0; k < WINLEN; k++) {
structs.h 54 int16_t DataBufferLoQ0[WINLEN];
55 int16_t DataBufferHiQ0[WINLEN];
lpc_masking_model.c 300 static const int16_t kWindowAutocorr[WINLEN] = {
563 int16_t DataLoQ6[WINLEN], DataHiQ6[WINLEN];
621 maskdata->DataBufferLoQ0[pos1 + WINLEN - QLOOKAHEAD] = inLoQ0[pos1];
627 for (pos1 = 0; pos1 < WINLEN - UPDATE/2; pos1++) {
657 WebRtcIsacfix_AutocorrFix(corrloQQ,DataLoQ6,WINLEN, ORDERLO+1, &scale);
667 WebRtcIsacfix_AutocorrFix(corrhiQQ,DataHiQ6,WINLEN, ORDERHI, &scale);
    [all...]
settings.h 60 #define WINLEN 256
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
initialize.c 27 for (k = 0; k < WINLEN; k++) {
structs.h 53 WebRtc_Word16 DataBufferLoQ0[WINLEN];
54 WebRtc_Word16 DataBufferHiQ0[WINLEN];
lpc_masking_model.c 300 static const WebRtc_Word16 kWindowAutocorr[WINLEN] = {
563 WebRtc_Word16 DataLoQ6[WINLEN], DataHiQ6[WINLEN];
621 maskdata->DataBufferLoQ0[pos1 + WINLEN - QLOOKAHEAD] = inLoQ0[pos1];
627 for (pos1 = 0; pos1 < WINLEN - UPDATE/2; pos1++) {
657 WebRtcIsacfix_AutocorrFix(corrloQQ,DataLoQ6,WINLEN, ORDERLO+1, &scale);
667 WebRtcIsacfix_AutocorrFix(corrhiQQ,DataHiQ6,WINLEN, ORDERHI, &scale);
    [all...]
settings.h 60 #define WINLEN 256
  /external/svox/pico/lib/
picosig2.c 4011 picoos_int16 hop, winlen, Fs; local
    [all...]

Completed in 361 milliseconds