FFmpeg
|
Go to the source code of this file.
Functions | |
void | ff_blend_frames_ssse3 (BLEND_FUNC_PARAMS) |
void | ff_blend_frames_avx2 (BLEND_FUNC_PARAMS) |
void | ff_blend_frames16_sse4 (BLEND_FUNC_PARAMS) |
void | ff_blend_frames16_avx2 (BLEND_FUNC_PARAMS) |
void | ff_framerate_init_x86 (FrameRateContext *s) |
void ff_blend_frames_ssse3 | ( | BLEND_FUNC_PARAMS | ) |
Referenced by ff_framerate_init_x86().
void ff_blend_frames_avx2 | ( | BLEND_FUNC_PARAMS | ) |
Referenced by ff_framerate_init_x86().
void ff_blend_frames16_sse4 | ( | BLEND_FUNC_PARAMS | ) |
Referenced by ff_framerate_init_x86().
void ff_blend_frames16_avx2 | ( | BLEND_FUNC_PARAMS | ) |
Referenced by ff_framerate_init_x86().
void ff_framerate_init_x86 | ( | FrameRateContext * | s | ) |
Definition at line 28 of file vf_framerate_init.c.
Referenced by ff_framerate_init().