Searched defs:Bias (Results 1 - 7 of 7) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
H A Dpicklpf.c283 /* Bias against raising loop filter and in favor of lowering it */
284 int Bias = 0; local
329 Bias = (best_err >> (15 - (filt_mid / 8))) * filter_step;
332 Bias = Bias * cpi->twopass.section_intra_rating / 20;
355 if ((filt_err - Bias) < best_err)
381 if (filt_err < (best_err - Bias))
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_picklpf.c114 int Bias = 0; // Bias against raising loop filter in favor of lowering it. local
140 Bias = (best_err >> (15 - (filt_mid / 8))) * filter_step;
143 Bias = Bias * cpi->twopass.section_intra_rating / 20;
147 Bias >>= 1;
168 if ((filt_err - Bias) < best_err) {
188 if (filt_err < (best_err - Bias)) {
/external/chromium_org/third_party/WebKit/Source/wtf/
H A Ddtoa.cpp80 #define Bias 1023 macro
102 #define Big0 (Frac_mask1 | Exp_msk1 * (DBL_MAX_EXP + Bias - 1))
591 *e = de - Bias - (P - 1) + k;
594 *e = 0 - Bias - (P - 1) + 1 + k;
791 * log10(d) = (i-Bias)*log(2)/log(10) + log10(d2)
795 * k = (i - Bias)*0.301029995663981
802 * (i - Bias) by 0.301029995663981; since |i - Bias| <= 1077,
810 i -= Bias;
815 i = bbits + be + (Bias
[all...]
/external/chromium/base/third_party/dmg_fp/
H A Ddtoa.cc351 #define Bias 1023 macro
408 #define Bias 65 macro
437 #define Bias 129 macro
476 #define Big0 (Frac_mask1 | Exp_msk1*(DBL_MAX_EXP+Bias-1))
1376 *e = (de - Bias - (P-1) << 2) + k;
1379 *e = de - Bias - (P-1) + k;
1385 *e = de - Bias - (P-1) + 1 + k;
1749 emax = 0x7fe - Bias - P + 1,
1754 emax = 0x7ff - Bias - P + 1
1757 emax = 0x7f - Bias
[all...]
/external/chromium_org/base/third_party/dmg_fp/
H A Ddtoa.cc357 #define Bias 1023 macro
414 #define Bias 65 macro
443 #define Bias 129 macro
482 #define Big0 (Frac_mask1 | Exp_msk1*(DBL_MAX_EXP+Bias-1))
1382 *e = (de - Bias - (P-1) << 2) + k;
1385 *e = de - Bias - (P-1) + k;
1391 *e = de - Bias - (P-1) + 1 + k;
1755 emax = 0x7fe - Bias - P + 1,
1760 emax = 0x7ff - Bias - P + 1
1763 emax = 0x7f - Bias
[all...]
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp8509 SDValue Bias = DAG.getConstantFP(BitsToDouble(0x4330000000000000ULL), local
8530 MVT::v2f64, Bias)));
8536 SDValue Sub = DAG.getNode(ISD::FSUB, dl, MVT::f64, Or, Bias);
12971 SDValue Bias = DAG.getConstantFP(BitsToDouble(0x4330000000000000ULL), local
12973 SDValue VBias = DAG.getNode(ISD::BUILD_VECTOR, dl, MVT::v2f64, Bias, Bias);
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 1240 milliseconds