Searched refs:OPUS_SET_LSB_DEPTH (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/third_party/opus/src/include/ |
D | opus_defines.h | 540 #define OPUS_SET_LSB_DEPTH(x) OPUS_SET_LSB_DEPTH_REQUEST, __opus_check_int(x) macro
|
/external/libopus/include/ |
D | opus_defines.h | 540 #define OPUS_SET_LSB_DEPTH(x) OPUS_SET_LSB_DEPTH_REQUEST, __opus_check_int(x) macro
|
/external/chromium_org/third_party/opus/src/src/ |
D | opus_demo.c | 545 opus_encoder_ctl(enc, OPUS_SET_LSB_DEPTH(16)); in main()
|
D | opus_encoder.c | 1324 celt_encoder_ctl(celt_enc, OPUS_SET_LSB_DEPTH(lsb_depth)); in opus_encode_native()
|
/external/libopus/src/ |
D | opus_demo.c | 545 opus_encoder_ctl(enc, OPUS_SET_LSB_DEPTH(16)); in main()
|
D | opus_encoder.c | 1324 celt_encoder_ctl(celt_enc, OPUS_SET_LSB_DEPTH(lsb_depth)); in opus_encode_native()
|
/external/chromium_org/third_party/opus/src/tests/ |
D | test_opus_api.c | 1351 CHECK_SETGET(OPUS_SET_LSB_DEPTH(i),OPUS_GET_LSB_DEPTH(&i),7,25,16,24, in test_enc_api()
|
/external/libopus/tests/ |
D | test_opus_api.c | 1351 CHECK_SETGET(OPUS_SET_LSB_DEPTH(i),OPUS_GET_LSB_DEPTH(&i),7,25,16,24, in test_enc_api()
|