Home
last modified time | relevance | path

Searched refs:OPUS_SET_LFE (Results 1 – 3 of 3) sorted by relevance

/external/libopus/celt/
Dcelt.h126 #define OPUS_SET_LFE(x) OPUS_SET_LFE_REQUEST, __opus_check_int(x) macro
/external/libopus/src/
Dopus_multistream_encoder.c477 opus_encoder_ctl((OpusEncoder*)ptr, OPUS_SET_LFE(1)); in opus_multistream_encoder_init_impl()
484 opus_encoder_ctl((OpusEncoder*)ptr, OPUS_SET_LFE(1)); in opus_multistream_encoder_init_impl()
Dopus_encoder.c2719 ret = celt_encoder_ctl(celt_enc, OPUS_SET_LFE(value)); in opus_encoder_ctl()