HomeSort by relevance Sort by last modified time
    Searched full:loss (Results 76 - 100 of 32148) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/valgrind/main/memcheck/tests/
malloc3.c 28 // done for bug 149878. It's no great loss, it's extremely unlikely to
lks.stderr.exp 21 16 bytes in 1 blocks are indirectly lost in loss record ... of ...
27 16 bytes in 1 blocks are indirectly lost in loss record ... of ...
33 16 bytes in 1 blocks are definitely lost in loss record ... of ...
39 32 (16 direct, 16 indirect) bytes in 1 blocks are definitely lost in loss record ... of ...
45 32 (16 direct, 16 indirect) bytes in 1 blocks are definitely lost in loss record ... of ...
  /frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
stochastic_linear_ranker.cpp 37 const double loss = std::max(0.0, (1 - positive_score + negative_score)); local
45 std::min(lambda_, loss / (gradient_norm * gradient_norm));
48 loss / (gradient_norm * gradient_norm + 1 / (2 * lambda_));
101 ALOGE("Unknown rank loss type: %d", rank_loss_type_);
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
NOTICE 11 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
ucode_download.h 14 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcm_cfg.h 14 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/
LICENSE 11 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/x86inc/
LICENSE 16 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test/
videoprocessor.h 29 // Defines which frame types shall be excluded from packet loss and when.
31 // Will exclude the first keyframe in the video sequence from packet loss.
32 // Following keyframes will be targeted for packet loss.
34 // Exclude all keyframes from packet loss, no matter where in the video
72 // Decides how the packet loss simulations shall exclude certain frames
73 // from packet loss. Default: kExcludeOnlyFirstKeyFrame.
117 // Regarding packet loss: Note that keyframes are excluded (first or all
121 // packet loss in key non-first keyframes, which is why only the first is
123 // Packet loss in such important frames is handled on a higher level in the
203 // To keep track of if we have excluded the first key frame from packet loss
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLExtension.h 20 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
44 // Lose this extension. Passing true = force loss. Some extensions
  /external/ceres-solver/examples/
circle_fit.cc 23 // SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
68 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);
fields_of_experts.h 23 // SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
75 // The loss function used to build the correct regularization. See above.
89 // obtains the correct loss and cost functions through NewCostFunction and
117 // Creates a new loss function. The caller is responsible for deallocating the
118 // memory. alpha_index specifies which filter this loss function is for.
  /external/ceres-solver/internal/ceres/
residual_block.h 23 // SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
61 // Storing the cost function and the loss function separately permits optimizing
66 // loss functions, and parameter blocks.
69 // Construct the residual block with the given cost/loss functions. Loss may
98 // the application of the loss function on and off.
  /external/chromium_org/net/quic/
quic_sent_packet_manager.h 138 // Retransmits the oldest pending packet there is still a tail loss probe
193 // either a tail loss probe or do a full RTO. Returns QuicTime::Zero() if
257 // A tail loss probe. By default, QUIC sends up to two before RTOing.
261 // Re-invoke the loss detection when a packet is not acked before the
262 // loss detection algorithm expects.
287 // Returns the timer for a new tail loss probe.
298 // Invokes the loss detection algorithm and loses and retransmits packets if
370 // Number of times the tail loss probe has been sent.
376 // Maximum number of tail loss probes to send before firing an RTO.
391 // of time with no loss events
    [all...]
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
media_opt_util.cc 147 // Bitrate below which we turn off FEC, regardless of reported packet loss.
173 // Set the effective packet loss for encoder (based on FEC code).
174 // Compute the effective packet loss and residual packet loss due to FEC.
229 // Effective Packet Loss, NA in current version.
237 // Compute the effective packet loss
294 // AvgRecoveryFEC: computes the residual packet loss (RPL) function.
295 // This is the average recovery from the FEC, assuming random packet loss model.
296 // Computed off-line for a range of FEC code parameters and loss rates.
375 // FEC PROTECTION SETTINGS: varies with packet loss and bitrat
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
opus_test.cc 142 // Run Opus with 20 ms frame size, 1% packet loss.
145 // Run Opus with 20 ms frame size, 5% packet loss.
148 // Run Opus with 20 ms frame size, 10% packet loss.
193 // Run Opus with 20 ms frame size, 1% packet loss.
196 // Run Opus with 20 ms frame size, 5% packet loss.
199 // Run Opus with 20 ms frame size, 10% packet loss.
289 // Simulate packet loss by setting |packet_loss_| to "true" in
291 // TODO(tlegrand): Move handling of loss simulation to TestPackStereo.
326 // Send data to the channel. "channel" will handle the loss simulation.
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
test_callbacks.cc 349 // Random loss: if _burstLength parameter is not set, or <=1
360 // packet state (loss or received)
363 // 1 = loss state
366 // probTrans11: if previous packet is lost, prob. to -> loss state
368 // probTrans01: if previous packet is received, prob. to -> loss state
371 // Map the two channel parameters (average loss rate and burst length)
377 // Note: Random loss (Bernoulli) model is a special case where:
385 // drop, update previous state to loss
396 // drop, update previous state to loss
  /external/chromium_org/media/tools/constrained_network_server/
