FFmpeg
4.0
|
SBC MMX optimization for some basic "building bricks". More...
Go to the source code of this file.
Functions | |
void | ff_sbc_analyze_4_mmx (const int16_t *in, int32_t *out, const int16_t *consts) |
void | ff_sbc_analyze_8_mmx (const int16_t *in, int32_t *out, const int16_t *consts) |
void | ff_sbc_calc_scalefactors_mmx (int32_t sb_sample_f[16][2][8], uint32_t scale_factor[2][8], int blocks, int channels, int subbands) |
av_cold void | ff_sbcdsp_init_x86 (SBCDSPContext *s) |
SBC MMX optimization for some basic "building bricks".
Definition in file sbcdsp_init.c.
Referenced by ff_sbcdsp_init_x86().
Referenced by ff_sbcdsp_init_x86().
void ff_sbc_calc_scalefactors_mmx | ( | int32_t | sb_sample_f[16][2][8], |
uint32_t | scale_factor[2][8], | ||
int | blocks, | ||
int | channels, | ||
int | subbands | ||
) |
Referenced by ff_sbcdsp_init_x86().
Definition at line 42 of file sbcdsp_init.c.
Referenced by ff_sbcdsp_init().