Searched refs:packetLossPercentage (Results 1 – 5 of 5) sorted by relevance
/external/libopus/silk/ |
D | check_control_input.c | 72 if( encControl->packetLossPercentage < 0 || encControl->packetLossPercentage > 100 ) { in check_control_input()
|
D | control.h | 72 opus_int packetLossPercentage; member
|
D | control_codec.c | 122 psEnc->sCmn.PacketLoss_perc = encControl->packetLossPercentage; in silk_control_encoder()
|
D | enc_API.c | 122 encStatus->packetLossPercentage = state_Fxx[ 0 ].sCmn.PacketLoss_perc; in silk_QueryEncoder()
|
/external/libopus/src/ |
D | opus_encoder.c | 223 st->silk_mode.packetLossPercentage = 0; in opus_encoder_init() 1296 st->use_vbr, 0, st->silk_mode.complexity, st->silk_mode.packetLossPercentage); in opus_encode_native() 1339 st->use_vbr, 0, st->silk_mode.complexity, st->silk_mode.packetLossPercentage); in opus_encode_native() 1386 if (st->silk_mode.useInBandFEC && st->silk_mode.packetLossPercentage > (128-voice_est)>>4) in opus_encode_native() 1446 st->use_vbr, st->mode, st->silk_mode.complexity, st->silk_mode.packetLossPercentage); in opus_encode_native() 1547 …->silk_mode.LBRR_coded = decide_fec(st->silk_mode.useInBandFEC, st->silk_mode.packetLossPercentage, in opus_encode_native() 2473 st->silk_mode.packetLossPercentage = value; in opus_encoder_ctl() 2484 *value = st->silk_mode.packetLossPercentage; in opus_encoder_ctl()
|