Searched refs:OPUS_BANDWIDTH_SUPERWIDEBAND (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/third_party/opus/src/src/ |
D | opus_demo.c | 134 {MODE_SILK_ONLY, OPUS_BANDWIDTH_SUPERWIDEBAND, 960, 1}, 135 {MODE_SILK_ONLY, OPUS_BANDWIDTH_SUPERWIDEBAND, 480, 1}, 136 {MODE_SILK_ONLY, OPUS_BANDWIDTH_SUPERWIDEBAND, 960, 2}, 137 {MODE_SILK_ONLY, OPUS_BANDWIDTH_SUPERWIDEBAND, 480, 2} 149 {MODE_CELT_ONLY, OPUS_BANDWIDTH_SUPERWIDEBAND, 960, 1}, 154 {MODE_CELT_ONLY, OPUS_BANDWIDTH_SUPERWIDEBAND, 480, 1}, 159 {MODE_CELT_ONLY, OPUS_BANDWIDTH_SUPERWIDEBAND, 240, 1}, 164 {MODE_CELT_ONLY, OPUS_BANDWIDTH_SUPERWIDEBAND, 120, 1}, 169 {MODE_CELT_ONLY, OPUS_BANDWIDTH_SUPERWIDEBAND, 960, 2}, 174 {MODE_CELT_ONLY, OPUS_BANDWIDTH_SUPERWIDEBAND, 480, 2}, [all …]
|
D | opus_encoder.c | 310 toc |= (bandwidth-OPUS_BANDWIDTH_SUPERWIDEBAND)<<4; in gen_toc() 1052 st->detected_bandwidth = OPUS_BANDWIDTH_SUPERWIDEBAND; in opus_encode_native() 1082 else if (bw<=OPUS_BANDWIDTH_SUPERWIDEBAND) in opus_encode_native() 1083 bw=OPUS_BANDWIDTH_SUPERWIDEBAND; in opus_encode_native() 1318 if (st->Fs <= 24000 && st->bandwidth > OPUS_BANDWIDTH_SUPERWIDEBAND) in opus_encode_native() 1319 st->bandwidth = OPUS_BANDWIDTH_SUPERWIDEBAND; in opus_encode_native() 1342 min_detected_bandwidth = OPUS_BANDWIDTH_SUPERWIDEBAND; in opus_encode_native() 1494 if( curr_bandwidth == OPUS_BANDWIDTH_SUPERWIDEBAND ) { in opus_encode_native() 1507 HB_gain_ref = (curr_bandwidth == OPUS_BANDWIDTH_SUPERWIDEBAND) ? 3000 : 3600; in opus_encode_native() 1688 case OPUS_BANDWIDTH_SUPERWIDEBAND: in opus_encode_native()
|
D | opus_decoder.c | 411 case OPUS_BANDWIDTH_SUPERWIDEBAND: in opus_decode_frame() 1052 OPUS_BANDWIDTH_SUPERWIDEBAND; in opus_packet_get_bandwidth()
|
D | opus_multistream_encoder.c | 773 opus_encoder_ctl(enc, OPUS_SET_BANDWIDTH(OPUS_BANDWIDTH_SUPERWIDEBAND)); in opus_multistream_encode_native()
|
/external/chromium_org/third_party/opus/src/include/ |
D | opus_defines.h | 187 #define OPUS_BANDWIDTH_SUPERWIDEBAND 1104 /**<12 kHz bandpass @hideinitializer*/ macro
|
/external/chromium_org/third_party/opus/src/tests/ |
D | test_opus_encode.c | 264 modes[j]==1?OPUS_BANDWIDTH_SUPERWIDEBAND+(fast_rand()&1): in run_test1()
|