Searched refs:alpha (Results 1 - 25 of 1208) sorted by path

1234567891011>>

/external/aac/libAACenc/src/
H A Dmetadata_compressor.cpp788 FIXP_DBL gain, alpha, lvl2smthlvl; local
822 alpha = drcComp->fastAttack[i];
826 alpha = drcComp->slowAttack[i];
833 alpha = drcComp->fastDecay[i];
837 alpha = drcComp->slowDecay[i];
845 /* drcComp->smoothLevel[i] = (1-alpha) * drcComp->smoothLevel[i] + alpha * level; */
846 accu = fMult(((FIXP_DBL)MAXVAL_DBL-alpha), drcComp->smoothLevel[i]);
847 accu += fMult(alpha,level);
850 /* drcComp->smoothGain[i] = (1-alpha) * drcCom
[all...]
/external/aac/libSBRdec/src/
H A Denv_calc.cpp374 FIXP_DBL alpha = degreeAlias[k]; local
376 if (degreeAlias[k + 1] > alpha)
377 alpha = degreeAlias[k + 1];
381 FDK_add_MantExp( fMult(alpha,groupGain), groupGain_e,
382 fMult(/*FL2FXCONST_DBL(1.0f)*/ (FIXP_DBL)MAXVAL_DBL - alpha,nrgGain[k]), nrgGain_e[k],
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DBaseRecognizer.as455 * FOLLOW(r)={x | S=>*alpha r beta in G and x in FIRST(beta)}
457 * where x in T* and alpha, beta in V*; T is set of terminals and
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.pas2098 /// FOLLOW(r)={x | S=>*alpha r beta in G and x in FIRST(beta)}
2100 /// where x in T* and alpha, beta in V*; T is set of terminals and
/external/bison/
H A DGNUmakefile51 $(filter maintainer-% dist% alpha beta stable,$(MAKECMDGOALS)))
H A Dcfg.mk34 $(filter maintainer-% dist% alpha beta major,$(MAKECMDGOALS)))
H A Dconfigure6966 alpha*)
20378 haiku*) # on Haiku alpha 2, dup2(1, 1) resets FD_CLOEXEC.
H A Dmaint.mk124 RELEASE_TYPES = alpha beta stable
128 # Use alpha.gnu.org for alpha and beta releases.
130 gnu_ftp_host-alpha = alpha.gnu.org
131 gnu_ftp_host-beta = alpha.gnu.org
1165 # Check that 'make alpha' will not fail at the end of the process,
1410 .PHONY: alpha beta stable release
1411 ALL_RECURSIVE_TARGETS += alpha beta stable
1412 alpha bet
[all...]
/external/bison/build-aux/
H A Dconfig.guess223 alpha:OSF1:*:*)
236 ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1`
239 UNAME_MACHINE="alpha" ;;
241 UNAME_MACHINE="alpha" ;;
243 UNAME_MACHINE="alpha" ;;
283 echo alpha-pc-interix
286 echo alpha-dec-winnt3.5
878 alpha:Linux:*:*)
1322 A*) echo alpha-dec-vms ; exit ;;
H A Dconfig.sub259 | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \
373 | alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \
H A Ddepcomp117 alpha=${upper}${lower}
228 -e 's/^['$alpha']:\/[^:]*: / /' < "$tmpdepfile" >> "$depfile"
H A Dgnu-web-doc-update2 # Run this after each non-alpha release, to update the web documentation at
36 Run this script from top_srcdir (no arguments) after each non-alpha
H A Dgnupload69 alpha.gnu.org:DIRECTORY
74 download.gnu.org.ua:{alpha|ftp}/DIRECTORY
96 gnupload --to alpha.gnu.org:foobar \\
102 gnupload --to alpha.gnu.org:foobar \\
324 alpha.gnu.org:*)
327 $dbg ncftpput ftp-upload.gnu.org /incoming/alpha $files $base.directive.asc
346 download.gnu.org.ua:alpha/*|download.gnu.org.ua:ftp/*)
/external/blktrace/btt/doc/
H A Dbtt.tex777 Otherwise, if $\alpha$ and $\Omega$ are the first and last times
782 \item[column 1] Midway point in time for this span, or: \hfill$\alpha +
783 {{(\Omega - \alpha)} / 2}$
786 {(\Omega - \alpha)}$
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
H A DECCurve.java411 ECFieldElement alpha = x.multiply(x.square().add(a)).add(b);
412 ECFieldElement beta = alpha.sqrt();
H A DTnaf.java23 * <code>&alpha;<sub>u</sub></code>'s must be computed differently, see
36 * The <code>&alpha;<sub>u</sub></code>'s for <code>a=0</code> as an array
48 * The <code>&alpha;<sub>u</sub></code>'s for <code>a=0</code> as an array
56 * The <code>&alpha;<sub>u</sub></code>'s for <code>a=1</code> as an array
67 * The <code>&alpha;<sub>u</sub></code>'s for <code>a=1</code> as an array
705 * @param alpha The <code>&alpha;<sub>u</sub></code>'s for the window width.
710 byte width, BigInteger pow2w, BigInteger tw, ZTauElement[] alpha)
769 r0 = r0.subtract(alpha[uLocal].u);
770 r1 = r1.subtract(alpha[uLoca
709 tauAdicWNaf(byte mu, ZTauElement lambda, byte width, BigInteger pow2w, BigInteger tw, ZTauElement[] alpha) argument
[all...]
H A DWTauNafMultiplier.java52 ZTauElement[] alpha;
55 alpha = Tnaf.alpha0;
60 alpha = Tnaf.alpha1;
66 BigInteger.valueOf(Tnaf.POW_2_WIDTH), tw, alpha);
/external/ceres-solver/examples/
H A Dfields_of_experts.h34 // alpha * log(1 + (1/2)*sum(F .* X)^2),
36 // where F is a d-by-d image patch and alpha is a constant. This is implemented
81 explicit FieldsOfExpertsLoss(double alpha) : alpha_(alpha) { } argument
/external/ceres-solver/internal/ceres/
H A Dblas.cc39 double* alpha,
53 double alpha,
69 &alpha,
49 SymmetricRankKUpdate(int num_rows, int num_cols, const double* a, bool transpose, double alpha, double beta, double* c) argument
H A Dblas.h41 // transpose = true : c = alpha * a'a + beta * c;
42 // transpose = false : c = alpha * aa' + beta * c;
49 double alpha,
H A Dconjugate_gradients_solver.cc158 const double alpha = rho / pq; local
159 if (IsInfinite(alpha)) {
162 StringPrintf("Numerical failure. alpha = rho / pq = %e", alpha);
166 xref = xref + alpha * p;
168 // Ideally we would just use the update r = r - alpha*q to keep
180 r = r - alpha * q;
H A Dcorrector.cc62 // correction. Normaly, alpha is upper bounded by one, but with this
63 // change, alpha is bounded above by zero.
97 // 0.5 * alpha^2 - alpha - rho'' / rho' * z'z = 0.
105 const double alpha = 1.0 - sqrt(D); local
108 residual_scaling_ = sqrt_rho1_ / (1 - alpha);
109 alpha_sq_norm_ = alpha / sq_norm;
133 // J = sqrt(rho) * (J - alpha^2 r * r' J)
H A Dlow_rank_inverse_hessian.cc127 Vector alpha(num_corrections);
135 alpha(*it) = alpha_i;
181 search_direction += delta_x_history_.col(*it) * (alpha(*it) - beta);
H A Dsuitesparse.h126 // y = alpha * A * x + beta * y. Only y is modified.
127 void SparseDenseMultiply(cholmod_sparse* A, double alpha, double beta, argument
129 double alpha_[2] = {alpha, 0};
/external/chromium_org/ash/frame/caption_buttons/
H A Dframe_caption_button.cc98 void FrameCaptionButton::SetAlpha(int alpha) { argument
99 if (alpha_ != alpha) {
100 alpha_ = alpha;
179 int alpha) {
181 paint.setAlpha(alpha);
177 PaintCentered(gfx::Canvas* canvas, const gfx::ImageSkia& to_center, int alpha) argument

Completed in 2250 milliseconds

1234567891011>>