Go to the source code of this file.
|
| static av_always_inline void | filter (const int16_t *input, ptrdiff_t in_stride, int16_t *low, ptrdiff_t low_stride, int16_t *high, ptrdiff_t high_stride, int len) |
| |
| static void | horiz_filter (const int16_t *input, int16_t *low, int16_t *high, ptrdiff_t in_stride, ptrdiff_t low_stride, ptrdiff_t high_stride, int width, int height) |
| |
| static void | vert_filter (const int16_t *input, int16_t *low, int16_t *high, ptrdiff_t in_stride, ptrdiff_t low_stride, ptrdiff_t high_stride, int width, int height) |
| |
| av_cold void | ff_cfhdencdsp_init (CFHDEncDSPContext *c) |
| |
◆ filter()
| static av_always_inline void filter |
( |
const int16_t * | input, |
|
|
ptrdiff_t | in_stride, |
|
|
int16_t * | low, |
|
|
ptrdiff_t | low_stride, |
|
|
int16_t * | high, |
|
|
ptrdiff_t | high_stride, |
|
|
int | len ) |
|
static |
◆ horiz_filter()
| static void horiz_filter |
( |
const int16_t * | input, |
|
|
int16_t * | low, |
|
|
int16_t * | high, |
|
|
ptrdiff_t | in_stride, |
|
|
ptrdiff_t | low_stride, |
|
|
ptrdiff_t | high_stride, |
|
|
int | width, |
|
|
int | height ) |
|
static |
◆ vert_filter()
| static void vert_filter |
( |
const int16_t * | input, |
|
|
int16_t * | low, |
|
|
int16_t * | high, |
|
|
ptrdiff_t | in_stride, |
|
|
ptrdiff_t | low_stride, |
|
|
ptrdiff_t | high_stride, |
|
|
int | width, |
|
|
int | height ) |
|
static |
◆ ff_cfhdencdsp_init()