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

/external/ipsec-tools/src/racoon/
H A Dthrottle.h38 int penalty; member in struct:throttle_entry
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Dvp8_partition_aggregator.cc51 int PartitionTreeNode::Cost(int penalty) { argument
52 assert(penalty >= 0);
61 return cost + NumPackets() * penalty;
114 int penalty) {
123 return right->GetOptimalNode(max_size, penalty);
126 return left->GetOptimalNode(max_size, penalty);
130 if (left->Cost(penalty) <= right->Cost(penalty)) {
137 first = first->GetOptimalNode(max_size, penalty);
138 if (second->Cost(penalty) <
113 GetOptimalNode(int max_size, int penalty) argument
182 FindOptimalConfiguration(int max_size, int penalty) argument
225 CalcNumberOfFragments(int large_partition_size, int max_payload_size, int penalty, int min_size, int max_size) argument
[all...]
/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/libnl/include/linux/
H A Dpkt_sched.h364 __u32 penalty; member in struct:tc_cbq_ovl
/external/iproute2/include/linux/
H A Dpkt_sched.h437 __u32 penalty; member in struct:tc_cbq_ovl
/external/kernel-headers/original/uapi/linux/
H A Dpkt_sched.h452 __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/aztec/ ...

Completed in 138 milliseconds