FFmpeg
|
H.264 DSP functions. More...
#include <stdint.h>
#include <stddef.h>
Go to the source code of this file.
Data Structures | |
struct | H264DSPContext |
Context for storing H.264 DSP functions. More... | |
Typedefs | |
typedef void(* | h264_weight_func )(uint8_t *block, ptrdiff_t stride, int height, int log2_denom, int weight, int offset) |
typedef void(* | h264_biweight_func )(uint8_t *dst, uint8_t *src, ptrdiff_t stride, int height, int log2_denom, int weightd, int weights, int offset) |
Functions | |
void | ff_h264dsp_init (H264DSPContext *c, const int bit_depth, const int chroma_format_idc) |
void | ff_h264dsp_init_aarch64 (H264DSPContext *c, const int bit_depth, const int chroma_format_idc) |
void | ff_h264dsp_init_arm (H264DSPContext *c, const int bit_depth, const int chroma_format_idc) |
void | ff_h264dsp_init_ppc (H264DSPContext *c, const int bit_depth, const int chroma_format_idc) |
void | ff_h264dsp_init_x86 (H264DSPContext *c, const int bit_depth, const int chroma_format_idc) |
void | ff_h264dsp_init_mips (H264DSPContext *c, const int bit_depth, const int chroma_format_idc) |
H.264 DSP functions.
Definition in file h264dsp.h.
void ff_h264dsp_init | ( | H264DSPContext * | c, |
const int | bit_depth, | ||
const int | chroma_format_idc | ||
) |
Definition at line 67 of file h264dsp.c.
Referenced by check_idct(), check_idct_multiple(), h264_slice_header_init(), init(), and svq3_decode_init().
void ff_h264dsp_init_aarch64 | ( | H264DSPContext * | c, |
const int | bit_depth, | ||
const int | chroma_format_idc | ||
) |
Definition at line 72 of file h264dsp_init_aarch64.c.
Referenced by ff_h264dsp_init().
void ff_h264dsp_init_arm | ( | H264DSPContext * | c, |
const int | bit_depth, | ||
const int | chroma_format_idc | ||
) |
Definition at line 105 of file h264dsp_init_arm.c.
Referenced by ff_h264dsp_init().
void ff_h264dsp_init_ppc | ( | H264DSPContext * | c, |
const int | bit_depth, | ||
const int | chroma_format_idc | ||
) |
Definition at line 789 of file h264dsp.c.
Referenced by ff_h264dsp_init().
void ff_h264dsp_init_x86 | ( | H264DSPContext * | c, |
const int | bit_depth, | ||
const int | chroma_format_idc | ||
) |
Definition at line 228 of file h264dsp_init.c.
Referenced by ff_h264dsp_init().
void ff_h264dsp_init_mips | ( | H264DSPContext * | c, |
const int | bit_depth, | ||
const int | chroma_format_idc | ||
) |
Definition at line 138 of file h264dsp_init_mips.c.
Referenced by ff_h264dsp_init().