HomeSort by relevance Sort by last modified time
    Searched refs:redundancy (Results 1 - 19 of 19) sorted by null

  /external/chromium_org/net/quic/
quic_fec_group_test.cc 46 scoped_ptr<char[]> redundancy(new char[max_len]);
51 redundancy[i] = kData[0][i];
56 redundancy[i] = redundancy[i] ^ byte;
71 fec.redundancy = StringPiece(redundancy.get(), strlen(kData[0]));
102 fec.redundancy = StringPiece(redundancy.get(), strlen(kData[0]));
147 char redundancy[arraysize(data1)]; local
149 redundancy[i] = data1[i]
    [all...]
quic_fec_group.cc 70 if (!UpdateParity(fec.redundancy)) {
quic_framer.cc 467 len += fec.redundancy.length();
477 if (!writer.WriteBytes(fec.redundancy.data(), fec.redundancy.length())) {
650 fec_data.redundancy = reader_->ReadRemainingPayload();
    [all...]
quic_packet_creator.cc 403 fec_data.redundancy = fec_group_->payload_parity();
quic_protocol.h 895 base::StringPiece redundancy; member in struct:net::QuicFecData
    [all...]
quic_framer_test.cc     [all...]
quic_connection_test.cc 741 // redundancy. If |packet| has been provided then use that, otherwise
764 // redundancy is either equal to that payload or the xor of that payload
775 fec_data.redundancy = data_packet->FecProtectedData();
    [all...]
  /external/chromium_org/chrome/renderer/resources/extensions/
system_indicator_custom_bindings.js 6 // TODO(dewittj) Refactor custom binding to reduce redundancy between the
  /external/chromium_org/third_party/opus/src/src/
opus_decoder.c 226 int redundancy=0; local
392 redundancy = ec_dec_bit_logp(&dec, 12);
394 redundancy = 1;
395 if (redundancy)
410 redundancy = 0;
442 if (redundancy)
456 /* Only allocation memory for redundancy if/when needed */
457 redundant_audio_size = redundancy ? F5*st->channels : ALLOC_NONE;
461 if (redundancy && celt_to_silk)
487 if (st->prev_mode == MODE_HYBRID && !(redundancy && celt_to_silk && st->prev_redundancy)
    [all...]
opus_encoder.c 938 int redundancy = 0; local
939 int redundancy_bytes = 0; /* Number of bytes to use for redundancy frame */
    [all...]
  /external/libopus/src/
opus_decoder.c 226 int redundancy=0; local
392 redundancy = ec_dec_bit_logp(&dec, 12);
394 redundancy = 1;
395 if (redundancy)
410 redundancy = 0;
442 if (redundancy)
456 /* Only allocation memory for redundancy if/when needed */
457 redundant_audio_size = redundancy ? F5*st->channels : ALLOC_NONE;
461 if (redundancy && celt_to_silk)
487 if (st->prev_mode == MODE_HYBRID && !(redundancy && celt_to_silk && st->prev_redundancy)
    [all...]
opus_encoder.c 938 int redundancy = 0; local
939 int redundancy_bytes = 0; /* Number of bytes to use for redundancy frame */
    [all...]
  /external/chromium_org/net/quic/test_tools/
simple_quic_framer.cc 101 fec_redundancy_ = fec_data_.redundancy.as_string();
102 fec_data_.redundancy = fec_redundancy_;
  /external/gtest/src/
Android.mk 26 # TODO: The targets below have some redundancy. Check if we cannot
  /external/libvorbis/doc/
01-introduction.tex 376 strictly necessary for function, this minor redundancy allows a packet
  /build/tools/droiddoc/templates-ds/assets/js/
docs.js     [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
docs.js     [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
docs.js     [all...]
  /build/tools/droiddoc/templates-sdk-dyn/assets/js/
docs.js     [all...]

Completed in 337 milliseconds