FFmpeg
|
H.264 / AVC / MPEG4 part10 DSP functions. More...
#include <stdint.h>
#include "libavutil/avassert.h"
#include "avcodec.h"
#include "h264dsp.h"
#include "h264idct.h"
#include "libavutil/common.h"
#include "h264dsp_template.c"
#include "h264addpx_template.c"
Include dependency graph for h264dsp.c:

Go to the source code of this file.
Functions | |
void | ff_h264dsp_init (H264DSPContext *c, const int bit_depth, const int chroma_format_idc) |
Detailed Description
H.264 / AVC / MPEG4 part10 DSP functions.
Definition in file h264dsp.c.
Macro Definition Documentation
#define ADDPX_DSP | ( | depth | ) |
Value:
c->h264_add_pixels4_clear = FUNC(ff_h264_add_pixels4, depth);\
c->h264_add_pixels8_clear = FUNC(ff_h264_add_pixels8, depth)
Generated on Sat Jun 21 2025 06:53:37 for FFmpeg by
