|
Libav 0.7.1
|
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 uint16_t *lpc_coefs, int gval, GetBitContext *gb) |
| static int | ra144_decode_frame (AVCodecContext *avctx, void *vdata, int *data_size, AVPacket *avpkt) |
| Uncompress one block (20 bytes -> 160*2 bytes). | |
Variables | |
| AVCodec | ff_ra_144_decoder |
| static void do_output_subblock | ( | RA144Context * | ractx, |
| const uint16_t * | lpc_coefs, | ||
| int | gval, | ||
| GetBitContext * | gb | ||
| ) | [static] |
Definition at line 44 of file ra144dec.c.
Referenced by ra144_decode_frame().
| static int ra144_decode_frame | ( | AVCodecContext * | avctx, |
| void * | vdata, | ||
| int * | data_size, | ||
| AVPacket * | avpkt | ||
| ) | [static] |
Uncompress one block (20 bytes -> 160*2 bytes).
Definition at line 57 of file ra144dec.c.
| static av_cold int ra144_decode_init | ( | AVCodecContext * | avctx | ) | [static] |
Definition at line 31 of file ra144dec.c.
{
"real_144",
AVMEDIA_TYPE_AUDIO,
CODEC_ID_RA_144,
sizeof(RA144Context),
ra144_decode_init,
NULL,
NULL,
ra144_decode_frame,
.long_name = NULL_IF_CONFIG_SMALL("RealAudio 1.0 (14.4K)"),
}
Definition at line 117 of file ra144dec.c.
1.7.4