|
FFmpeg
|
#include <stdint.h>Go to the source code of this file.
Functions | |
| void | ff_fdct_mmx (int16_t *block) |
| void | ff_fdct_mmxext (int16_t *block) |
| void | ff_fdct_sse2 (int16_t *block) |
| void ff_fdct_mmx | ( | int16_t * | block | ) |
Referenced by ff_fdctdsp_init_x86().
| void ff_fdct_mmxext | ( | int16_t * | block | ) |
Referenced by ff_fdctdsp_init_x86().
| void ff_fdct_sse2 | ( | int16_t * | block | ) |
Referenced by ff_fdctdsp_init_x86().
1.8.17