HomeSort by relevance Sort by last modified time
    Searched defs:tempin_ch2 (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
filterbanks.c 93 float tempin_ch2[FRAMESAMPLES+MAX_AR_MODEL_ORDER]; local
177 tempin_ch2[FRAMESAMPLES_HALF+QLOOKAHEAD-1-k] = tempinoutvec[k];
190 tempin_ch2[QLOOKAHEAD-1-k]=prefiltdata->INLABUF2_float[k];
219 WebRtcIsac_AllPassFilter2Float(tempin_ch2,WebRtcIsac_kLowerApFactorsFloat,
224 LP[k] = 0.5f*(tempin_ch1[k] + tempin_ch2[k]);/* low pass signal*/
225 HP[k] = 0.5f*(tempin_ch1[k] - tempin_ch2[k]);/* high pass signal*/
238 tempin_ch2[k]=in[2*k];
245 WebRtcIsac_AllPassFilter2Float(tempin_ch2,WebRtcIsac_kLowerApFactorsFloat,
249 LP_la[k] = (float)(0.5f*(tempin_ch1[k] + tempin_ch2[k])); /*low pass */
250 HP_la[k] = (double)(0.5f*(tempin_ch1[k] - tempin_ch2[k])); /* high pass *
294 float tempin_ch2[FRAMESAMPLES+MAX_AR_MODEL_ORDER]; local
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
filterbanks.c 170 int16_t tempin_ch2[FRAMESAMPLES/2 + QLOOKAHEAD]; local
190 tempin_ch2[QLOOKAHEAD + k] = pin[2 * k];
193 tempin_ch2[k]=prefiltdata->INLABUF2_fix[k];
202 tempin_ch2,
214 tempin_ch2 + FRAMESAMPLES/2,
225 tmp2 = (int32_t)tempin_ch2[k]; // Q0 -> Q0
250 int16_t tempin_ch2[FRAMESAMPLES/2]; local
265 tempin_ch2[k] = pin[2 * k];
273 tempin_ch2,
284 tmp2 = (int32_t)tempin_ch2[k]; // Q0 -> Q
    [all...]

Completed in 134 milliseconds