FFmpeg
|
#include <stddef.h>
#include <stdint.h>
Go to the source code of this file.
Data Structures | |
struct | H264ChromaContext |
Typedefs | |
typedef void(* | h264_chroma_mc_func) (uint8_t *dst, const uint8_t *src, ptrdiff_t srcStride, int h, int x, int y) |
Functions | |
void | ff_h264chroma_init (H264ChromaContext *c, int bit_depth) |
void | ff_h264chroma_init_aarch64 (H264ChromaContext *c, int bit_depth) |
void | ff_h264chroma_init_arm (H264ChromaContext *c, int bit_depth) |
void | ff_h264chroma_init_ppc (H264ChromaContext *c, int bit_depth) |
void | ff_h264chroma_init_x86 (H264ChromaContext *c, int bit_depth) |
void | ff_h264chroma_init_mips (H264ChromaContext *c, int bit_depth) |
void | ff_h264chroma_init_loongarch (H264ChromaContext *c, int bit_depth) |
void | ff_h264chroma_init_riscv (H264ChromaContext *c, int bit_depth) |
typedef void(* h264_chroma_mc_func) (uint8_t *dst, const uint8_t *src, ptrdiff_t srcStride, int h, int x, int y) |
Definition at line 25 of file h264chroma.h.
void ff_h264chroma_init | ( | H264ChromaContext * | c, |
int | bit_depth | ||
) |
Definition at line 41 of file h264chroma.c.
Referenced by check_chroma_mc(), ff_cavs_init(), ff_mpv_decode_init(), ff_rv30dsp_init(), ff_vp56_init_context(), h264_slice_header_init(), and vc1_decode_init().
void ff_h264chroma_init_aarch64 | ( | H264ChromaContext * | c, |
int | bit_depth | ||
) |
Definition at line 45 of file h264chroma_init_aarch64.c.
Referenced by ff_h264chroma_init().
void ff_h264chroma_init_arm | ( | H264ChromaContext * | c, |
int | bit_depth | ||
) |
Definition at line 43 of file h264chroma_init_arm.c.
Referenced by ff_h264chroma_init().
void ff_h264chroma_init_ppc | ( | H264ChromaContext * | c, |
int | bit_depth | ||
) |
Definition at line 52 of file h264chroma_init.c.
Referenced by ff_h264chroma_init().
void ff_h264chroma_init_x86 | ( | H264ChromaContext * | c, |
int | bit_depth | ||
) |
Definition at line 66 of file h264chroma_init.c.
Referenced by ff_h264chroma_init().
void ff_h264chroma_init_mips | ( | H264ChromaContext * | c, |
int | bit_depth | ||
) |
Definition at line 27 of file h264chroma_init_mips.c.
Referenced by ff_h264chroma_init().
void ff_h264chroma_init_loongarch | ( | H264ChromaContext * | c, |
int | bit_depth | ||
) |
Definition at line 27 of file h264chroma_init_loongarch.c.
Referenced by ff_h264chroma_init().
void ff_h264chroma_init_riscv | ( | H264ChromaContext * | c, |
int | bit_depth | ||
) |
Definition at line 35 of file h264_chroma_init_riscv.c.
Referenced by ff_h264chroma_init().