FFmpeg
|
#include "libavutil/attributes.h"
#include "libavutil/x86/cpu.h"
#include "libavfilter/vf_colordetect.h"
Go to the source code of this file.
Macros | |
#define | DETECT_RANGE_FUNC(FUNC_NAME, ASM_FUNC_NAME, C_FUNC_NAME, SHIFT, MMSIZE) |
#define | DETECT_ALPHA_FUNC(FUNC_NAME, ASM_FUNC_NAME, C_FUNC_NAME, SHIFT, MMSIZE) |
Functions | |
av_cold void | ff_color_detect_dsp_init_x86 (FFColorDetectDSPContext *dsp, int depth, enum AVColorRange color_range) |
Definition at line 25 of file vf_colordetect_init.c.
av_cold void ff_color_detect_dsp_init_x86 | ( | FFColorDetectDSPContext * | dsp, |
int | depth, | ||
enum AVColorRange | color_range | ||
) |
Definition at line 79 of file vf_colordetect_init.c.
Referenced by ff_color_detect_dsp_init().