hvirtual/quicktime/ffmpeg/libavcodec/a52dec.c File Reference

#include "avcodec.h"
#include "liba52/a52.h"

Include dependency graph for a52dec.c:

Go to the source code of this file.

Data Structures

struct  AC3DecodeState

Defines

#define HEADER_SIZE   7

Functions

static int a52_decode_init (AVCodecContext *avctx)
static int blah (int32_t i)
static void float_to_int (float *_f, int16_t *s16, int nchannels)
static int a52_decode_frame (AVCodecContext *avctx, void *data, int *data_size, uint8_t *buf, int buf_size)
static int a52_decode_end (AVCodecContext *avctx)

Variables

AVCodec ac3_decoder


Detailed Description

A52 decoder.

Definition in file a52dec.c.


Define Documentation

#define HEADER_SIZE   7


Function Documentation

static int a52_decode_end ( AVCodecContext avctx  )  [static]

static int a52_decode_frame ( AVCodecContext avctx,
void *  data,
int *  data_size,
uint8_t *  buf,
int  buf_size 
) [static]

static int a52_decode_init ( AVCodecContext avctx  )  [static]

static int blah ( int32_t  i  )  [inline, static]

Definition at line 123 of file a52dec.c.

Referenced by float_to_int().

static void float_to_int ( float *  _f,
int16_t *  s16,
int  nchannels 
) [inline, static]

Definition at line 132 of file a52dec.c.

References blah(), and c.

Referenced by a52_decode_frame(), and ac3_decode_frame().

Here is the call graph for this function:


Variable Documentation

Initial value:

Definition at line 246 of file a52dec.c.

Referenced by avcodec_register_all().


Generated on Mon Apr 28 14:03:11 2008 for Cinelerra by  doxygen 1.5.5