Searched refs:MODE_CELT_ONLY (Results 1 – 5 of 5) sorted by relevance
/external/libopus/src/ |
D | opus_demo.c | 132 {MODE_CELT_ONLY, OPUS_BANDWIDTH_FULLBAND, 960, 1}, 133 {MODE_CELT_ONLY, OPUS_BANDWIDTH_SUPERWIDEBAND, 960, 1}, 134 {MODE_CELT_ONLY, OPUS_BANDWIDTH_WIDEBAND, 960, 1}, 135 {MODE_CELT_ONLY, OPUS_BANDWIDTH_NARROWBAND, 960, 1}, 137 {MODE_CELT_ONLY, OPUS_BANDWIDTH_FULLBAND, 480, 1}, 138 {MODE_CELT_ONLY, OPUS_BANDWIDTH_SUPERWIDEBAND, 480, 1}, 139 {MODE_CELT_ONLY, OPUS_BANDWIDTH_WIDEBAND, 480, 1}, 140 {MODE_CELT_ONLY, OPUS_BANDWIDTH_NARROWBAND, 480, 1}, 142 {MODE_CELT_ONLY, OPUS_BANDWIDTH_FULLBAND, 240, 1}, 143 {MODE_CELT_ONLY, OPUS_BANDWIDTH_SUPERWIDEBAND, 240, 1}, [all …]
|
D | opus_decoder.c | 210 mode = MODE_CELT_ONLY; in opus_packet_get_mode() 321 celt_accum = (mode != MODE_CELT_ONLY) && (frame_size >= F10); in opus_decode_frame() 329 (mode == MODE_CELT_ONLY && st->prev_mode != MODE_CELT_ONLY && !st->prev_redundancy) in opus_decode_frame() 330 || (mode != MODE_CELT_ONLY && st->prev_mode == MODE_CELT_ONLY) ) in opus_decode_frame() 335 if (mode == MODE_CELT_ONLY) in opus_decode_frame() 341 if (transition && mode == MODE_CELT_ONLY) in opus_decode_frame() 356 …pcm_silk_size = (mode != MODE_CELT_ONLY && !celt_accum) ? IMAX(F10, frame_size)*st->channels : ALL… in opus_decode_frame() 360 if (mode != MODE_CELT_ONLY) in opus_decode_frame() 371 if (st->prev_mode==MODE_CELT_ONLY) in opus_decode_frame() 421 if (!decode_fec && mode != MODE_CELT_ONLY && data != NULL in opus_decode_frame() [all …]
|
D | opus_encoder.c | 287 } else if (mode == MODE_CELT_ONLY) in gen_toc() 721 if (!useInBandFEC || PacketLoss_perc == 0 || mode == MODE_CELT_ONLY) in decide_fec() 825 } else if (mode == MODE_CELT_ONLY) { in compute_equiv_rate() 999 st->user_forced_mode = MODE_CELT_ONLY; in encode_multiframe_packet() 1183 else if (st->prev_mode == MODE_CELT_ONLY) in opus_encode_native() 1237 tocmode = MODE_CELT_ONLY; in opus_encode_native() 1266 else if (tocmode==MODE_CELT_ONLY&&bw==OPUS_BANDWIDTH_MEDIUMBAND) in opus_encode_native() 1344 st->mode = MODE_CELT_ONLY; in opus_encode_native() 1352 st->mode = MODE_CELT_ONLY; in opus_encode_native() 1356 if (st->prev_mode==MODE_CELT_ONLY) in opus_encode_native() [all …]
|
D | opus_private.h | 110 #define MODE_CELT_ONLY 1002 macro
|
D | opus_multistream_encoder.c | 915 opus_encoder_ctl(enc, OPUS_SET_FORCE_MODE(MODE_CELT_ONLY)); in opus_multistream_encode_native() 920 opus_encoder_ctl(enc, OPUS_SET_FORCE_MODE(MODE_CELT_ONLY)); in opus_multistream_encode_native()
|