Go to the source code of this file.
|
| static av_always_inline void | filter (int16_t *output, ptrdiff_t out_stride, const int16_t *low, ptrdiff_t low_stride, const int16_t *high, ptrdiff_t high_stride, int len, int clip) |
| |
| static void | vert_filter (int16_t *output, ptrdiff_t out_stride, const int16_t *low, ptrdiff_t low_stride, const int16_t *high, ptrdiff_t high_stride, int width, int height) |
| |
| static void | horiz_filter (int16_t *output, ptrdiff_t ostride, const int16_t *low, ptrdiff_t lstride, const int16_t *high, ptrdiff_t hstride, int width, int height) |
| |
| static void | horiz_filter_clip (int16_t *output, const int16_t *low, const int16_t *high, int width, int clip) |
| |
| static void | horiz_filter_clip_bayer (int16_t *output, const int16_t *low, const int16_t *high, int width, int clip) |
| |
| av_cold void | ff_cfhddsp_init (CFHDDSPContext *c, int depth, int bayer) |
| |
◆ filter()
| static av_always_inline void filter |
( |
int16_t * | output, |
|
|
ptrdiff_t | out_stride, |
|
|
const int16_t * | low, |
|
|
ptrdiff_t | low_stride, |
|
|
const int16_t * | high, |
|
|
ptrdiff_t | high_stride, |
|
|
int | len, |
|
|
int | clip ) |
|
static |
◆ vert_filter()
| static void vert_filter |
( |
int16_t * | output, |
|
|
ptrdiff_t | out_stride, |
|
|
const int16_t * | low, |
|
|
ptrdiff_t | low_stride, |
|
|
const int16_t * | high, |
|
|
ptrdiff_t | high_stride, |
|
|
int | width, |
|
|
int | height ) |
|
static |
◆ horiz_filter()
| static void horiz_filter |
( |
int16_t * | output, |
|
|
ptrdiff_t | ostride, |
|
|
const int16_t * | low, |
|
|
ptrdiff_t | lstride, |
|
|
const int16_t * | high, |
|
|
ptrdiff_t | hstride, |
|
|
int | width, |
|
|
int | height ) |
|
static |
◆ horiz_filter_clip()
| static void horiz_filter_clip |
( |
int16_t * | output, |
|
|
const int16_t * | low, |
|
|
const int16_t * | high, |
|
|
int | width, |
|
|
int | clip ) |
|
static |
◆ horiz_filter_clip_bayer()
| static void horiz_filter_clip_bayer |
( |
int16_t * | output, |
|
|
const int16_t * | low, |
|
|
const int16_t * | high, |
|
|
int | width, |
|
|
int | clip ) |
|
static |
◆ ff_cfhddsp_init()