FFmpeg
Loading...
Searching...
No Matches
vf_blackdetect_init.c File Reference

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().