Home
last modified time | relevance | path

Searched refs:OPUS_MODE_CELT (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dopus.h66 OPUS_MODE_CELT, enumerator
Dopusdec.c243 if (s->packet.mode == OPUS_MODE_CELT || s->packet.mode == OPUS_MODE_HYBRID) { in opus_decode_frame()
245 float **dst = (s->packet.mode == OPUS_MODE_CELT) ? in opus_decode_frame()
350 … flush_needed = (s->packet.mode == OPUS_MODE_CELT) || (cur_samplerate != s->silk_samplerate); in opus_decode_subpacket()
Dopusenc_psy.c212 s->p.mode = OPUS_MODE_CELT; in psy_output_groups()
Dopus.c269 pkt->mode = OPUS_MODE_CELT; in ff_opus_parse_packet()