FFmpeg
|
#include <vf_colordetect.h>
Data Fields | |
int(* | detect_range )(const uint8_t *data, ptrdiff_t stride, ptrdiff_t width, ptrdiff_t height, int mpeg_min, int mpeg_max) |
int(* | detect_alpha )(const uint8_t *color, ptrdiff_t color_stride, const uint8_t *alpha, ptrdiff_t alpha_stride, ptrdiff_t width, ptrdiff_t height, int alpha_max, int mpeg_range, int offset) |
Definition at line 37 of file vf_colordetect.h.
int(* FFColorDetectDSPContext::detect_range) (const uint8_t *data, ptrdiff_t stride, ptrdiff_t width, ptrdiff_t height, int mpeg_min, int mpeg_max) |
Definition at line 39 of file vf_colordetect.h.
Referenced by check_range_detect(), ff_color_detect_dsp_init(), ff_color_detect_dsp_init_aarch64(), and ff_color_detect_dsp_init_x86().
int(* FFColorDetectDSPContext::detect_alpha) (const uint8_t *color, ptrdiff_t color_stride, const uint8_t *alpha, ptrdiff_t alpha_stride, ptrdiff_t width, ptrdiff_t height, int alpha_max, int mpeg_range, int offset) |
Definition at line 44 of file vf_colordetect.h.
Referenced by check_alpha_detect(), ff_color_detect_dsp_init(), ff_color_detect_dsp_init_aarch64(), and ff_color_detect_dsp_init_x86().