Home | History | Annotate | Download | only in src

Lines Matching refs:useInBandFEC

225     st->silk_mode.useInBandFEC              = 0;
732 static int decide_fec(int useInBandFEC, int PacketLoss_perc, int last_fec, int mode, int *bandwidth, opus_int32 rate)
735 if (!useInBandFEC || PacketLoss_perc == 0 || mode == MODE_CELT_ONLY)
1385 if (st->silk_mode.useInBandFEC && st->silk_mode.packetLossPercentage > (128-voice_est)>>4)
1542 st->silk_mode.LBRR_coded = decide_fec(st->silk_mode.useInBandFEC, st->silk_mode.packetLossPercentage,
2429 st->silk_mode.useInBandFEC = value;
2439 *value = st->silk_mode.useInBandFEC;