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

  /external/eigen/blas/
level1_impl.h 139 int EIGEN_BLAS_FUNC(scal)(int *n, RealScalar *palpha, RealScalar *px, int *incx) function
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
filter_functions.c 25 double scal; local
43 scal = 1.0 / Coef[0];
46 *InOut *= scal;
48 *InOut -= scal*Coef[k]*InOut[-k];
  /external/libgsm/src/
long_term.c 65 word R, S, dmax, scal, best_k; local
82 if (dmax == 0) scal = 0;
87 if (temp > 6) scal = 0;
88 else scal = 6 - temp;
89 assert(scal >= 0);
95 wt_k = SASR(d[best_k], scal);
109 assert(scal <= 100 && scal >= -100);
110 L_max = L_max >> (6 - scal); /* sub(6, scal) */
168 word R, S, dmax, scal; local
309 word R, S, dmax, scal; local
485 word R, S, dmax, scal; local
    [all...]
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
filter_functions.c 24 double scal; local
42 scal = 1.0 / Coef[0];
45 *InOut *= scal;
47 *InOut -= scal*Coef[k]*InOut[-k];

Completed in 654 milliseconds