FFmpeg
|
#include "libavutil/channel_layout.h"
#include "libavutil/thread.h"
#include "adpcm_data.h"
#include "avcodec.h"
#include "codec_internal.h"
#include "decode.h"
#include "get_bits.h"
Go to the source code of this file.
Functions | |
static av_cold void | predict_table_init (void) |
static av_cold int | decode_init (AVCodecContext *avctx) |
static int | decode_frame (AVCodecContext *avctx, AVFrame *frame, int *got_frame_ptr, AVPacket *pkt) |
Variables | |
static uint16_t | predict_table [5786 *2] |
static const uint8_t | size_table [] |
static const int8_t | index_table1 [] |
static const int8_t | index_table2 [] |
static const int8_t | index_table3 [] |
static const int8_t | index_table4 [] |
static const int8_t | index_table5 [] |
static const int8_t | index_table6 [] |
static const int8_t *const | step_index_tables [] |
const FFCodec | ff_adpcm_vima_decoder |
LucasArts VIMA audio decoder
Definition in file vima.c.
|
static |
Definition at line 88 of file vima.c.
Referenced by decode_init().
|
static |
|
static |
|
static |
Definition at line 37 of file vima.c.
Referenced by decode_frame(), and predict_table_init().
|
static |
Definition at line 39 of file vima.c.
Referenced by decode_frame().
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
Definition at line 83 of file vima.c.
Referenced by decode_frame().
const FFCodec ff_adpcm_vima_decoder |