FFmpeg
Functions
cfhdencdsp.c File Reference
#include "libavutil/attributes.h"
#include "libavutil/common.h"
#include "cfhdencdsp.h"

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)
 

Function Documentation

◆ 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

Definition at line 26 of file cfhdencdsp.c.

Referenced by horiz_filter(), and vert_filter().

◆ 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

Definition at line 49 of file cfhdencdsp.c.

Referenced by ff_cfhdencdsp_init().

◆ 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

Definition at line 62 of file cfhdencdsp.c.

Referenced by ff_cfhdencdsp_init().

◆ ff_cfhdencdsp_init()

av_cold void ff_cfhdencdsp_init ( CFHDEncDSPContext c)

Definition at line 71 of file cfhdencdsp.c.

Referenced by cfhd_encode_init().