Searched refs:OPUS_SET_VBR (Results 1 – 5 of 5) sorted by relevance
/external/libopus/include/ |
D | opus_defines.h | 287 #define OPUS_SET_VBR(x) OPUS_SET_VBR_REQUEST, __opus_check_int(x) macro
|
/external/libopus/tests/ |
D | test_opus_encode.c | 235 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()
|
D | test_opus_api.c | 1319 CHECK_SETGET(OPUS_SET_VBR(i),OPUS_GET_VBR(&i),-1,2, in test_enc_api()
|
/external/libopus/src/ |
D | opus_encoder.c | 1722 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()
|
D | opus_demo.c | 533 opus_encoder_ctl(enc, OPUS_SET_VBR(use_vbr)); in main()
|