Home
last modified time | relevance | path

Searched refs:OPUS_SET_VBR (Results 1 – 5 of 5) sorted by relevance

/external/libopus/include/
Dopus_defines.h287 #define OPUS_SET_VBR(x) OPUS_SET_VBR_REQUEST, __opus_check_int(x) macro
/external/libopus/tests/
Dtest_opus_encode.c235 if(opus_encoder_ctl(enc, OPUS_SET_VBR(rc<2))!=OPUS_OK)test_failed(); in run_test1()
321 if(opus_multistream_encoder_ctl(MSenc, OPUS_SET_VBR(rc<2))!=OPUS_OK)test_failed(); in run_test1()
Dtest_opus_api.c1319 CHECK_SETGET(OPUS_SET_VBR(i),OPUS_GET_VBR(&i),-1,2, in test_enc_api()
/external/libopus/src/
Dopus_encoder.c1722 celt_encoder_ctl(celt_enc, OPUS_SET_VBR(0)); in opus_encode_native()
1753 celt_encoder_ctl(celt_enc, OPUS_SET_VBR(1)); in opus_encode_native()
1860 celt_encoder_ctl(celt_enc, OPUS_SET_VBR(0)); in opus_encode_native()
Dopus_demo.c533 opus_encoder_ctl(enc, OPUS_SET_VBR(use_vbr)); in main()