FFmpeg
Functions
vf_blackdetect_init.c File Reference
#include "config.h"
#include "libavutil/attributes.h"
#include "libavutil/cpu.h"
#include "libavfilter/vf_blackdetect.h"

Go to the source code of this file.

Functions

unsigned ff_count_pixels_8_rvv (const uint8_t *src, ptrdiff_t stride, ptrdiff_t width, ptrdiff_t height, unsigned threshold)
 
unsigned ff_count_pixels_16_rvv (const uint8_t *src, ptrdiff_t stride, ptrdiff_t width, ptrdiff_t height, unsigned threshold)
 
ff_blackdetect_fn ff_blackdetect_get_fn_riscv (int depth)
 

Function Documentation

◆ ff_count_pixels_8_rvv()

unsigned ff_count_pixels_8_rvv ( const uint8_t *  src,
ptrdiff_t  stride,
ptrdiff_t  width,
ptrdiff_t  height,
unsigned  threshold 
)

◆ ff_count_pixels_16_rvv()

unsigned ff_count_pixels_16_rvv ( const uint8_t *  src,
ptrdiff_t  stride,
ptrdiff_t  width,
ptrdiff_t  height,
unsigned  threshold 
)

◆ ff_blackdetect_get_fn_riscv()

ff_blackdetect_fn ff_blackdetect_get_fn_riscv ( int  depth)

Definition at line 34 of file vf_blackdetect_init.c.

Referenced by ff_blackdetect_get_fn().