liba52.c File Reference
Go to the source code of this file.
|
Classes |
| struct | AC3DecodeState |
| | liba52 - Copyright (C) Aaron Holtzman released under the GPL license. More...
|
Functions |
| static void * | dlsymm (void *handle, const char *symbol) |
| static int | a52_decode_init (AVCodecContext *avctx) |
| static void | float_to_int (float *_f, int16_t *s16, int nchannels) |
| static int16_t | convert (int32_t i) |
| void | float2s16_2 (float *_f, int16_t *s16) |
| void | float2s16_4 (float *_f, int16_t *s16) |
| void | float2s16_5 (float *_f, int16_t *s16) |
| int | channels_multi (int flags) |
| void | float2s16_multi (float *_f, int16_t *s16, int flags) |
| 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 |
| static const char * | liba52name = "liba52.so.0" |
| AVCodec | liba52_decoder |
Function Documentation
| static void* dlsymm |
( |
void * |
handle, |
|
|
const char * |
symbol | |
|
) |
| | [static] |
| static void float_to_int |
( |
float * |
_f, |
|
|
int16_t * |
s16, |
|
|
int |
nchannels | |
|
) |
| | [inline, static] |
| void float2s16_2 |
( |
float * |
_f, |
|
|
int16_t * |
s16 | |
|
) |
| | |
| void float2s16_4 |
( |
float * |
_f, |
|
|
int16_t * |
s16 | |
|
) |
| | |
| void float2s16_5 |
( |
float * |
_f, |
|
|
int16_t * |
s16 | |
|
) |
| | |
| int channels_multi |
( |
int |
flags |
) |
|
| void float2s16_multi |
( |
float * |
_f, |
|
|
int16_t * |
s16, |
|
|
int |
flags | |
|
) |
| | |
| static int a52_decode_frame |
( |
AVCodecContext * |
avctx, |
|
|
void * |
data, |
|
|
int * |
data_size, |
|
|
uint8_t * |
buf, |
|
|
int |
buf_size | |
|
) |
| | [static] |
Variable Documentation
Initial value:
Definition at line 428 of file liba52.c.