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

H.264 / AVC / MPEG-4 part10 DSP functions. More...

Go to the source code of this file.

Functions

static void FUNCC ff_h264_add_pixels4 (uint8_t *_dst, int16_t *_src, ptrdiff_t stride)
 
static void FUNCC ff_h264_add_pixels8 (uint8_t *_dst, int16_t *_src, ptrdiff_t stride)
 

Detailed Description

H.264 / AVC / MPEG-4 part10 DSP functions.

Author
Michael Niedermayer micha.nosp@m.elni.nosp@m.@gmx..nosp@m.at

Definition in file h264addpx_template.c.

Function Documentation

◆ ff_h264_add_pixels4()

static void FUNCC ff_h264_add_pixels4 ( uint8_t * _dst,
int16_t * _src,
ptrdiff_t stride )
static

Definition at line 30 of file h264addpx_template.c.

Referenced by ff_h264_add_pixels4().

◆ ff_h264_add_pixels8()

static void FUNCC ff_h264_add_pixels8 ( uint8_t * _dst,
int16_t * _src,
ptrdiff_t stride )
static

Definition at line 50 of file h264addpx_template.c.

Referenced by ff_h264_add_pixels8().