Home
last modified time | relevance | path

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

/external/libopus/include/
Dopus_defines.h717 #define OPUS_GET_PHASE_INVERSION_DISABLED(x) OPUS_GET_PHASE_INVERSION_DISABLED_REQUEST, __opus_chec… macro
/external/libopus/src/
Dopus_decoder.c950 ret = celt_decoder_ctl(celt_dec, OPUS_GET_PHASE_INVERSION_DISABLED(value)); in opus_decoder_ctl()
Dopus_encoder.c2678 celt_encoder_ctl(celt_enc, OPUS_GET_PHASE_INVERSION_DISABLED(value)); in opus_encoder_ctl()