Searched refs:redundancy (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/net/quic/
H A Dquic_fec_group_test.cc46 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[
[all...]
H A Dquic_fec_group.cc70 if (!UpdateParity(fec.redundancy)) {
H A Dquic_framer.cc448 len += fec.redundancy.length();
458 if (!writer.WriteBytes(fec.redundancy.data(), fec.redundancy.length())) {
631 fec_data.redundancy = reader_->ReadRemainingPayload();
H A Dquic_packet_creator.cc416 fec_data.redundancy = fec_group_->payload_parity();
H A Dquic_protocol.h908 base::StringPiece redundancy; member in struct:net::QuicFecData
H A Dquic_framer_test.cc3257 // redundancy
3276 EXPECT_EQ("abcdefghijklmnop", fec_data.redundancy);
4669 fec_data.redundancy = "abcdefghijklmnop";
4685 // redundancy
4717 // redundancy
4753 // redundancy
H A Dquic_connection_test.cc773 // redundancy. If |packet| has been provided then use that, otherwise
796 // redundancy is either equal to that payload or the xor of that payload
807 fec_data.redundancy = data_packet->FecProtectedData();
/external/chromium_org/third_party/opus/src/src/
H A Dopus_decoder.c226 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
[all...]
H A Dopus_encoder.c938 int redundancy = 0; local
939 int redundancy_bytes = 0; /* Number of bytes to use for redundancy frame */
1187 redundancy = 1;
1197 redundancy=0;
1204 redundancy = 1;
1210 if (redundancy)
1308 more complicated switches that require redundancy. */
1647 /* FIXME: How do we allocate the redundancy for CBR? */
1650 redundancy = 1;
1694 if (redundancy)
[all...]
/external/libopus/src/
H A Dopus_decoder.c226 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
[all...]
H A Dopus_encoder.c938 int redundancy = 0; local
939 int redundancy_bytes = 0; /* Number of bytes to use for redundancy frame */
1187 redundancy = 1;
1197 redundancy=0;
1204 redundancy = 1;
1210 if (redundancy)
1308 more complicated switches that require redundancy. */
1647 /* FIXME: How do we allocate the redundancy for CBR? */
1650 redundancy = 1;
1694 if (redundancy)
[all...]
/external/chromium_org/net/quic/test_tools/
H A Dsimple_quic_framer.cc101 fec_redundancy_ = fec_data_.redundancy.as_string();
102 fec_data_.redundancy = fec_redundancy_;
/external/gtest/src/
H A DAndroid.mk26 # TODO: The targets below have some redundancy. Check if we cannot
/external/libvorbis/doc/
H A D01-introduction.tex376 strictly necessary for function, this minor redundancy allows a packet

Completed in 869 milliseconds