OPUS_MODE_CELT    268 libavcodec/opus.c         pkt->mode = OPUS_MODE_CELT;
OPUS_MODE_CELT    242 libavcodec/opusdec.c     if (s->packet.mode == OPUS_MODE_CELT || s->packet.mode == OPUS_MODE_HYBRID) {
OPUS_MODE_CELT    244 libavcodec/opusdec.c         float **dst = (s->packet.mode == OPUS_MODE_CELT) ?
OPUS_MODE_CELT    350 libavcodec/opusdec.c             flush_needed = (s->packet.mode == OPUS_MODE_CELT) || (cur_samplerate != s->silk_samplerate);
OPUS_MODE_CELT    212 libavcodec/opusenc_psy.c     s->p.mode      = OPUS_MODE_CELT;