Searched refs:OPUS_GET_COMPLEXITY (Results 1 – 2 of 2) sorted by relevance
258 #define OPUS_GET_COMPLEXITY(x) OPUS_GET_COMPLEXITY_REQUEST, __opus_check_int_ptr(x) macro
1290 err=opus_encoder_ctl(enc,OPUS_GET_COMPLEXITY(null_int_ptr)); in test_enc_api()1293 CHECK_SETGET(OPUS_SET_COMPLEXITY(i),OPUS_GET_COMPLEXITY(&i),-1,11, in test_enc_api()