FFmpeg
Functions
vf_colordetect_init.c File Reference
#include "libavutil/aarch64/cpu.h"
#include "libavfilter/vf_colordetect.h"

Go to the source code of this file.

Functions

int ff_detect_alpha_full_neon (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)
 
int ff_detect_alpha16_full_neon (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)
 
int ff_detect_alpha_limited_neon (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)
 
int ff_detect_alpha16_limited_neon (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)
 
int ff_detect_range_neon (const uint8_t *data, ptrdiff_t stride, ptrdiff_t width, ptrdiff_t height, int mpeg_min, int mpeg_max)
 
int ff_detect_range16_neon (const uint8_t *data, ptrdiff_t stride, ptrdiff_t width, ptrdiff_t height, int mpeg_min, int mpeg_max)
 
av_cold void ff_color_detect_dsp_init_aarch64 (FFColorDetectDSPContext *dsp, int depth, enum AVColorRange color_range)
 

Function Documentation

◆ ff_detect_alpha_full_neon()

int ff_detect_alpha_full_neon ( 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 
)

◆ ff_detect_alpha16_full_neon()

int ff_detect_alpha16_full_neon ( 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 
)

◆ ff_detect_alpha_limited_neon()

int ff_detect_alpha_limited_neon ( 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 
)

◆ ff_detect_alpha16_limited_neon()

int ff_detect_alpha16_limited_neon ( 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 
)

◆ ff_detect_range_neon()

int ff_detect_range_neon ( const uint8_t *  data,
ptrdiff_t  stride,
ptrdiff_t  width,
ptrdiff_t  height,
int  mpeg_min,
int  mpeg_max 
)

◆ ff_detect_range16_neon()

int ff_detect_range16_neon ( const uint8_t *  data,
ptrdiff_t  stride,
ptrdiff_t  width,
ptrdiff_t  height,
int  mpeg_min,
int  mpeg_max 
)

◆ ff_color_detect_dsp_init_aarch64()

av_cold void ff_color_detect_dsp_init_aarch64 ( FFColorDetectDSPContext dsp,
int  depth,
enum AVColorRange  color_range 
)

Definition at line 52 of file vf_colordetect_init.c.

Referenced by ff_color_detect_dsp_init().