HomeSort by relevance Sort by last modified time
    Searched refs:fac (Results 1 - 25 of 105) sorted by null

1 2 3 4 5

  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
weight_a.c 35 Word32 num = m - 1, fac; local
37 fac = gamma;
39 *ap++ =(Word16)(((vo_L_mult((*a++), fac)) + 0x8000) >> 16);
40 fac = (vo_L_mult(fac, gamma) + 0x8000) >> 16;
43 *ap++ = (Word16)(((vo_L_mult((*a++), fac)) + 0x8000) >> 16);
deemph.c 92 Word16 fac; local
95 fac = mu >> 1; /* Q15 --> Q14 */
100 L_tmp += ((*mem) * fac)<<1;
109 L_tmp += (y[i - 1] * fac)<<1;
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
weight_amrwb_lpc.cpp 123 int16 i, fac; local
126 fac = gamma;
129 ap[i] = (int16)(fxp_mac_16by16(a[i], fac, roundFactor) >> 15);
130 fac = (int16)(fxp_mac_16by16(fac, gamma, roundFactor) >> 15);
132 ap[i] = (int16)(fxp_mac_16by16(a[i], fac, roundFactor) >> 15);
synthesis_amr_wb.cpp 150 int16 i, fac, exp; local
308 fac = div_16by16(tmp, ener);
312 fac = 0;
316 gain1 = 32767 - fac;
385 weight_amrwb_lpc(HfA, Ap, 29491, M16k); /* fac=0.9 */
399 weight_amrwb_lpc(Aq, Ap, 19661, M); /* fac=0.6 */
  /frameworks/av/media/libstagefright/codecs/amrnb/common/src/
weight_a.cpp 101 fac = Spectral expansion factors (Word16)
121 a_exp[i] = a[i] * fac[i-1] ; i=1..M
138 const Word16 fac[], // (i) : Spectral expansion factors.
147 a_exp[i] = pv_round (L_mult (a[i], fac[i - 1]));
177 const Word16 fac[], /* (i) : Spectral expansion factors. */
189 fac += 1;
190 *(a_exp) = (Word16)((((Word32) * (a)) * *(fac - 1)
  /frameworks/av/media/libstagefright/codecs/amrnb/common/include/
weight_a.h 40 * Description : a_exp[i] = a[i] * fac[i-1] ,i=1,10
73 const Word16 fac[],/* (i) : Spectral expansion factors. */
  /external/fec/
sim.c 10 double fac,rsq,v1,v2; local
27 fac = sqrt(-2.0*log(rsq)/rsq);
28 gset = v1*fac;
30 return mean + std_dev*v2*fac;
  /bionic/libc/include/
syslog.h 50 #define LOG_MAKEPRI(fac, pri) ((fac) | (pri))
  /external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f/
eval.pass.cpp 25 double fac(double x) function
38 r += fac(a+b-1)/(fac(j) * fac(a + b - 1 - j)) * std::pow(x, j) *
eval_param.pass.cpp 25 double fac(double x) function
38 r += fac(a+b-1)/(fac(j) * fac(a + b - 1 - j)) * std::pow(x, j) *
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f/
eval.pass.cpp 23 double fac(double x) function
36 r += fac(a+b-1)/(fac(j) * fac(a + b - 1 - j)) * std::pow(x, j) *
eval_param.pass.cpp 23 double fac(double x) function
36 r += fac(a+b-1)/(fac(j) * fac(a + b - 1 - j)) * std::pow(x, j) *
  /external/oauth/core/src/main/java/net/oauth/signature/
RSA_SHA1.java 152 CertificateFactory fac = CertificateFactory.getInstance("X509"); local
154 X509Certificate cert = (X509Certificate)fac.generateCertificate(in);
160 CertificateFactory fac = CertificateFactory.getInstance("X509"); local
162 X509Certificate cert = (X509Certificate)fac.generateCertificate(in);
168 KeyFactory fac = KeyFactory.getInstance("RSA"); local
170 return fac.generatePublic(pubKeySpec);
180 KeyFactory fac = KeyFactory.getInstance("RSA"); local
182 return fac.generatePrivate(privKeySpec);
  /external/libvorbis/vq/
latticebuild.c 135 int fac=1; local
145 double test=fac*(quantlist[j]-min)/mindel;
148 if(fac>100)break;
149 if(j<quantvals)fac++;
152 mindel/=fac;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
syslog.h 63 #define LOG_MAKEPRI(fac, pri) (((fac) << 3) | (pri))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
syslog.h 63 #define LOG_MAKEPRI(fac, pri) (((fac) << 3) | (pri))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
syslog.h 63 #define LOG_MAKEPRI(fac, pri) (((fac) << 3) | (pri))
  /external/aac/libAACdec/src/
conceal.cpp 855 FIXP_SGL fac; local
868 fac = pConcealCommonData->fadeOutFactor[tFadeFrames];
892 pOut[i] = fMult(pCncl[i], fac);
914 fac = pConcealCommonData->fadeOutFactor[tFadeFrames];
916 fac = (FIXP_SGL)0;
975 FIXP_SGL fac = pConcealCommonData->fadeInFactor[pConcealmentInfo->cntFadeFrames]; local
1226 FIXP_SGL fac = pConcealCommonData->fadeOutFactor[pConcealmentInfo->cntFadeFrames]; local
1244 FIXP_SGL fac = pConcealCommonData->fadeInFactor[pConcealmentInfo->cntFadeFrames]; local
1256 int fac = pConcealCommonData->comfortNoiseLevel; local
1784 FIXP_DBL fac = (FIXP_DBL)0; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_skin_detection.c 68 int fac = y_bsize / 8; local
84 for (mi_row = 0; mi_row < cm->mi_rows - 1; mi_row += fac) {
86 for (mi_col = 0; mi_col < cm->mi_cols - 1; mi_col += fac) {
  /external/v8/test/mjsunit/
leakcheck.js 33 function fac(n) { function
34 if (n > 0) return fac(n - 1) * n;
39 if (fac(6) != 720) throw "Error";
  /libcore/ojluni/src/main/java/javax/net/ssl/
SSLServerSocketFactory.java 122 SSLServerSocketFactory fac = (SSLServerSocketFactory) cls.newInstance(); local
124 defaultServerSocketFactory = fac;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wabcode.h 11 #define MAKE_MAPI_SCODE(sev,fac,code) ((SCODE) (((unsigned __LONG32)(sev)<<31) | ((unsigned __LONG32)(fac)<<16) | ((unsigned __LONG32)(code))))
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
tls-e-66.d 36 80098: 7fac fcff movs\.w -4,\$r10
tls-le-12s.d 37 80098: 7fac 7cff movs\.w -132,\$r10
  /external/toybox/toys/pending/
syslogd.c 104 char *fac = tk, *lvl; local
109 tk = strchr(fac, '.');
115 char *nfac = strchr(fac, ',');
118 if (*fac == '*') {
120 if (fac[1]) return -1;
122 if ((i = logger_lookup(0, fac)) == -1) return -1;
125 if (nfac) fac = nfac + 1;
324 int olen = len, fac, lvl; local
343 fac = LOG_FAC(pri);
362 if (!((tf->facility[lvl] & (1 << fac)) || (tf->level[fac] & (1<<lvl))))
    [all...]

Completed in 1180 milliseconds

1 2 3 4 5