FFmpeg
Functions
vf_framerate_init.c File Reference
#include "libavutil/cpu.h"
#include "libavutil/x86/cpu.h"
#include "libavfilter/framerate.h"

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)
 

Function Documentation

◆ ff_blend_frames_ssse3()

void ff_blend_frames_ssse3 ( BLEND_FUNC_PARAMS  )

Referenced by ff_framerate_init_x86().

◆ ff_blend_frames_avx2()

void ff_blend_frames_avx2 ( BLEND_FUNC_PARAMS  )

Referenced by ff_framerate_init_x86().

◆ ff_blend_frames16_sse4()

void ff_blend_frames16_sse4 ( BLEND_FUNC_PARAMS  )

Referenced by ff_framerate_init_x86().

◆ ff_blend_frames16_avx2()

void ff_blend_frames16_avx2 ( BLEND_FUNC_PARAMS  )

Referenced by ff_framerate_init_x86().

◆ 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().