Home
last modified time | relevance | path

Searched refs:Bias (Results 1 – 25 of 54) sorted by relevance

123

/external/libvpx/libvpx/vp8/encoder/
Dpicklpf.c284 int Bias = 0; in vp8cx_pick_filter_level() local
329 Bias = (best_err >> (15 - (filt_mid / 8))) * filter_step; in vp8cx_pick_filter_level()
332 Bias = Bias * cpi->twopass.section_intra_rating / 20; in vp8cx_pick_filter_level()
355 if ((filt_err - Bias) < best_err) in vp8cx_pick_filter_level()
381 if (filt_err < (best_err - Bias)) in vp8cx_pick_filter_level()
/external/jemalloc/include/jemalloc/
Djemalloc_macros.h.in24 * Bias tcache index bits so that 0 encodes "automatic tcache management", and 1
30 * Bias arena index bits so that 0 encodes "use an automatically chosen arena".
/external/v8/src/base/platform/
Dplatform-win32.cc125 tzinfo_.Bias = -60; in InitializeIfNeeded()
151 GuessTimezoneNameFromBias(tzinfo_.Bias)); in InitializeIfNeeded()
156 GuessTimezoneNameFromBias(tzinfo_.Bias)); in InitializeIfNeeded()
378 return (cache->tzinfo_.Bias + cache->tzinfo_.DaylightBias) * -kMsPerMinute; in LocalOffset()
380 return (cache->tzinfo_.Bias + cache->tzinfo_.StandardBias) * -kMsPerMinute; in LocalOffset()
382 return cache->tzinfo_.Bias * -kMsPerMinute; in LocalOffset()
401 -(cache->tzinfo_.Bias + cache->tzinfo_.DaylightBias) * kMsPerMinute; in InDST()
/external/libweave/third_party/chromium/base/third_party/dmg_fp/
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))
1389 *e = (de - Bias - (P-1) << 2) + k;
1392 *e = de - Bias - (P-1) + k;
1398 *e = de - Bias - (P-1) + 1 + k;
1764 emax = 0x7fe - Bias - P + 1,
1769 emax = 0x7ff - Bias - P + 1
1772 emax = 0x7f - Bias - P
[all …]
/external/icu/icu4c/source/i18n/
Dwintzimpl.cpp130 zoneInfo->Bias = bias; in getWindowsTimeZoneInfo()
/external/icu/icu4c/source/common/
Dwintz.c302 tziKey.bias = apiTZI.Bias; in uprv_detectWindowsTimeZone()
/external/mesa3d/src/gallium/docs/source/cso/
Dsampler.rst92 Bias factor which is added to the computed level of detail.
/external/llvm/docs/
DBlockFrequencyTerminology.rst111 Block Bias
/external/llvm/lib/CodeGen/
DMachineBlockPlacement.cpp764 BranchProbability Bias(100 - ExitBlockBias, 100); in findBestLoopExit() local
768 !(ExitEdgeFreq < BestExitEdgeFreq * Bias))) { in findBestLoopExit()
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp3013 SDValue Bias = DAG.getConstant(127, dl, IntVT); in expandFP_TO_SINT() local
3025 SDValue Exponent = DAG.getNode(ISD::SUB, dl, IntVT, ExponentBits, Bias); in expandFP_TO_SINT()
DLegalizeDAG.cpp2564 SDValue Bias = DAG.getConstantFP(isSigned ? in ExpandLegalINT_TO_FP() local
2569 SDValue Sub = DAG.getNode(ISD::FSUB, dl, MVT::f64, Load, Bias); in ExpandLegalINT_TO_FP()
/external/llvm/test/CodeGen/X86/
Dblock-placement.ll675 ; Bias this branch toward bar to ensure we form that chain.
/external/deqp/data/gles2/shaders/
Dfunctions.test571 // Bias the color so all components are guaranteed > 1.0.
/external/libexif/po/
Den_AU.po3639 msgid "Exposure Bias"
3640 msgstr "Exposure Bias"
5194 msgid "White Balance Bias"
5195 msgstr "White Balance Bias"
Den_GB.po3639 msgid "Exposure Bias"
3640 msgstr "Exposure Bias"
5194 msgid "White Balance Bias"
5195 msgstr "White Balance Bias"
Dlibexif-12.pot3373 msgid "Exposure Bias"
4798 msgid "White Balance Bias"
Den_CA.po3417 msgid "Exposure Bias"
4852 msgid "White Balance Bias"
Dtr.po3377 msgid "Exposure Bias"
4802 msgid "White Balance Bias"
Dru.po3527 msgid "Exposure Bias"
4988 msgid "White Balance Bias"
Dpt.po3377 msgid "Exposure Bias"
4802 msgid "White Balance Bias"
Dja.po3387 msgid "Exposure Bias"
4822 msgid "White Balance Bias"
Dbe.po3377 msgid "Exposure Bias"
4802 msgid "White Balance Bias"
/external/vulkan-validation-layers/layers/
Dvk_validation_layer_details.md63 | Dynamic Depth Bias State Binding | Verify that depth bias dynamic state bound when depth enabled …
/external/mesa3d/src/gallium/docs/source/
Dtgsi.rst769 .. opcode:: TXB - Texture Lookup With Bias
/external/deqp/data/gles3/shaders/
Dfunctions.test897 // Bias the color so all components are guaranteed > 1.0.

123