Searched defs:penalty (Results 1 - 10 of 10) sorted by relevance

/external/ipsec-tools/src/racoon/
H A Dthrottle.h38 int penalty; member in struct:throttle_entry
/external/pdfium/xfa/src/fxbarcode/qrcode/
H A DBC_QRCoderMaskUtil.cpp37 int32_t penalty = 0; local
47 penalty++;
51 return 3 * penalty;
55 int32_t penalty = 0; local
85 penalty += 40;
99 penalty += 40;
103 return penalty;
169 int32_t penalty = 0; local
183 penalty += 3;
185 penalty
[all...]
H A DBC_QRCoderEncoder.cpp621 int32_t penalty = CalculateMaskPenalty(matrix); local
622 if (penalty < minPenalty) {
623 minPenalty = penalty;
630 int32_t penalty = 0; local
631 penalty += CBC_QRCoderMaskUtil::ApplyMaskPenaltyRule1(matrix);
632 penalty += CBC_QRCoderMaskUtil::ApplyMaskPenaltyRule2(matrix);
633 penalty += CBC_QRCoderMaskUtil::ApplyMaskPenaltyRule3(matrix);
634 penalty += CBC_QRCoderMaskUtil::ApplyMaskPenaltyRule4(matrix);
635 return penalty;
/external/libvorbis/lib/
H A Denvelope.c110 float penalty=gi->stretch_penalty-(ve->stretch/2-VE_MINSTRETCH); local
111 if(penalty<0.f)penalty=0.f;
112 if(penalty>gi->stretch_penalty)penalty=gi->stretch_penalty;
201 if(valmax>gi->preecho_thresh[j]+penalty){
205 if(valmin<gi->postecho_thresh[j]-penalty)ret|=2;
/external/webrtc/webrtc/modules/rtp_rtcp/source/
H A Dvp8_partition_aggregator.cc51 int PartitionTreeNode::Cost(size_t penalty) { argument
60 return cost + NumPackets() * penalty;
109 size_t penalty) {
118 return right->GetOptimalNode(max_size, penalty);
121 return left->GetOptimalNode(max_size, penalty);
125 if (left->Cost(penalty) <= right->Cost(penalty)) {
132 first = first->GetOptimalNode(max_size, penalty);
133 if (second->Cost(penalty) <= first->Cost(penalty)) {
108 GetOptimalNode(size_t max_size, size_t penalty) argument
177 FindOptimalConfiguration(size_t max_size, size_t penalty) argument
223 CalcNumberOfFragments( size_t large_partition_size, size_t max_payload_size, size_t penalty, int min_size, int max_size) argument
[all...]
/external/libnl/include/linux/
H A Dpkt_sched.h364 __u32 penalty; member in struct:tc_cbq_ovl
/external/iproute2/include/linux/
H A Dpkt_sched.h457 __u32 penalty; member in struct:tc_cbq_ovl
/external/kernel-headers/original/uapi/linux/
H A Dpkt_sched.h453 __u32 penalty; member in struct:tc_cbq_ovl
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/oned/ ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...

Completed in 286 milliseconds