HomeSort by relevance Sort by last modified time
    Searched refs:PITCH_BUFFSIZE (Results 1 - 11 of 11) sorted by null

  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
pitch_filter_c.c 30 int16_t* ubufQQpos2 = &outputBuf2[PITCH_BUFFSIZE - (index + 2)];
69 outputBuf2[*index2 + PITCH_BUFFSIZE] = WebRtcSpl_SatW32ToW16(tmpW32);
pitch_filter_mips.c 25 int16_t* out2_pos2 = &outputBuf2[PITCH_BUFFSIZE - (index + 2)] + ind2t;
34 int16_t* output2 = outputBuf2 + ind2t + PITCH_BUFFSIZE;
settings.h 164 #define PITCH_BUFFSIZE 190 /* (PITCH_MAX_LAG + 50) Extra 50 for fraction and LP filters */
165 #define PITCH_INTBUFFSIZE 430 /* (PITCH_FRAME_LEN+PITCH_BUFFSIZE) */
pitch_filter_armv6.S 51 add r4, r7, #PITCH_BUFFSIZE @ *index2 + PITCH_BUFFSIZE
52 add r6, r3, r4, lsl #1 @ &outputBuf2[*index2 + PITCH_BUFFSIZE]
54 sub r4, #2 @ *index2 + PITCH_BUFFSIZE - index - 2
134 strh r2, [r6], #2 @ outputBuff2[*index2 + PITCH_BUFFSIZE]
initialize.c 118 for (k = 0; k < PITCH_BUFFSIZE; k++)
pitch_filter.c 165 pos = ind + PITCH_BUFFSIZE;
structs.h 121 int16_t ubufQQ[PITCH_BUFFSIZE];
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
settings.h 137 #define PITCH_BUFFSIZE (PITCH_MAX_LAG + 50)
138 #define PITCH_INTBUFFSIZE (PITCH_FRAME_LEN+PITCH_BUFFSIZE)
intialize.c 112 for (k = 0; k < PITCH_BUFFSIZE; k++) {
pitch_filter.c 144 int pos = parameters->index + PITCH_BUFFSIZE;
structs.h 102 double ubuf[PITCH_BUFFSIZE];

Completed in 189 milliseconds