Searched defs:redundancy (Results 1 - 6 of 6) 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_protocol.h908 base::StringPiece redundancy; member in struct:net::QuicFecData
/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...]

Completed in 136 milliseconds