cn.py 11 The configuration includes bandwidth, latency, and packet loss.
73 parser.add_option('--loss', type='int',
74 help='Packet-loss percentage on outgoing packets. ')
100 'loss': options.loss
  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/interface/
audio_coding_module_typedefs.h 28 // NetEQs packet loss concealment and signal processing
34 // the packet loss concealment efforts are reduced.
156 // -currentPacketLossRate : loss rate (network + late) (in Q14)
157 // -currentDiscardRate : late loss rate (in Q14)
171 // -addedSamples : samples inserted because of packet loss in off mode
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
packet_loss_test.cc 115 printf("Target packet loss rate: %.4f\n", _lossProbability);
116 printf("Actual packet loss rate: %.4f\n", (_totalThrown * 1.0f) / (_totalKept + _totalThrown));
179 // Only packet loss for delta frames
215 int lossResult = (thrown!=0); // 0 = no loss 1 = loss(es)
  /external/mdnsresponder/mDNSPosix/
libnss_mdns.8 111 NEGLIGENCE) FOR ANY LOSS OR DAMAGE WHATSOEVER, INCLUDING (WITHOUT
112 LIMITATION) LOSS OF PRODUCTION OR OPERATION TIME, LOSS, DAMAGE OR
113 CORRUPTION OF DATA OR RECORDS; OR LOSS OF ANTICIPATED SAVINGS,
114 OPPORTUNITY, REVENUE, PROFIT OR GOODWILL, OR OTHER ECONOMIC LOSS;
nss_ReadMe.txt 88 NEGLIGENCE) FOR ANY LOSS OR DAMAGE WHATSOEVER, INCLUDING (WITHOUT
89 LIMITATION) LOSS OF PRODUCTION OR OPERATION TIME, LOSS, DAMAGE OR
90 CORRUPTION OF DATA OR RECORDS; OR LOSS OF ANTICIPATED SAVINGS,
91 OPPORTUNITY, REVENUE, PROFIT OR GOODWILL, OR OTHER ECONOMIC LOSS;
nss_mdns.conf.5 98 NEGLIGENCE) FOR ANY LOSS OR DAMAGE WHATSOEVER, INCLUDING (WITHOUT
99 LIMITATION) LOSS OF PRODUCTION OR OPERATION TIME, LOSS, DAMAGE OR
100 CORRUPTION OF DATA OR RECORDS; OR LOSS OF ANTICIPATED SAVINGS,
101 OPPORTUNITY, REVENUE, PROFIT OR GOODWILL, OR OTHER ECONOMIC LOSS;
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_PixelFormat.3 33 \fB[RGBA]loss\fR
34 Precision loss of each color component (2^[RGBA]loss)
90 Pixel formats above 8-bit are an entirely different experience\&. They are considered to be "TrueColor" formats and the color information is stored in the pixels themselves, not in a palette\&. The mask, shift and loss fields tell us how the color information is encoded\&. The mask fields allow us to isolate each color component, the shift fields tell us the number of bits to the right of each component in the pixel value and the loss fields tell us the number of bits lost from each component when packing 8-bit color component in a pixel\&.
  /external/chromium_org/third_party/opus/src/silk/
API.h 21 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
110 opus_int lostFlag, /* I 0: no loss, 1 loss, 2 decode fec */

Completed in 395 milliseconds

1 2 34 5 6 7 8 91011>>