Go to the source code of this file.
|
static av_cold int | wavarc_init (AVCodecContext *avctx) |
|
static unsigned | get_urice (GetBitContext *gb, int k) |
|
static int | get_srice (GetBitContext *gb, int k) |
|
static void | do_stereo (WavArcContext *s, int ch, int correlated, int len) |
|
static int | decode_0cpy (AVCodecContext *avctx, WavArcContext *s, GetBitContext *gb) |
|
static int | decode_1dif (AVCodecContext *avctx, WavArcContext *s, GetBitContext *gb) |
|
static int | decode_2slp (AVCodecContext *avctx, WavArcContext *s, GetBitContext *gb) |
|
static int | wavarc_decode (AVCodecContext *avctx, AVFrame *frame, int *got_frame_ptr, AVPacket *pkt) |
|
static av_cold int | wavarc_close (AVCodecContext *avctx) |
|
◆ wavarc_init()
◆ get_urice()
◆ get_srice()
◆ do_stereo()
◆ decode_0cpy()
◆ decode_1dif()
◆ decode_2slp()
◆ wavarc_decode()
◆ wavarc_close()
◆ ff_wavarc_decoder
Initial value:= {
.p.name = "wavarc",
}
Definition at line 490 of file wavarc.c.