]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/opus.h
avcodec/rkmpp : remove stream start retries before first frame.
[ffmpeg] / libavcodec / opus.h
index 90b87ba5c4d2f4ef16b2cdab9fa7249b83555984..edbaab5ce7d064205b97e4ce72dfb04ffde8486c 100644 (file)
@@ -191,4 +191,10 @@ int ff_silk_decode_superframe(SilkContext *s, OpusRangeCoder *rc,
                               enum OpusBandwidth bandwidth, int coded_channels,
                               int duration_ms);
 
+/* Encode or decode CELT bands */
+void ff_celt_quant_bands(CeltFrame *f, OpusRangeCoder *rc);
+
+/* Encode or decode CELT bitallocation */
+void ff_celt_bitalloc(CeltFrame *f, OpusRangeCoder *rc, int encode);
+
 #endif /* AVCODEC_OPUS_H */