Home | History | Annotate | Download | only in src

Lines Matching refs:redundancy

938     int redundancy = 0;
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)
1769 /* For SILK mode, the redundancy is inferred from the length */
1770 if (st->mode == MODE_HYBRID && (redundancy || ec_tell(&enc)+37 <= 8*nb_compr_bytes))
1771 ec_enc_bit_logp(&enc, redundancy, 12);
1772 if (redundancy)
1780 /* Target the same bit-rate for redundancy as for the rest,
1788 redundancy = 0;
1791 if (!redundancy)
1809 if (redundancy || st->mode != MODE_SILK_ONLY)
1814 if (redundancy && celt_to_silk)
1855 if (redundancy && !celt_to_silk)
1908 } else if (st->mode==MODE_SILK_ONLY&&!redundancy)
1918 /* Count ToC and redundancy */