Go to the source code of this file.
Functions | |
| uint16_t | a52_crc16_block (uint8_t *data, uint32_t num_bytes) |
| void * | a52_resample_init (uint32_t mm_accel, int flags, int chans) |
Variables | |
| int(* | a52_resample )(float *_f, int16_t *s16) |
| uint16_t a52_crc16_block | ( | uint8_t * | data, | |
| uint32_t | num_bytes | |||
| ) |
| void* a52_resample_init | ( | uint32_t | mm_accel, | |
| int | flags, | |||
| int | chans | |||
| ) |
Definition at line 20 of file resample.c.
References a52_resample, a52_resample_C(), a52_resample_MMX(), av_log(), AV_LOG_ERROR, AV_LOG_INFO, MM_ACCEL_X86_MMX, and NULL.

| int(* a52_resample)(float *_f, int16_t *s16) |
Referenced by a52_resample_init().
1.5.5