| 
    FFmpeg
    
   | 
 
#include "libavutil/channel_layout.h"#include "avcodec.h"#include "get_bits.h"#include "internal.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, void *data, int *got_frame_ptr, AVPacket *avpkt) | 
| Uncompress one block (20 bytes -> 160*2 bytes).   | |
Variables | |
| AVCodec | ff_ra_144_decoder | 
      
  | 
  static | 
Definition at line 32 of file ra144dec.c.
      
  | 
  static | 
Definition at line 49 of file ra144dec.c.
Referenced by ra144_decode_frame().
      
  | 
  static | 
Uncompress one block (20 bytes -> 160*2 bytes).
Definition at line 62 of file ra144dec.c.
| AVCodec ff_ra_144_decoder | 
Definition at line 129 of file ra144dec.c.
 1.8.2