FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
h264addpx_template.c File Reference

H.264 / AVC / MPEG4 part10 DSP functions. More...

#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 / MPEG4 part10 DSP functions.

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

Definition in file h264addpx_template.c.

Function Documentation

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.

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.