FFmpeg
|
#include "libavutil/channel_layout.h"
#include "avcodec.h"
#include "codec_internal.h"
#include "decode.h"
#include "get_bits.h"
#include "ra144.h"
Go to the source code of this file.
Functions | |
static av_cold int | ra144_decode_init (AVCodecContext *avctx) |
static void | do_output_subblock (RA144Context *ractx, const int16_t *lpc_coefs, int gval, GetBitContext *gb) |
static int | ra144_decode_frame (AVCodecContext *avctx, AVFrame *frame, int *got_frame_ptr, AVPacket *avpkt) |
Uncompress one block (20 bytes -> 160*2 bytes). More... | |
Variables | |
const FFCodec | ff_ra_144_decoder |
|
static |
Definition at line 33 of file ra144dec.c.
|
static |
Definition at line 50 of file ra144dec.c.
Referenced by ra144_decode_frame().
|
static |
Uncompress one block (20 bytes -> 160*2 bytes).
Definition at line 63 of file ra144dec.c.
const FFCodec ff_ra_144_decoder |
Definition at line 129 of file ra144dec.c.