hvirtual/quicktime/ffmpeg/libavcodec/liba52/resample_mmx.c File Reference
Go to the source code of this file.
|
Functions |
| static uint64_t | __attribute__ ((aligned(8))) |
| static int | a52_resample_STEREO_to_2_MMX (float *_f, int16_t *s16) |
| static int | a52_resample_3F_to_5_MMX (float *_f, int16_t *s16) |
| static int | a52_resample_2F_2R_to_4_MMX (float *_f, int16_t *s16) |
| static int | a52_resample_3F_2R_to_5_MMX (float *_f, int16_t *s16) |
| static int | a52_resample_MONO_LFE_to_6_MMX (float *_f, int16_t *s16) |
| static int | a52_resample_STEREO_LFE_to_6_MMX (float *_f, int16_t *s16) |
| static int | a52_resample_3F_LFE_to_6_MMX (float *_f, int16_t *s16) |
| static int | a52_resample_2F_2R_LFE_to_6_MMX (float *_f, int16_t *s16) |
| static int | a52_resample_3F_2R_LFE_to_6_MMX (float *_f, int16_t *s16) |
| static void * | a52_resample_MMX (int flags, int ch) |
Function Documentation
| static uint64_t __attribute__ |
( |
(aligned(8)) |
|
) |
[static] |
| static int a52_resample_2F_2R_LFE_to_6_MMX |
( |
float * |
_f, |
|
|
int16_t * |
s16 | |
|
) |
| | [static] |
| static int a52_resample_2F_2R_to_4_MMX |
( |
float * |
_f, |
|
|
int16_t * |
s16 | |
|
) |
| | [static] |
| static int a52_resample_3F_2R_LFE_to_6_MMX |
( |
float * |
_f, |
|
|
int16_t * |
s16 | |
|
) |
| | [static] |
| static int a52_resample_3F_2R_to_5_MMX |
( |
float * |
_f, |
|
|
int16_t * |
s16 | |
|
) |
| | [static] |
| static int a52_resample_3F_LFE_to_6_MMX |
( |
float * |
_f, |
|
|
int16_t * |
s16 | |
|
) |
| | [static] |
| static int a52_resample_3F_to_5_MMX |
( |
float * |
_f, |
|
|
int16_t * |
s16 | |
|
) |
| | [static] |
| static void* a52_resample_MMX |
( |
int |
flags, |
|
|
int |
ch | |
|
) |
| | [static] |
Definition at line 478 of file resample_mmx.c.
References A52_2F2R, A52_3F, A52_3F2R, A52_CHANNEL, A52_DOLBY, A52_LFE, A52_MONO, a52_resample_2F_2R_LFE_to_6_MMX(), a52_resample_2F_2R_to_4_MMX(), a52_resample_3F_2R_LFE_to_6_MMX(), a52_resample_3F_2R_to_5_MMX(), a52_resample_3F_LFE_to_6_MMX(), a52_resample_3F_to_5_MMX(), a52_resample_MONO_LFE_to_6_MMX(), a52_resample_STEREO_LFE_to_6_MMX(), a52_resample_STEREO_to_2_MMX(), A52_STEREO, and NULL.
Referenced by a52_resample_init().
| static int a52_resample_MONO_LFE_to_6_MMX |
( |
float * |
_f, |
|
|
int16_t * |
s16 | |
|
) |
| | [static] |
| static int a52_resample_STEREO_LFE_to_6_MMX |
( |
float * |
_f, |
|
|
int16_t * |
s16 | |
|
) |
| | [static] |
| static int a52_resample_STEREO_to_2_MMX |
( |
float * |
_f, |
|
|
int16_t * |
s16 | |
|
) |
| | [static] |