FFmpeg
|
#include "libavutil/attributes.h"
#include "libavutil/x86/cpu.h"
#include "libavfilter/vf_blackdetect.h"
Go to the source code of this file.
Functions | |
unsigned | ff_blackdetect_8_avx2 (const uint8_t *, ptrdiff_t, ptrdiff_t, ptrdiff_t, unsigned) |
unsigned | ff_blackdetect_16_avx2 (const uint8_t *, ptrdiff_t, ptrdiff_t, ptrdiff_t, unsigned) |
av_cold ff_blackdetect_fn | ff_blackdetect_get_fn_x86 (int depth) |
unsigned ff_blackdetect_8_avx2 | ( | const uint8_t * | , |
ptrdiff_t | , | ||
ptrdiff_t | , | ||
ptrdiff_t | , | ||
unsigned | |||
) |
Referenced by ff_blackdetect_get_fn_x86().
unsigned ff_blackdetect_16_avx2 | ( | const uint8_t * | , |
ptrdiff_t | , | ||
ptrdiff_t | , | ||
ptrdiff_t | , | ||
unsigned | |||
) |
Referenced by ff_blackdetect_get_fn_x86().
av_cold ff_blackdetect_fn ff_blackdetect_get_fn_x86 | ( | int | depth | ) |
Definition at line 28 of file vf_blackdetect_init.c.
Referenced by ff_blackdetect_get_fn().