| 
    FFmpeg
    
   | 
 
LucasArts VIMA audio decoder. More...
#include "libavutil/channel_layout.h"#include "adpcm_data.h"#include "avcodec.h"#include "get_bits.h"#include "internal.h"Go to the source code of this file.
Functions | |
| static av_cold int | decode_init (AVCodecContext *avctx) | 
| static int | decode_frame (AVCodecContext *avctx, void *data, int *got_frame_ptr, AVPacket *pkt) | 
Variables | |
| static int | predict_table_init = 0 | 
| 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 [] | 
| AVCodec | ff_adpcm_vima_decoder | 
LucasArts VIMA audio decoder.
Definition in file vima.c.
      
  | 
  static | 
      
  | 
  static | 
      
  | 
  static | 
Definition at line 35 of file vima.c.
Referenced by decode_init().
      
  | 
  static | 
Definition at line 36 of file vima.c.
Referenced by decode_frame(), and decode_init().
      
  | 
  static | 
Definition at line 38 of file vima.c.
Referenced by decode_frame().
      
  | 
  static | 
      
  | 
  static | 
      
  | 
  static | 
      
  | 
  static | 
      
  | 
  static | 
      
  | 
  static | 
      
  | 
  static | 
| AVCodec ff_adpcm_vima_decoder | 
 1.8.6