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

  /system/bt/embdrv/g722/
g722_decode.cc 273 int xout2; local
400 xout2 = 0;
403 xout2 += s->x[2*i] * qmf_coeffs_even[i];
407 xout2 = NLDECOMPRESS_PREPROCESS_SAMPLE_WITH_GAIN((int16_t) __ssat16(xout2 >> 11), gain);
411 amp[outlen++] = ((int16_t) (xout2 >> 4) + 2048);
416 amp[outlen++] = xout2;
  /external/speex/libspeex/
lsp.c 409 spx_word32_t xout1,xout2,xin; local
479 xout1 = xout2 = 0;
506 a = PSHR32(xp[m][j+2] + xout1 + xq[m][j+2] - xout2, shift);
508 xout2 = xq[m][j+2];
530 float xout1,xout2,xin1,xin2; local
567 xout2 = xin2 - 2.f*x_freq[i2+1] * *n3 + *n4;
573 xin2 = xout2;
576 xout2 = xin2 - *(n4+2);
578 ak[j-1] = (xout1 + xout2)*0.5f;
  /external/webrtc/webrtc/modules/audio_coding/codecs/g722/
g722_decode.c 252 int xout2; local
387 xout2 = 0;
390 xout2 += s->x[2*i]*qmf_coeffs[i];
397 amp[outlen++] = saturate(xout2 >> 11);

Completed in 84 milliseconds