Home
last modified time | relevance | path

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

/external/chromium_org/third_party/opus/src/include/
Dopus_defines.h540 #define OPUS_SET_LSB_DEPTH(x) OPUS_SET_LSB_DEPTH_REQUEST, __opus_check_int(x) macro
/external/libopus/include/
Dopus_defines.h540 #define OPUS_SET_LSB_DEPTH(x) OPUS_SET_LSB_DEPTH_REQUEST, __opus_check_int(x) macro
/external/chromium_org/third_party/opus/src/src/
Dopus_demo.c545 opus_encoder_ctl(enc, OPUS_SET_LSB_DEPTH(16)); in main()
Dopus_encoder.c1324 celt_encoder_ctl(celt_enc, OPUS_SET_LSB_DEPTH(lsb_depth)); in opus_encode_native()
/external/libopus/src/
Dopus_demo.c545 opus_encoder_ctl(enc, OPUS_SET_LSB_DEPTH(16)); in main()
Dopus_encoder.c1324 celt_encoder_ctl(celt_enc, OPUS_SET_LSB_DEPTH(lsb_depth)); in opus_encode_native()
/external/chromium_org/third_party/opus/src/tests/
Dtest_opus_api.c1351 CHECK_SETGET(OPUS_SET_LSB_DEPTH(i),OPUS_GET_LSB_DEPTH(&i),7,25,16,24, in test_enc_api()
/external/libopus/tests/
Dtest_opus_api.c1351 CHECK_SETGET(OPUS_SET_LSB_DEPTH(i),OPUS_GET_LSB_DEPTH(&i),7,25,16,24, in test_enc_api()