FFmpeg
|
Go to the source code of this file.
Functions | |
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) |
|
static |
Definition at line 26 of file cfhdencdsp.c.
Referenced by horiz_filter(), and vert_filter().
|
static |
Definition at line 49 of file cfhdencdsp.c.
Referenced by ff_cfhdencdsp_init().
|
static |
Definition at line 62 of file cfhdencdsp.c.
Referenced by ff_cfhdencdsp_init().
av_cold void ff_cfhdencdsp_init | ( | CFHDEncDSPContext * | c | ) |
Definition at line 71 of file cfhdencdsp.c.
Referenced by cfhd_encode_init().