Searched refs:OPUS_GET_VBR (Results 1 – 3 of 3) sorted by relevance
305 #define OPUS_GET_VBR(x) OPUS_GET_VBR_REQUEST, __opus_check_int_ptr(x) macro
1314 err=opus_encoder_ctl(enc,OPUS_GET_VBR(null_int_ptr)); in test_enc_api()1317 CHECK_SETGET(OPUS_SET_VBR(i),OPUS_GET_VBR(&i),-1,2, in test_enc_api()
844 opus_encoder_ctl((OpusEncoder*)ptr, OPUS_GET_VBR(&vbr)); in opus_multistream_encode_native()