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 p, int q, int k) |
Definition at line 28 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 30 of file vf_colordetect.h.
Referenced by check_range_detect(), ff_color_detect_dsp_init(), 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 p, int q, int k) |
Definition at line 35 of file vf_colordetect.h.
Referenced by check_alpha_detect(), ff_color_detect_dsp_init(), and ff_color_detect_dsp_init_x86().