Home
last modified time | relevance | path

Searched refs:OPUS_SET_LSB_DEPTH (Results 1 – 6 of 6) sorted by relevance

/external/libopus/tests/
Dopus_encode_regressions.c64 opus_multistream_encoder_ctl(enc, OPUS_SET_LSB_DEPTH(8)); in celt_ec_internal_error()
120 opus_multistream_encoder_ctl(enc, OPUS_SET_LSB_DEPTH(18)); in celt_ec_internal_error()
158 opus_multistream_encoder_ctl(enc, OPUS_SET_LSB_DEPTH(18)); in celt_ec_internal_error()
196 opus_multistream_encoder_ctl(enc, OPUS_SET_LSB_DEPTH(18)); in celt_ec_internal_error()
234 opus_multistream_encoder_ctl(enc, OPUS_SET_LSB_DEPTH(18)); in celt_ec_internal_error()
270 opus_multistream_encoder_ctl(enc, OPUS_SET_LSB_DEPTH(12)); in celt_ec_internal_error()
327 opus_multistream_encoder_ctl(enc, OPUS_SET_LSB_DEPTH(14)); in mscbr_encode_fail10()
377 opus_multistream_encoder_ctl(enc, OPUS_SET_LSB_DEPTH(8)); in mscbr_encode_fail()
415 opus_multistream_encoder_ctl(enc, OPUS_SET_LSB_DEPTH(8)); in surround_analysis_uninit()
755 opus_multistream_encoder_ctl(enc, OPUS_SET_LSB_DEPTH(9)); in surround_analysis_uninit()
Dtest_opus_encode.c257 if(opus_encoder_ctl(enc, OPUS_SET_LSB_DEPTH(lsb_depth)) != OPUS_OK) test_failed(); in fuzz_encoder_settings()
Dtest_opus_api.c1349 CHECK_SETGET(OPUS_SET_LSB_DEPTH(i),OPUS_GET_LSB_DEPTH(&i),7,25,16,24, in test_enc_api()
/external/libopus/include/
Dopus_defines.h550 #define OPUS_SET_LSB_DEPTH(x) OPUS_SET_LSB_DEPTH_REQUEST, __opus_check_int(x) macro
/external/libopus/src/
Dopus_demo.c538 opus_encoder_ctl(enc, OPUS_SET_LSB_DEPTH(16)); in main()
Dopus_encoder.c1549 celt_encoder_ctl(celt_enc, OPUS_SET_LSB_DEPTH(lsb_depth)); in opus_encode_native()