Searched refs:OPUS_SET_LSB_DEPTH (Results 1 – 6 of 6) sorted by relevance
/external/libopus/tests/ |
D | opus_encode_regressions.c | 64 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()
|
D | test_opus_encode.c | 257 if(opus_encoder_ctl(enc, OPUS_SET_LSB_DEPTH(lsb_depth)) != OPUS_OK) test_failed(); in fuzz_encoder_settings()
|
D | test_opus_api.c | 1349 CHECK_SETGET(OPUS_SET_LSB_DEPTH(i),OPUS_GET_LSB_DEPTH(&i),7,25,16,24, in test_enc_api()
|
/external/libopus/include/ |
D | opus_defines.h | 550 #define OPUS_SET_LSB_DEPTH(x) OPUS_SET_LSB_DEPTH_REQUEST, __opus_check_int(x) macro
|
/external/libopus/src/ |
D | opus_demo.c | 538 opus_encoder_ctl(enc, OPUS_SET_LSB_DEPTH(16)); in main()
|
D | opus_encoder.c | 1549 celt_encoder_ctl(celt_enc, OPUS_SET_LSB_DEPTH(lsb_depth)); in opus_encode_native()
|