Searched defs:loss (Results 1 - 15 of 15) sorted by relevance

/external/ceres-solver/internal/ceres/
H A Dloss_function_test.cc47 void AssertLossFunctionIsValid(const LossFunction& loss, double s) { argument
52 loss.Evaluate(s, rho);
61 loss.Evaluate(s + kH, fwd);
62 loss.Evaluate(s - kH, bwd);
78 // Note that for the Huber loss the test exercises both code paths
125 // Check that loss before and after the approximation threshold are good.
151 // Wrap a few loss functions, and a few scale factors. This can't combine
/external/ceres-solver/examples/
H A Dcircle_fit.cc68 DEFINE_double(robust_threshold, 0.0, "Robust loss parameter. Set to 0 for "
130 // Configure the loss function.
131 LossFunction* loss = NULL; local
133 loss = new CauchyLoss(FLAGS_robust_threshold);
143 problem.AddResidualBlock(cost, loss, &x, &y, &m);
/external/webrtc/webrtc/modules/bitrate_controller/
H A Dsend_side_bandwidth_estimation.cc94 uint8_t* loss,
97 *loss = last_fraction_loss_;
117 // Check sequence number diff and weight loss report
125 // Don't generate a loss rate until it can be based on enough packets.
177 // packet loss reported, to allow startup bitrate probing.
197 // whenever a receiver report is received with lower packet loss.
199 // take over one second since the lower packet loss to achieve 108kbps.
93 CurrentEstimate(int* bitrate, uint8_t* loss, int64_t* rtt) const argument
/external/libopus/tests/
H A Dtest_opus_encode.c338 int pred,len,out_samples,frame_size,loss; local
380 loss=(fast_rand()&63)==0;
381 out_samples = opus_multistream_decode(MSdec_err, packet, loss?0:len, out2buf, frame_size*6, (fast_rand()&3)!=0);
438 if(out_samples<0||out_samples>MAX_FRAME_SAMP)test_failed(); /*FIXME, use factor, lastframe for loss*/
/external/webrtc/webrtc/modules/rtp_rtcp/source/
H A Dnack_rtx_unittest.cc256 void RunRtxTest(RtxMode rtx_method, int loss) { argument
260 transport_.DropEveryNthPacket(loss);
/external/iputils/
H A Dping_common.c1029 printf(", %d%% packet loss",
1067 int loss = 0; local
1073 loss = (((long long)(ntransmitted - nreceived)) * 100) / ntransmitted;
1075 fprintf(stderr, "\r%ld/%ld packets, %d%% loss", ntransmitted, nreceived, loss);
/external/libnl/include/linux/
H A Dpkt_sched.h451 __u32 loss; /* random packet loss (0=none ~0=100%) */ member in struct:tc_netem_qopt
460 __u32 loss_corr; /* packet loss correlation */
/external/valgrind/memcheck/
H A Dmc_errors.c230 const HChar *loss = "?"; local
232 case Unreached: loss = "definitely lost"; break;
233 case IndirectLeak: loss = "indirectly lost"; break;
234 case Possible: loss = "possibly lost"; break;
235 case Reachable: loss = "still reachable"; break;
237 return loss;
242 const HChar *loss = "?"; local
244 case Unreached: loss = "Leak_DefinitelyLost"; break;
245 case IndirectLeak: loss = "Leak_IndirectlyLost"; break;
246 case Possible: loss
[all...]
/external/valgrind/coregrind/m_syswrap/
H A Dsyswrap-solaris.c8973 Bool loss = False; local
8977 loss = True;
8981 loss = True;
8986 if (loss)
/external/iproute2/include/linux/
H A Dpkt_sched.h542 __u32 loss; /* random packet loss (0=none ~0=100%) */ member in struct:tc_netem_qopt
550 __u32 loss_corr; /* packet loss correlation */
/external/kernel-headers/original/uapi/linux/
H A Dpkt_sched.h538 __u32 loss; /* random packet loss (0=none ~0=100%) */ member in struct:tc_netem_qopt
546 __u32 loss_corr; /* packet loss correlation */
/external/pdfium/third_party/libopenjpeg20/
H A Dj2k.c1547 OPJ_BOOL loss = OPJ_FALSE; local
1620 loss |= (packet_array[index]!=1);
1627 if (loss) {
1628 opj_event_msg(p_manager , EVT_ERROR, "Missing packets possible loss of data\n");
1633 return !loss;
/external/robolectric/v3/runtime/
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 358 milliseconds