Searched defs:redundancy (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/net/quic/
H A Dquic_fec_group_test.cc46 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[
[all...]
H A Dquic_protocol.h761 base::StringPiece redundancy; member in struct:net::QuicFecData
/external/chromium_org/third_party/opus/src/src/
H A Dopus_decoder.c224 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
[all...]
H A Dopus_encoder.c970 int redundancy = 0; local
971 int redundancy_bytes = 0; /* Number of bytes to use for redundancy frame */
1213 redundancy = 1;
1223 redundancy=0;
1230 redundancy = 1;
1236 if (redundancy)
1334 more complicated switches that require redundancy. */
1666 /* FIXME: How do we allocate the redundancy for CBR? */
1669 redundancy = 1;
1710 if (redundancy)
[all...]

Completed in 114 milliseconds