FFmpeg
Functions
h264addpx_template.c File Reference
#include "bit_depth_template.c"

Go to the source code of this file.

Functions

static void FUNCC() ff_h264_add_pixels4 (uint8_t *_dst, int16_t *_src, int stride)
 
static void FUNCC() ff_h264_add_pixels8 (uint8_t *_dst, int16_t *_src, int 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,
int  stride 
)
static

Definition at line 30 of file h264addpx_template.c.

◆ ff_h264_add_pixels8()

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

Definition at line 50 of file h264addpx_template.c.