HomeSort by relevance Sort by last modified time
    Searched full:redundancy (Results 1 - 25 of 150) sorted by null

1 2 3 4 5 6

  /external/chromium_org/net/quic/
quic_fec_group_test.cc 46 scoped_ptr<char[]> redundancy(new char[max_len]);
52 redundancy[i] = kData[0][i];
57 redundancy[i] = redundancy[i] ^ byte;
73 fec.redundancy = StringPiece(redundancy.get(), strlen(kData[0]));
101 fec.redundancy = StringPiece(redundancy.get(), strlen(kData[0]));
144 char redundancy[arraysize(data1)]; local
146 redundancy[i] = data1[i]
    [all...]
quic_fec_group.cc 66 if (!UpdateParity(fec.redundancy, fec_packet_entropy)) {
  /external/chromium_org/chrome/renderer/resources/extensions/
system_indicator_custom_bindings.js 6 // TODO(dewittj) Refactor custom binding to reduce redundancy between the
  /frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
VNode.java 24 * VCardEntry and VCardProperty, we won't need redundancy here.
  /external/chromium_org/net/quic/test_tools/
simple_quic_framer.cc 82 fec_redundancy_ = fec_data_.redundancy.as_string();
83 fec_data_.redundancy = fec_redundancy_;
  /external/chromium_org/chrome/common/metrics/proto/
histogram_event.proto 36 // This field was intended to provide extra redundancy to detect corrupted
  /external/chromium_org/third_party/opus/src/src/
opus_decoder.c 224 int redundancy=0; local
372 redundancy = ec_dec_bit_logp(&dec, 12);
374 redundancy = 1;
375 if (redundancy)
390 redundancy = 0;
422 if (redundancy)
436 /* Only allocation memory for redundancy if/when needed */
437 redundant_audio_size = redundancy ? F5*st->channels : 0;
441 if (redundancy && celt_to_silk)
467 if (st->prev_mode == MODE_HYBRID && !(redundancy && celt_to_silk && st->prev_redundancy)
    [all...]
opus_encoder.c 970 int redundancy = 0; local
971 int redundancy_bytes = 0; /* Number of bytes to use for redundancy frame */
    [all...]
  /external/gtest/src/
Android.mk 26 # TODO: The targets below have some redundancy. Check if we cannot
  /external/llvm/test/Transforms/GVN/
non-local-offset.ll 31 ; redundancy.
  /external/webrtc/src/system_wrappers/source/
rw_lock_win.cc 18 // native is not supported? Unnecessary redundancy!
  /external/chromium_org/third_party/opus/src/silk/
control_audio_bandwidth.c 83 /* Make room for redundancy */
111 /* Make room for redundancy */
  /external/llvm/docs/
Lexicon.rst 150 Partial Redundancy Elimination
165 Rearranging associative expressions to promote better redundancy elimination
  /external/chromium_org/chrome/browser/profile_resetter/
automatic_profile_resetter_mementos.h 12 // methods. We need this redundancy because we want to make absolutely sure that
  /frameworks/base/docs/html/training/multiple-apks/
index.jd 39 the right devices, as well as the smart way to avoid pitfalls such as unnecessary redundancy across
  /prebuilts/tools/common/m2/internal/net/sf/proguard/proguard-parent/4.9/
proguard-parent-4.9.pom 139 redundancy on us. We're stubborn though. -->
  /bootable/recovery/minelf/
Retouch.c 45 // save space by removing most of the inherent redundancy.
  /external/zlib/src/doc/
rfc1952.txt 44 cyclic redundancy check value for detecting data corruption. The
427 This contains a Cyclic Redundancy Check value of the
508 [6] Sarwate, D.V., "Computation of Cyclic Redundancy Checks via Table
528 Any data compression method involves the reduction of redundancy in
599 the CRC (Cyclic Redundancy Check). (See also ISO 3309 and ITU-T V.42
  /external/chromium_org/third_party/opus/src/silk/fixed/
encode_frame_FIX.c 36 /* Low Bitrate Redundancy (LBRR) encoding. Reuse all parameters but encode with lower bitrate */
328 /* Low-Bitrate Redundancy (LBRR) encoding. Reuse all parameters but encode excitation at lower bitrate */
  /external/chromium_org/third_party/opus/src/silk/float/
encode_frame_FLP.c 35 /* Low Bitrate Redundancy (LBRR) encoding. Reuse all parameters but encode with lower bitrate */
318 /* Low-Bitrate Redundancy (LBRR) encoding. Reuse all parameters but encode excitation at lower bitrate */
  /external/llvm/include/llvm/Bitcode/
BitCodes.h 162 /// abbreviation allows a complex record that has redundancy to be stored in a
  /external/libvorbis/doc/
stereo.html 79 interchannel redundancy and eliminating stereo image information
90 with no cross-analysis or redundancy elimination between channels.
146 alone to efficiently remove the redundancy between the left and right
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
params.def 230 /* This is the threshold ratio when to perform partial redundancy
231 elimination after reload. We perform partial redundancy elimination
238 "The threshold ratio for performing partial redundancy elimination after reload",
242 redundancy elimination in gcse after reload. */
245 "The threshold ratio of critical edges execution count that permit performing redundancy elimination after reload",
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
params.def 230 /* This is the threshold ratio when to perform partial redundancy
231 elimination after reload. We perform partial redundancy elimination
238 "The threshold ratio for performing partial redundancy elimination after reload",
242 redundancy elimination in gcse after reload. */
245 "The threshold ratio of critical edges execution count that permit performing redundancy elimination after reload",
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
params.def 230 /* This is the threshold ratio when to perform partial redundancy
231 elimination after reload. We perform partial redundancy elimination
238 "The threshold ratio for performing partial redundancy elimination after reload",
242 redundancy elimination in gcse after reload. */
245 "The threshold ratio of critical edges execution count that permit performing redundancy elimination after reload",
    [all...]

Completed in 4445 milliseconds

1 2 3 4 5 6