FFmpeg
|
Go to the source code of this file.
Functions | |
void | ff_tta_filter_process_ssse3 (int32_t *qm, int32_t *dx, int32_t *dl, int32_t *error, int32_t *in, int32_t shift, int32_t round) |
void | ff_tta_filter_process_sse4 (int32_t *qm, int32_t *dx, int32_t *dl, int32_t *error, int32_t *in, int32_t shift, int32_t round) |
av_cold void | ff_ttadsp_init_x86 (TTADSPContext *c) |
void ff_tta_filter_process_ssse3 | ( | int32_t * | qm, |
int32_t * | dx, | ||
int32_t * | dl, | ||
int32_t * | error, | ||
int32_t * | in, | ||
int32_t | shift, | ||
int32_t | round | ||
) |
Referenced by ff_ttadsp_init_x86().
void ff_tta_filter_process_sse4 | ( | int32_t * | qm, |
int32_t * | dx, | ||
int32_t * | dl, | ||
int32_t * | error, | ||
int32_t * | in, | ||
int32_t | shift, | ||
int32_t | round | ||
) |
Referenced by ff_ttadsp_init_x86().
av_cold void ff_ttadsp_init_x86 | ( | TTADSPContext * | c | ) |
Definition at line 32 of file ttadsp_init.c.
Referenced by ff_ttadsp_init().