#include "libavutil/x86_cpu.h"
#include "dsputil_mmx.h"
#include "libavcodec/ac3dsp.h"
Go to the source code of this file.
Functions | |
void | ff_ac3_exponent_min_mmx (uint8_t *exp, int num_reuse_blocks, int nb_coefs) |
void | ff_ac3_exponent_min_mmxext (uint8_t *exp, int num_reuse_blocks, int nb_coefs) |
void | ff_ac3_exponent_min_sse2 (uint8_t *exp, int num_reuse_blocks, int nb_coefs) |
int | ff_ac3_max_msb_abs_int16_mmx (const int16_t *src, int len) |
int | ff_ac3_max_msb_abs_int16_mmxext (const int16_t *src, int len) |
int | ff_ac3_max_msb_abs_int16_sse2 (const int16_t *src, int len) |
int | ff_ac3_max_msb_abs_int16_ssse3 (const int16_t *src, int len) |
av_cold void | ff_ac3dsp_init_x86 (AC3DSPContext *c) |
void ff_ac3_exponent_min_mmx | ( | uint8_t * | exp, | |
int | num_reuse_blocks, | |||
int | nb_coefs | |||
) |
Referenced by ff_ac3dsp_init_x86().
void ff_ac3_exponent_min_mmxext | ( | uint8_t * | exp, | |
int | num_reuse_blocks, | |||
int | nb_coefs | |||
) |
Referenced by ff_ac3dsp_init_x86().
void ff_ac3_exponent_min_sse2 | ( | uint8_t * | exp, | |
int | num_reuse_blocks, | |||
int | nb_coefs | |||
) |
Referenced by ff_ac3dsp_init_x86().
int ff_ac3_max_msb_abs_int16_mmx | ( | const int16_t * | src, | |
int | len | |||
) |
Referenced by ff_ac3dsp_init_x86().
int ff_ac3_max_msb_abs_int16_mmxext | ( | const int16_t * | src, | |
int | len | |||
) |
Referenced by ff_ac3dsp_init_x86().
int ff_ac3_max_msb_abs_int16_sse2 | ( | const int16_t * | src, | |
int | len | |||
) |
Referenced by ff_ac3dsp_init_x86().
int ff_ac3_max_msb_abs_int16_ssse3 | ( | const int16_t * | src, | |
int | len | |||
) |
Referenced by ff_ac3dsp_init_x86().
av_cold void ff_ac3dsp_init_x86 | ( | AC3DSPContext * | c | ) |