Home
last modified time | relevance | path

Searched refs:use_dtx (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/modules/audio_coding/codecs/opus/
Dopus_interface.cc390 opus_int32 use_dtx; in WebRtcOpus_GetUseDtx() local
391 if (ENCODER_CTL(inst, OPUS_GET_DTX(&use_dtx)) == 0) { in WebRtcOpus_GetUseDtx()
392 return use_dtx; in WebRtcOpus_GetUseDtx()
/external/libopus/src/
Dopus_demo.c229 int use_dtx; in main() local
340 use_dtx = 0; in main()
420 use_dtx = 1; in main()
534 opus_encoder_ctl(enc, OPUS_SET_DTX(use_dtx)); in main()
Dopus_encoder.c89 int use_dtx; /* general DTX for both SILK and CELT */ member
1346 st->silk_mode.useDTX = st->use_dtx && !(analysis_info.valid || is_silence); in opus_encode_native()
1348 st->silk_mode.useDTX = st->use_dtx; in opus_encode_native()
2143 if (st->use_dtx && (analysis_info.valid || is_silence)) in opus_encode_native()
2411 st->use_dtx = value; in opus_encoder_ctl()
2421 *value = st->use_dtx; in opus_encoder_ctl()
2745 else if (st->use_dtx) { in opus_encoder_ctl()
/external/libopus/tests/
Dtest_opus_encode.c208 int use_dtx[2] = {0, 1}; in fuzz_encoder_settings() local
234 int dtx = RAND_SAMPLE(use_dtx); in fuzz_encoder_settings()