/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
D | vp8_partition_aggregator.cc | 51 int PartitionTreeNode::Cost(size_t penalty) { in Cost() argument 60 return cost + NumPackets() * penalty; in Cost() 109 size_t penalty) { in GetOptimalNode() argument 118 return right->GetOptimalNode(max_size, penalty); in GetOptimalNode() 121 return left->GetOptimalNode(max_size, penalty); in GetOptimalNode() 125 if (left->Cost(penalty) <= right->Cost(penalty)) { in GetOptimalNode() 132 first = first->GetOptimalNode(max_size, penalty); in GetOptimalNode() 133 if (second->Cost(penalty) <= first->Cost(penalty)) { in GetOptimalNode() 134 second = second->GetOptimalNode(max_size, penalty); in GetOptimalNode() 136 if (second->Cost(penalty) < first->Cost(penalty)) { in GetOptimalNode() [all …]
|
D | vp8_partition_aggregator.h | 41 int Cost(size_t penalty); 52 PartitionTreeNode* GetOptimalNode(size_t max_size, size_t penalty); 108 ConfigVec FindOptimalConfiguration(size_t max_size, size_t penalty); 123 size_t penalty,
|
/external/pdfium/xfa/src/fxbarcode/qrcode/ |
D | BC_QRCoderMaskUtil.cpp | 37 int32_t penalty = 0; in ApplyMaskPenaltyRule2() local 47 penalty++; in ApplyMaskPenaltyRule2() 51 return 3 * penalty; in ApplyMaskPenaltyRule2() 55 int32_t penalty = 0; in ApplyMaskPenaltyRule3() local 85 penalty += 40; in ApplyMaskPenaltyRule3() 99 penalty += 40; in ApplyMaskPenaltyRule3() 103 return penalty; in ApplyMaskPenaltyRule3() 169 int32_t penalty = 0; in ApplyMaskPenaltyRule1Internal() local 183 penalty += 3; in ApplyMaskPenaltyRule1Internal() 185 penalty += 1; in ApplyMaskPenaltyRule1Internal() [all …]
|
D | BC_QRCoderEncoder.cpp | 621 int32_t penalty = CalculateMaskPenalty(matrix); in ChooseMaskPattern() local 622 if (penalty < minPenalty) { in ChooseMaskPattern() 623 minPenalty = penalty; in ChooseMaskPattern() 630 int32_t penalty = 0; in CalculateMaskPenalty() local 631 penalty += CBC_QRCoderMaskUtil::ApplyMaskPenaltyRule1(matrix); in CalculateMaskPenalty() 632 penalty += CBC_QRCoderMaskUtil::ApplyMaskPenaltyRule2(matrix); in CalculateMaskPenalty() 633 penalty += CBC_QRCoderMaskUtil::ApplyMaskPenaltyRule3(matrix); in CalculateMaskPenalty() 634 penalty += CBC_QRCoderMaskUtil::ApplyMaskPenaltyRule4(matrix); in CalculateMaskPenalty() 635 return penalty; in CalculateMaskPenalty()
|
/external/ipsec-tools/src/racoon/ |
D | throttle.c | 85 te->penalty = time(NULL) + isakmp_cfg_config.auth_throttle; 111 if (te->penalty < now) { 146 remaining = te->penalty - now; 152 te->penalty = now + new; 156 return te->penalty;
|
D | throttle.h | 38 int penalty; member
|
/external/libvorbis/lib/ |
D | envelope.c | 110 float penalty=gi->stretch_penalty-(ve->stretch/2-VE_MINSTRETCH); in _ve_amp() local 111 if(penalty<0.f)penalty=0.f; in _ve_amp() 112 if(penalty>gi->stretch_penalty)penalty=gi->stretch_penalty; in _ve_amp() 201 if(valmax>gi->preecho_thresh[j]+penalty){ in _ve_amp() 205 if(valmin<gi->postecho_thresh[j]-penalty)ret|=2; in _ve_amp()
|
/external/chromium-trace/catapult/telemetry/telemetry/web_perf/metrics/ |
D | webrtc_rendering_stats.py | 209 penalty = { 220 weight = penalty.get(number_frozen_frames, 8 * (number_frozen_frames - 4))
|
/external/mesa3d/docs/ |
D | README.THREADS | 11 that is). There is no measurable penalty on single
|
D | RELNOTES-3.3 | 61 penalty for typical single-thread applications. See the glapi.c
|
D | libGL.txt | 114 instead, with a slight performance penalty.
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | LocaleMatcher.java | 187 double penalty = 0; in getBestMatch() local 191 final double weight = matchWeight.value * languageList.getWeight(language) - penalty; in getBestMatch() 196 penalty += 0.07000001; in getBestMatch()
|
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
D | LocaleMatcher.java | 183 double penalty = 0; in getBestMatch() local 187 final double weight = matchWeight.value * languageList.getWeight(language) - penalty; in getBestMatch() 192 penalty += 0.07000001; in getBestMatch()
|
/external/parameter-framework/upstream/ |
D | .clang-format | 86 # High penalty to avoid line break just after return type
|
/external/libnl/include/linux/ |
D | pkt_sched.h | 364 __u32 penalty; member
|
/external/clang/docs/ |
D | ClangFormatStyleOptions.rst | 550 The penalty for breaking a function call after "call(". 553 The penalty for each line break introduced inside a comment. 556 The penalty for breaking before the first ``<<``. 559 The penalty for each line break introduced inside a string literal. 562 The penalty for each character outside of the column limit.
|
/external/libnl/lib/route/sch/ |
D | cbq.c | 214 nl_ticks2us(cbq->cbq_ovl.penalty), in cbq_dump_details()
|
/external/netperf/doc/ |
D | texinfo.tex | 211 \removelastskip\penalty-50\smallskip\fi\fi} 213 \removelastskip\penalty-100\medskip\fi\fi} 215 \removelastskip\penalty-200\bigskip\fi\fi} 527 % at the beginning of a line will start with \penalty -- and 528 % since \penalty is valid in vertical mode, we'd end up putting the 529 % penalty on the vertical list instead of in the new paragraph. 534 \gdef\tie{\leavevmode\penalty\tiepenalty\ } 679 % TeX does not even consider page breaks if a penalty added to the 683 % page after the empty box. So we use a penalty of 9999. 686 % page at this \penalty, if there are no other feasible breakpoints in [all …]
|
/external/e2fsprogs/lib/et/ |
D | texinfo.tex | 250 \removelastskip\penalty-50\smallskip\fi\fi} 252 \removelastskip\penalty-100\medskip\fi\fi} 254 \removelastskip\penalty-200\bigskip\fi\fi} 471 % expansion of \tie (\leavevmode \penalty \@M \ ). 624 % at the beginning of a line will start with \penalty -- and 625 % since \penalty is valid in vertical mode, we'd end up putting the 626 % penalty on the vertical list instead of in the new paragraph. 631 \gdef\tie{\leavevmode\penalty\tiepenalty\ } 770 % TeX does not even consider page breaks if a penalty added to the 774 % page after the empty box. So we use a penalty of 9999. [all …]
|
/external/e2fsprogs/doc/ |
D | texinfo.tex | 250 \removelastskip\penalty-50\smallskip\fi\fi} 252 \removelastskip\penalty-100\medskip\fi\fi} 254 \removelastskip\penalty-200\bigskip\fi\fi} 471 % expansion of \tie (\leavevmode \penalty \@M \ ). 624 % at the beginning of a line will start with \penalty -- and 625 % since \penalty is valid in vertical mode, we'd end up putting the 626 % penalty on the vertical list instead of in the new paragraph. 631 \gdef\tie{\leavevmode\penalty\tiepenalty\ } 770 % TeX does not even consider page breaks if a penalty added to the 774 % page after the empty box. So we use a penalty of 9999. [all …]
|
/external/libmicrohttpd/doc/ |
D | texinfo.tex | 245 \removelastskip\penalty-50\smallskip\fi\fi} 247 \removelastskip\penalty-100\medskip\fi\fi} 249 \removelastskip\penalty-200\bigskip\fi\fi} 510 % expansion of \tie (\leavevmode \penalty \@M \ ). 584 % at the beginning of a line will start with \penalty -- and 585 % since \penalty is valid in vertical mode, we'd end up putting the 586 % penalty on the vertical list instead of in the new paragraph. 591 \gdef\tie{\leavevmode\penalty\tiepenalty\ } 721 % TeX does not even consider page breaks if a penalty added to the 725 % page after the empty box. So we use a penalty of 9999. [all …]
|
/external/bison/build-aux/ |
D | texinfo.tex | 244 \removelastskip\penalty-50\smallskip\fi\fi} 246 \removelastskip\penalty-100\medskip\fi\fi} 248 \removelastskip\penalty-200\bigskip\fi\fi} 509 % expansion of \tie (\leavevmode \penalty \@M \ ). 583 % at the beginning of a line will start with \penalty -- and 584 % since \penalty is valid in vertical mode, we'd end up putting the 585 % penalty on the vertical list instead of in the new paragraph. 590 \gdef\tie{\leavevmode\penalty\tiepenalty\ } 720 % TeX does not even consider page breaks if a penalty added to the 724 % page after the empty box. So we use a penalty of 9999. [all …]
|
/external/kernel-headers/original/uapi/linux/ |
D | pkt_sched.h | 453 __u32 penalty; member
|
/external/iproute2/include/linux/ |
D | pkt_sched.h | 457 __u32 penalty; member
|
/external/llvm/lib/Target/X86/ |
D | X86ScheduleBtVer2.td | 23 let MispredictPenalty = 14; // Minimum branch misdirection penalty
|