OPUS_MODE_CELT 265 libavcodec/opus.c pkt->mode = OPUS_MODE_CELT; OPUS_MODE_CELT 275 libavcodec/opusdec.c if (s->packet.mode == OPUS_MODE_CELT || s->packet.mode == OPUS_MODE_HYBRID) { OPUS_MODE_CELT 277 libavcodec/opusdec.c float **dst = (s->packet.mode == OPUS_MODE_CELT) ? OPUS_MODE_CELT 378 libavcodec/opusdec.c flush_needed = (s->packet.mode == OPUS_MODE_CELT) || (cur_samplerate != s->silk_samplerate);